| Author |
WSDL in JSF Application
|
chiranjeevi gunturu
Ranch Hand
Joined: Mar 02, 2007
Posts: 56
|
|
Hi,
I am working on a JSF application and it has a webservice, WSDL file.
I need to test this WSDL by an URL in browser which shows me xml as result. But i am not able to create the URL for this.
Can any one help me on how to create URL for this. I am sure the WSDL is consumed by 3rd party app but i donot know how to test it.
Am creating an URL as http://localhost:9080/<root-context-name>/<xxx-xxx>/<ABCServicesImpl>(WSDL-Name)?wsdl
Many Thanks in advance.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
JSF itself isn't a web services framework. Most often, you'd pair it with a web services framework such as Apache Axis.
The web services would then be mapped to go to the Axis Servlet instead of the JSF servlet, and the Axis Servlet would return WSDL in response to a properly-formed http GET request (as illustrated in the Axis documentation).
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: WSDL in JSF Application
|
|
|