[Mono-list] [Webservice] illegal character error

Robert Jordan robertj at gmx.net
Wed Dec 16 11:26:54 EST 2009


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



More information about the Mono-list mailing list