• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Any Workaround for unsupported rpc/literal wsdl feature in weblogic8.1.6.

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
We noticed he had no friends. So we gave him this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic