Hi,
ehhh.... I assume you have made a small error in the "Copy-Paste" of
this WSDL since its closing "wsdl:service" and "wsdl:definitions" are
missing.
Have you tried executing the "Refresh" on the Web Reference?
Hope this helps,
Marvin Smit
>In a client application a simple webservice (add/multiply) was added to
>solution panel but proxy methods do not appear. WSDL description in solution
[quoted text clipped - 103 lines]
> <soap:address location="http://localhost/WebService1/Service1.asmx" />
> </wsdl:port>
seeIT - 20 Jun 2005 18:56 GMT
You are right. I left out the closing two lines:
</wsdl:service>
</wsdl:definitions>
i did an update by right clicking on the reference and selecting "update web
reference" but this did not change anything. It inly shows the .map, .disco
and .wsdl entries
> Hi,
>
[quoted text clipped - 115 lines]
> > <soap:address location="http://localhost/WebService1/Service1.asmx" />
> > </wsdl:port>
seeIT - 20 Jun 2005 22:01 GMT
Found my problem. Methods are not displayed in the solution pane. Proxy
methods are accepted in code. Just growing pains. Thanks for the help.
> Hi,
>
[quoted text clipped - 115 lines]
> > <soap:address location="http://localhost/WebService1/Service1.asmx" />
> > </wsdl:port>