Hi,
A client has written a webservice in PHP that I am trying to invoke in .net. Some of the calls return a string and others return an object. What ever methods I call I just get an emptry string. I have asked them to set up a "Hello World" type service which they have done, this should just return a string, however it returns nothing. The client is insisting that when they invoke their own service through PHP it works fine. I see no reason to question that.
To test it I am just calling it on a form open event; See below
Imports WindowsApplication1.com.ep
icmoodle.w
ww
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim testWS As New com.epicmoodle.
www.MoodleWS MessageBox.Show(testWS.mdl
_soapserve
rtestSOAP)
End Sub
End Class
In theory this should just display a message box that reads "Hello World"
The WSDL file is at:
http://www.epicmoodle.com/lonsdaletest/ws/wsdl.phpAny help would be appreciated.
Start Free Trial