aspose file tools
The moose likes Web Services and the fly likes Any Workaround for unsupported rpc/literal wsdl feature in weblogic8.1.6. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Any Workaround for unsupported rpc/literal wsdl feature in weblogic8.1.6." Watch "Any Workaround for unsupported rpc/literal wsdl feature in weblogic8.1.6." New topic
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
Ivan Krizsan wrote: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!


Thanks Ivan Krizsan for your valuable input. Will update you the result.

Thanks.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Any Workaround for unsupported rpc/literal wsdl feature in weblogic8.1.6.
 
Similar Threads
Getting an Axis webservice working for a .NET client
Need Help in Webservices design Please
Problem with "unwrapped" service
creating a webservice on websphere integration developer
Web Service problem