The Online ColdFusion Meetup Message Board › SOAP Error Question
| Mark | |
|
|
I just wanted to see if anybody here has ever seen this error message returned from a web service. The weird part is it works 99% of the time and once in a while when one of our European customers calls our web service using SOAP they get this error message back.
Here is an example call to the service <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoa... <SOAP-ENV:Header> <ns1:authentication xsi:type="authentication"> <username>xxx</username> <password>xxx</password> </ns1:authentication> </SOAP-ENV:Header> <SOAP-ENV:Body> <ns1:createMember> <status xsi:type="xsd:string">U< <name1 xsi:type="xsd:string">first <name2 xsi:type="xsd:string"></ <address1 xsi:type="xsd:string">Zornd <address2 xsi:type="xsd:string"></ <address3 xsi:type="xsd:string"></ <address4 xsi:type="xsd:string"></ <city xsi:type="xsd:string">Stutt <stateCode xsi:type="xsd:string"></ <countryCode xsi:type="xsd:string">DE< <postalCode xsi:type="xsd:string">70449 <phone1 xsi:type="xsd:string">+49 888888888</phone1> <phone2 xsi:type="xsd:string"></ <email xsi:type="xsd:string">email <referral xsi:type="xsd:string">77789 <sponsor xsi:type="xsd:string">77789 <ssn xsi:type="xsd:string"></ <source xsi:type="xsd:string">gene< <userName xsi:type="xsd:string"></ <password xsi:type="xsd:string"></ <question xsi:type="xsd:string"></ <answer xsi:type="xsd:string"></ <externalId xsi:type="xsd:string">63765 <placement xsi:type="xsd:string"></ <entryDate xsi:type="xsd:string">06/18 <sponsorBusinessCenterId xsi:type="xsd:string">1< <enrollerBusinessCenterId xsi:type="xsd:string">1< </ns1:createMember> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Here is the error message. array ( 'ERROR' => array ( 'error_number' => 'soapenv:Server.userException', 'error_description' => 'coldfusion.xml.rpc.CFCInvocationExcepti ), ) This happened yesterday and today and has not happened. Before that it was one month ago they got this error. Nothing has been changed in the code in about a year. Does anyone know what this message means? Thanks for any help, Much appreciated. |