GoogleSearch.wsdl

"Mariusz Mart" <[email protected]> Thu, 17 Aug 2006 10:09:12 +0100
Newsgroups gmane.comp.gnome.mono.documentation
Message-ID <[email protected]>
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 
_______________________________________________
Mono-docs-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-docs-list