Web Services in C, REST, SOAP and WS-*

Friday, January 4, 2008

WSF/C and WSDL

If you are a WSF/C user , you might wonder about the possibility of displaying WSDL for a particular service. Although we are far behind to generate WSDL dynamically , one can have static WSDL and display with "?" sign. All you have to do is have an entry in services.xml file and need to give full path to WSDL file.

<parameter name="wsdl_path" locked="xsd:false">/home/dinesh/echo.wsdl
< /parameter>

Then start the server and request WSDL file as follows.

http://localhost:9090/axis2/services/echo?wsdl

No comments: