Hello,
I have a
SOAP server and a service exposed in it and have a SOAP client that which works perfectly fine with the service.
Now I am working on developing a client that access this SOAP service with simple
Java (Not over HTTP & no SOAP server). I was looking at the API and found that we can use JavaTransport for this purpose.
But I am struggling for the past couple of days to get his working, I couldn't find any samples or docs on how to use it.
Please help me in getting this working, any ideas, thoughts..
Thanks,
Muthu