Hi, I have a WS service which is not a Axis WS based service but it's some java based service exposed which has it's own soap compiler.This smiler service have deployed and run in multiple machines.I should write a common client to invoke the service in a vendor independent way.My Question are
1. How do i implement it as a dynamic invocation using a common client. 2.If I use dynamic client using JAX_WS how dose it provide the SEP independence with the artifact generated by *wsimport tool* ? 3.Do I have to use Dispatch client /Dynamic Proxy client? I found this url following url,are there any articles which shows more elaboration? http://ws.apache.org/axis2/1_4_1/jaxws-guide.html#JAXWSIntro /BR Kanchana