• 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

help needed: RPCRequestElement ...

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

In axis, there is an RPCElement class can be used to pull out SOAP input object�s information, but in axis2, it seems that RPCElement can not be used anymore. Question is which class in axis2 can be used as substitute for RPCElement. I found �RPCRequestElement� and �RPCRespondElement� classes in axis2 web site, but not sure they are the right answer, if yes, which axis2 jar they belong to?

Is any example there for how to use axis2 classes such as RPCRequestElement?

Any help is highly appreciated!
 
reply
    Bookmark Topic Watch Topic
  • New Topic