When replacing SoapDocumentService with SoapRpcService in my .NET Web service, the Java client executes correctly. However, I rather want to modify the Java client to use document/literal style (which the .NET Web service uses as default).
I tried wscompile with the feature -f:documentliteral but it does not work. The HTTP POST was no different from the HTTP POST without the documentliteral feature.
Why does it not work?
-
Can't get Java client to use documentliteral (2 messages)
- Posted by: dj ebola
- Posted on: March 25 2004 10:28 EST
Threaded Messages (2)
- Can't get Java client to use documentliteral by Ola Gedenryd on August 19 2005 11:43 EDT
- How to invoke document/literal service from RPC DII client by ashutosh kumar on February 03 2006 01:30 EST
-
Can't get Java client to use documentliteral[ Go to top ]
- Posted by: Ola Gedenryd
- Posted on: August 19 2005 11:43 EDT
- in response to dj ebola
Hi!
I saw this old thread and I have the same problem(Works with RPC). Have anyone found out how to use Document/literal.
BR
Ola -
How to invoke document/literal service from RPC DII client[ Go to top ]
- Posted by: ashutosh kumar
- Posted on: February 03 2006 01:30 EST
- in response to Ola Gedenryd
I am not able to invoke document/literal service from DII client. Any solutions?