[Mono-list] WebServices and Mono

Gonzalo Paniagua Javier gonzalo.reply.to.the.list.iam.subscribed@ximian.com
Wed, 14 Jul 2004 13:13:20 +0200


El mié, 14-07-2004 a las 12:38, beniniva@csr.unibo.it escribió:
> Hi,
> I'm new in Mono and WebServices technology.
> Could anybody write me a simple web service cliente example (web application) of
> TestService.asmx (in /usr/share/doc/xsp/test).
[...]
>  
> And...Which are the steps for creating and compiling the proxy class?
The simplest way is running xsp in the test directory and then:

	wsdl http://127.0.0.1:8080/TestService.asmx

(the actual ip/port may vary). Also check 'wsdl --help' for more
parameters.

-Gonzalo