• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

@WebService parameters

 
Ranch Hand
Posts: 165
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic