I am trying to use SOAP in PHP to retrieve data via an MS .NET web service for work. However I see the following error message:
I have read the help available at which describes this exact problem, but do not understand the advice given - or rather I have tried using the example given with the WSDL I will be using and it still generates the above error.
I would be most grateful if someone could explain in lamens terms exactly how I set the instance of the object that needs to be passed to the .NET service.
Many thanks
-C
Object reference not set to an instance of an object.
I have read the help available at which describes this exact problem, but do not understand the advice given - or rather I have tried using the example given with the WSDL I will be using and it still generates the above error.
I would be most grateful if someone could explain in lamens terms exactly how I set the instance of the object that needs to be passed to the .NET service.
Many thanks
-C