| Author |
Any Workaround for unsupported rpc/literal wsdl feature in weblogic8.1.6.
|
Mkiran tn
Greenhorn
Joined: Jun 25, 2009
Posts: 2
|
|
I need to call the service which expects the rpc/literal format of soap request using weblogic workshop. But the problem is the current verison of weblogic server(8.1.6) that i am using to build won't support this WSDL feature. The generated request has xsi:type associated with the element which is in rpc/encoded format. I need to find workaround to generate request that confirms to rpc/literal format. Please guide me how can i go about this issue.
Please let me know does this question makes any sense.
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
You can use the javax.xml.ws.Dispatch in the client, when issuing requests. You have to write code that creates the requests, so this will enable you to issue any kind of request you want, even non-SOAP requests.
Check this article for a more detailed description:
http://www.ibm.com/developerworks/websphere/library/techarticles/0707_thaker/0707_thaker.html
Best wishes!
|
 |
Mkiran tn
Greenhorn
Joined: Jun 25, 2009
Posts: 2
|
|
Thanks Ivan Krizsan for your valuable input. Will update you the result.
Thanks.
|
 |
 |
|
|
subject: Any Workaround for unsupported rpc/literal wsdl feature in weblogic8.1.6.
|
|
|