| Thread | Last Post | Replies |
|
| Get raw soap message | 24 Aug 2004 23:45 GMT | 5 |
Anyone knows how to get the raw soap message that my client sends to the web service? Can I dump it somewhere after the soap message serialized on client side? Can I dump it before it deserialized on server side?
|
| Error in XML Document | 24 Aug 2004 22:36 GMT | 3 |
A web method which returns a dataset works fine when the web service it belongs to is running locally. When run on a remote server I get the following error; Unhandled Exception: System.InvalidOperationException: There is an error in
|
| Proxy authentication failure | 24 Aug 2004 22:31 GMT | 3 |
I am trying to access a web service from a desktop app which is running behind an ISA Server (Windows 2003 network). The desktop app fails with the message 'The request failed with HTTP status 470: Proxy authentication required (The ISA Server requires authorization to fulfil the ...
|
| SOAPAction header missing | 24 Aug 2004 19:12 GMT | 1 |
I have a web service that uses WSE deployed on a Windows 2003 server. When I run my client from a remote computer, I get the following exception: System.Web.Services.Protocols.SoapHeaderException: WSE012: The input was not a valid SOAP message because the following header is ...
|
| Webservice with asynchronous call | 24 Aug 2004 12:50 GMT | 4 |
Hello group, I'm trying to develop a proof of concept webservice which asynchronously calls a function in a DLL. The function raises an event when it is finished, and works when used as part of a windows form. When I try to hook up the
|
| System Time synchronization | 23 Aug 2004 23:02 GMT | 2 |
We have a time critical smart client application running on Windows 2000/XP systems. Is there any reliable service that would help in syncing the local system time to atomic clock or local time at the least in case the user changes the
|
| function question | 23 Aug 2004 20:37 GMT | 1 |
Hello group, I'm trying to develop a proof of concept webservice which asynchronously calls a function in a DLL. The function raises an event when it is finished, and works when used as part of a windows form. When I try to hook up the
|
| Error calling web service | 23 Aug 2004 18:50 GMT | 2 |
My first web service seems to be OK as I can put its url in explorer and can use the invoke button to view the returned data as xml. The problem comes when I call it form a client app using; Dim ws As New localhost.StaffWS
|
| Webservice Namespace | 23 Aug 2004 18:45 GMT | 1 |
My web service resides at http://www.mydomain.com/staff/staffws/StaffWS.asmx. The web method itself is called GetStaffDiary(). What is the namespace I should use at the top of the web service?
|
| wsa for Intermediaries | 23 Aug 2004 18:44 GMT | 1 |
If a message is received by an intermediary node (say a web services portal) and that message is forwarded to the utlimate receiver by the intermediary, should a new set of WS-Addressing headers be used for the conversation between the intermediary and utlimate receiver (i.e. ...
|
| Explaination of SecurityContextToken | 23 Aug 2004 18:29 GMT | 2 |
I really need some help on this, folks. I'm having trouble wrapping my head around an SCT. I'm attempting to create a simple example of using Username Tokens and SCT's without an STS. I am verifying the username token through the UsernameToken manager on the first call to the ...
|
| Indigo and WSE (specifically WSE 2.0) | 23 Aug 2004 18:20 GMT | 2 |
What's the deal with Indigo and WSE? Will Indigo be able to talk to our WSE programs (specifically our WSE 2.0 programs). Does anyone have details on this? Thanks,
|
| how to remove the timestamp in WSE2 | 23 Aug 2004 17:53 GMT | 3 |
hi, i'm trying to do a completely time-insensitive implementation of username tokens with WSE2. i've had real difficulty trying to remove the timestamp filter. i got a tip about how to do it in WSE1: SoapInputFilterCollection defaultInputFilters =
|
| Binding a WSDL file to a web service class | 23 Aug 2004 16:29 GMT | 2 |
I started developing an ASP.NET web service by explicitly designing the WSDL and separating the data type definitions into XSD files. I followed the steps described in the following MSDN article to enlist the help of VS.NET in doing this through the use of separate
|
| Calling webservice developed using Oracle JDeveloper from .net client | 23 Aug 2004 16:27 GMT | 1 |
How can we consume a webservice developed using Oracle JDeveloper from a asp.net client. The webservice provides a Proxy Jar and Proxy Source download. Please provide urls or articles that can help. Appreciate your help in advance.
|