Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOAP client from WSDL

807580Oct 14 2009 — edited Oct 15 2009
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2009
Added on Oct 14 2009
5 comments
270 views