Hi Jim, "Jim Seipp" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
