| Thread | Last Post | Replies |
|
| XmlSerializers.dll and faster startup | 24 Oct 2006 18:06 GMT | 1 |
I have a small console app that makes a call to XML Webservices. The app runs from a login script. Because of the web service call, it takes about 15-20 seconds for the app to complete. Most of the delay is at startup time where SOAP serializers are initialized, e.g. when I
|
| WSE 3.0 and UsernameTokenManager encryption | 24 Oct 2006 16:41 GMT | 3 |
There is a lot of good information on this list so i thought i would ask for some advise. I have a windows application that need to access web services i do have a user-name and Pass that can be validated with a DB (users is text and password is a salted hash) so what i have ...
|
| SoapHeaderException: Destination Unreachable | 24 Oct 2006 11:08 GMT | 2 |
I am Soap-TCP communication using WSE 3.0. I am getting the following error when i am trying to connect to the web service from the proxy. I am calling the proxy from web application.
|
| I want to Dynamically Discover Web Services | 23 Oct 2006 22:18 GMT | 1 |
I have a 3rd party web service running in a Web Server within our network. The web service sends "Hello" message when joins the network and also sends "Bye" message when leaves the network. I want to write a client code to receive the "Hello" message as well as the
|
| throwing soap exception from wse? / token manager | 23 Oct 2006 19:56 GMT | 3 |
Hey everyone, im trying to throw a valid soapexception from a wse service w/ a custom token manager, when ever I throw any exception I get this on the client "Security requirements are not satisfied because the security header is not present in the incoming message"
|
| Inheritance / Override problem - I think ! | 23 Oct 2006 19:52 GMT | 2 |
I have this in the class generated by wsdl.exe: <System.Web.Services.Protocols.SoapHeaderAttribute("ContextValue"), _ System.Web.Services.WebMethodAttribute(), _ System.Web.Services.Protocols.SoapDocumentMethodAttribute("DeleteStolenVehicle",
|
| How to add namespaces in SoapEnvelope (Soap12) | 23 Oct 2006 15:20 GMT | 1 |
Hi All, I need to redirect the SoapEnvelope received from another web service. This service sends the message in Soap12 format. But when i load the content into another soapenvelope using se.LoadXML, the new object becomes Soap11 and
|
| when to you web services? | 23 Oct 2006 14:04 GMT | 2 |
i am wondering if someone can give me their opinion on when to use web services. I am of the opinion that web services are generally best suited to be consumed by clients and provided by a 3rd party and not consumed from the same server that runs the web service.
|
| Dynamic URL Behavior & Configuration | 22 Oct 2006 02:54 GMT | 4 |
We have an application converted from v1.1 Framework to v2.0. The executable references a class library which in turn has a web reference. The web reference 'URL Behavior' is set to dynamic. We added an entry to the executable's .exe.config file to specify the URL, and under the ...
|
| wsdl.exe error | 21 Oct 2006 18:42 GMT | 2 |
I have managed to get rid of my earlier problems with import vs include. One error remaining. SQLSpy is happy, wsdl.exe isn't! I have pasted the error here and the WSDL further down. It's probably very obvious to a non-newbie, but not to me!
|
| wsdl.exe not creating class for fault element | 21 Oct 2006 18:36 GMT | 1 |
I have already seen this:
>> And I should point out that wsdl.exe ignores fault messages in the >> <portType> operations. You can manually insert them, but the wsdl tool >> will |
| Post XML to Web Service from RPG | 21 Oct 2006 18:02 GMT | 2 |
Does anyone know if it's possible (and how) to post some XML data to a .NET web service from RPG? I am a .net developer (web) and I need some data from our corporate as400. The programmers on that side use RPG. Can they pass me some data to a web service from RPG? Has anyone ...
|
| access a classic asp variable from within a webservice | 21 Oct 2006 15:19 GMT | 1 |
Here is the situation : *************************** parent.asp ***************************
|
| WSDL/Web Reference and Classes | 20 Oct 2006 15:50 GMT | 2 |
What causes the definitions of classes to be in the WSDL/Web Reference? I need to add in some class definitions to my WSDL/Web Reference but VS 2005 will not do it automatically. It appears to be adding classes that are in my Web Service functions as ref parameters and some of ...
|
| Stateful web service using WSE | 20 Oct 2006 15:23 GMT | 7 |
We are currently securing our web services using WSE. The reason for this is interoperability. We want our customers to be able clients using our services with a reasonable effort. Our progress so far is that we have enabled WS-Security and
|