• 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

Which tool(AXIS2/?) could invoke SAP WebService(I only have wsdl file and need authorization check)

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys,

What I know is only one WSDL file which was generated from SAP system. And I can login to the webservice URL by passing the authorization check(input the username and password). That is all.

And what I need to do is setup a client to pass the authorization check and do invoke the webservice method asynchronously.

I want to know if AXIS2/JAX-WS meet my requirement? Could you please provide me some useful link with examples? Any help will be appreciated. Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic