• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Dynamic Proxy JAX-RPC client in WSAD 5.1.1

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I'm trying to call a webservice using a dynamic proxy client using the webservices.jar (implements JAX-RPC 1.0) provided with WSAD. The code is:

The webservice is the standard service generated by WSAD from an EJB. When I run above code the exception generated by the webservice router is:

I've been able to invoke the same web service using WSIF and also using the static client generated by WSAD. But the dynamic proxy client does not seem to add the soapaction header. Have I missed something in my code?

Thanks for the help,
Dileep
 
reply
    Bookmark Topic Watch Topic
  • New Topic