I have SOAP server running. I need to write a SOAP client for the server. Can you please suggest plugin in eclipse or give me the URL related to this?
can you please provide me it you have any sample SOAP Client code?
My SOAP client should use complex objects as parmeter/arguments for the SOAP function which is exposed in the SOAP server.
Your question is very vague, so use Apache CXF and follow this tutorial:
Other wise, you can also use Apache AXIS2.