On 16.12.2009 16:49, FernandoX wrote:
>
> Hi,
>
> I m trying to deploy a webservice. I used an example (in the end) from
> internet but i got error when i typed this command:
>
> wsdl2 "NumberService.asmx" /out:teste.cs
>
> The error was: "Error: a name did not start with a legal character 37 (%)
> file://<path>/NumberService.asmx Line 1, position 2" but i think that
> example is correct.
>
> Any idea? Im using Debian 5 with mono-2.0-devel package.

Wsdl expects the URL of the service:

wsdl2 "http://yoursite.com/NumberService.asmx"; /out:teste.cs

Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to