[Mono-docs-list] GoogleSearch.wsdl

Mariusz Mart mamart at novell.pl
Thu Aug 17 05:09:12 EDT 2006


Hi!

I have downloaded GoogleSearch.wsdl (about guide WebServices http://www.mono-project.com/Web_Services)
run "wsdl GoogleSearch.wsdl"
with result:
sled-marian:~/mono # wsdl GoogleSearch.wsdl
Mono Web Services Description Language Utility
Writing file 'GoogleSearchService.cs'
sled-marian:~/mono #

then "mcs /target:library GoogleSearchService.cs"
with result:

sled-marian:~/mono # mcs /target:library GoogleSearchService.cs
GoogleSearchService.cs(20,36): error CS0234: The type or namespace name `Services' does not exist in the namespace
`System.Web'. Are you missing an assembly reference?
GoogleSearchService.cs(16,2): error CS0234: The type or namespace name `Services' does not exist in the namespace
`System.Web'. Are you missing an assembly reference?
Compilation failed: 2 error(s), 0 warnings
sled-marian:~/mono #


What do I wrong?
using mono v 1.1.13 


More information about the Mono-docs-list mailing list