Can anyone please provide me with a sample code for this?
I have a wsdl file, and I want to create a client that will call a service from that wsdl file
A working code with some explanation will be really helpful.
I’m using JDK 1.4.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The main options are to use:
wsimporttool.wsdl2java.Both links provide code examples. Some searching on the web will get you even farther. There are also options for creating dynamic SOAP clients but the generated ones are easiest.