views:

40

answers:

0

Hello

I am using PHP and nusoap library to access a WSDL service with SOAP. My syntax is correct as i have test it with another wsdl URL.

But when i use my desired URL i get the following

Array ( [faultcode] => soap:Server [faultstring] => System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference not set to an instance of an object. at InformationImpl.GetIdentityCode(GetIdentityCodeRequest request) at Information.GetIdentityCode(GetIdentityCodeRequest request) --- End of inner exception stack trace --- [detail] => )

I have used different combination of Parameters, and also with an invalid set of parameters but still get the same error.

Can Anyone please the possible cause of this error?

Thanks in advance