• 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

Webservice stub-RPC encoded

 
Ranch Hand
Posts: 1907
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
In our application, we are calling external webservice.The WSDL looks 'old'(2006 and by Axis apache) and i see following lines

Does this mean RPC encoded ? We can't access it in lower environments, so i m thinking of creating Stub(proxy webservice). How can we do that?
Will there be any problem in calling the webservice from Java applications as now JAX-WS is the preferred way of developing and consuming the webservice ?
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Arjun,

Please let me know which frame work are you to generate the stub. Are you using cxf, axis or jax-ws provided by jdk. Also please let me know if you have service open and running. Are you using ecllipse. Based on the above confirmation I can provide you commands using which you can be able to generate stubs properly.
reply
    Bookmark Topic Watch Topic
  • New Topic