You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Jim Seipp <Ji...@avid.com> on 2007/04/27 17:35:09 UTC

retrieve wsdl

Hi,

When I enter "http://localhost:9090/axis2/services/math/?wsdl"

I get the error message:

"Unable to retreive wsdl for this service"

Can someone please tell me how to retrieve wsdl information?

Thanks,

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: retrieve wsdl

Posted by Dinesh Premalal <xy...@gmail.com>.
Hi Jim, 
"Jim Seipp" <Ji...@avid.com> writes:

> Hi,
>
> When I enter "http://localhost:9090/axis2/services/math/?wsdl"

Axis2/C provide only static wsdl serving only. In order to retrieve
, service should host wsdl somewhere and should point to it it
service.xml file.

service.xml entry should be like.
<parameter name="wsdl_path">path to wsdl<parameter/>

then

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

like request will retrieve wsdl.


thanks,
Dinesh

-- 
Dinesh Premalal
dinesh@wso2.com
WSO2, Inc.; http://www.wso2.com/
GPG Key ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org