Hi, thanks for your comment.
Yes, my first approach was to use the 'Add Web Reference' functionality in Visual Studio 2008 using the WSDL attached below.
Then I attempted to use the web service using the following code:
Dim RemedyWS As New remedydev01.MMM_ESS_Equipm
Dim RemedyResponse As New remedydev01.TicketType()
RemedyResponse = RemedyWS.OpGet(TextBox1.Te
If an invalid parameter is used in the OpGet function then it returns an error from the webService, but if a valid parameter is used then a null object is returned.
It was in my debugging that I found that the root problem went back to the me.invoke call.
Main Topics
Browse All Topics





by: TheLearnedOnePosted on 2008-10-20 at 07:25:16ID: 22758139
What happens if you create an instance of a web service, and call the web method directly?