On Thu, 2008-07-17 at 08:16 +0530, Rajika Kumarasiri wrote: > > > On Wed, Jul 16, 2008 at 6:37 PM, Mauney <[EMAIL PROTECTED]> > wrote: > > Hi all, > I've just downloaded Axis2c and tried to build echo service > and echo client > on MS VC. Everything looks OK. I try to access to echo service > from browser > by using webservice.htc but it requires echo.wsdl. Do you > have echo.wsdl > file available? Where I can get it? Or how I can make it?
No there is no such a wsdl for echo service. > Best regards, > MPN > > IIRC, Axis2/C does not have the support for ?wsdl yet. Axis2/C supports ?wsdl for static WSDL of your services. Adding following entry in the services.xml with your static WSDL path will serve the WSDL with ?wsdl. <parameter name="wsdl_path">/path/to/wsdl</parameter> > > -Rajika > > > -- > View this message in context: > > http://www.nabble.com/echo.wsdl-file-for-Axis-echo-sample-tp18487054p18487054.html > Sent from the Axis - C++ - User mailing list archive at > Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > -- > comp.lang.c - http://groups.google.com/group/comp.lang.c/topics --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
