posted 8 years ago
Hello All,
I used wsimport to create a webservice client.
My question is, what are the parameters of the @WebServiceClient annotation:
Which one of these is the service endpoint? What is the name? Does the wsdlLocation end with "?wsdl" ?
The service provider says I do not have the service endpoint correct. Which of the parameters refer to the service endpoint?
In the generated code, I see the
Later in the generated code, in method getSoap11, I see:
This is the method that the generated code calls.
The targetnamespace and service endpoint are very different as provided by the service provider.
Could someone explain some of the generated code and how it pertains to the service endpoint?
Thank you for any help you can give.
-Ravi