When i send multiple parameter the error is sowing same .
When i cheked in soapUI with same parameter then it will give me other type error .
error of soap UI is given below
It might also be that the type of SOAP call youâre trying to do canât be done with PHPâs SoapClient. Youâd have to investigate further to check that.
stdClass Object
(
[commBRIDGEFusionMOTORResult] => System.ArgumentNullException: Value cannot be null.
Parameter name: s
at System.IO.StringReader..ctor(String s)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text)
at WebAggWCFService.Service1.commBRIDGEFusionMOTOR(String strXdoc) in c:\WebAggAppUAT\WebAggWCFService\App_Code\Service1.cs:line 59
)
stdClass Object
(
[commBRIDGEFusionMOTORResult] => System.ArgumentNullException: Value cannot be null.
Parameter name: s
at System.IO.StringReader..ctor(String s)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text)
at WebAggWCFService.Service1.commBRIDGEFusionMOTOR(String strXdoc) in c:\WebAggAppUAT\WebAggWCFService\App_Code\Service1.cs:line 59
)