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