PHP Fatal error: Uncaught SoapFault exception: [soap:Server] System.Web.Services.Protocols.SoapE xception: Server was unable to process request. ---> System.NullReferenceExcepti on: Object reference not set to an instance of an object. at _._.Application.SessionContext.ForeignAuthLogin(String username, String password) at _._.Application.SessionContext.Login(String username, String password) at -.-.Insert(String Username, String Password, String HandheldVersion, String CitationData) --- End of inner exception stack trace --- in D:\Scripts\**********.php:3
basically i am trying to pass in certain parameters to a webservice call everything is fine as far as authentication because i've done this with other services, but this certain service is giving this error
sorry about the _
, -
, and *
Im just trying to keep some of the names confidential