
Web services and SOAP with VB
I could not make SOAP functionality work through an application in .NET.
Here is my situation:
1) Web Service that has one method, which converts temperature from
Farenheit to Celcius. It works fine from VS.NET and when I type of the url
in the browser.
2) I created a Windows application (client) on the same server. Added the
Web Reference to web service. Wrote a simple code to supply the temperature
to the web service method.
As soon as my code in the client hits the web method with
<System.Web.Services.Protocols.SoapMethodAttribute> signature, it hangs.
Does any one what is going on?