You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Mauney <ma...@gmail.com> on 2008/07/16 15:07:55 UTC

echo.wsdl file for Axis echo sample

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?
Best regards,
MPN
-- 
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: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: echo.wsdl file for Axis echo sample

Posted by Manjula Peiris <ma...@wso2.com>.
On Thu, 2008-07-17 at 08:16 +0530, Rajika Kumarasiri wrote:
> 
> 
> On Wed, Jul 16, 2008 at 6:37 PM, Mauney <ma...@gmail.com>
> 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: axis-c-user-unsubscribe@ws.apache.org
>         For additional commands, e-mail:
>         axis-c-user-help@ws.apache.org
>         
> 
> 
> 
> -- 
> comp.lang.c - http://groups.google.com/group/comp.lang.c/topics


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


Re: echo.wsdl file for Axis echo sample

Posted by Rajika Kumarasiri <ra...@gmail.com>.
On Wed, Jul 16, 2008 at 6:37 PM, Mauney <ma...@gmail.com> 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?
> Best regards,
> MPN


IIRC, Axis2/C does not have the support for ?wsdl yet.

-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: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>
>


-- 
comp.lang.c - http://groups.google.com/group/comp.lang.c/topics