It works!! I put the NumberService.asmx in server and executed the wsdl command locally.
Thanks! Robert Jordan wrote: > > 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 > > -- View this message in context: http://old.nabble.com/-Webservice--illegal-character-error-tp26811440p26814461.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
