Problem with webService published from a custom wsdl
Vipink Kumar
Greenhorn
Joined: Jun 16, 2011
Posts: 4
posted
0
Hi I have published a webService using an existing wsdl file and it published successfully but i can not access the wsdl from browser but if i published webService by generating the wsdl I can access the wsdl by browser. It's quite strange problem i am facing...
Any one have any suggestion or any kind of help will be appreciated.
I have published a webService using an existing wsdl file and it published successfully but i can not access the wsdl from browser but if i published webService by generating the wsdl I can access the wsdl by browser
What approach you've taken for this? And how? You need to tell more details on that (TellTheDetails)...
Hi!
If you are using JAX-WS to develop a WSDL-first web service, then you need to annotate your web service implementation class as in the example below:
Note that:
The values of the elements of the @WebService annotation, execpt the value for the wsdlLocation, are to be taken from the WSDL.