SOAP client from WSDL
807580Oct 14 2009 — edited Oct 15 2009I have writing a SOAP server on PHP with WSDL. It work ok with clients on PHP and VB.Net. I can use it in 4 or 5 lines. When i try to do a client for it on Java, i see that it isn't easy.
I have read to many examples for it, but i don't understand it very well. My SOAP server always receive a array of string and always send a array of string in response.
Can somebody say to me how to do it? Make a client from WSDL, call a function with one array of string and get a response on array of string.