Created
August 19, 2013 16:54
-
-
Save mileszs/6271324 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I, [2013-08-19T12:53:56.685125 #90466] INFO -- : SOAP request: http://ec2e-gf-n1.connexon.com:28080/ConnexonProprietaryLocation_Service/LocationConnexonWS?wsdl | |
I, [2013-08-19T12:53:56.685192 #90466] INFO -- : SOAPAction: "AddLocationComplete", Content-Type: text/xml;charset=UTF-8, Content-Length: 979 | |
D, [2013-08-19T12:53:56.685470 #90466] DEBUG -- : <?xml version="1.0" encoding="UTF-8"?> | |
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://service.administration.connexon.com/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> | |
<env:Body><tns:AddLocationComplete><authentication> | |
<accountID>BD721DDD-7FCB-4624-9263-708ABE68DA70</accountID> | |
<authenticationToken>EE2F9882-B394-4696-A068-0A9BD58ED9FD</authenticationToken> | |
</authentication> | |
<addressData> | |
<civicAddress> | |
<country>US</country> | |
<A1>IN</A1> | |
<A3>Indianapolis</A3> | |
<RD>Harcourt Springs Ct.</RD> | |
<HNO>7825</HNO> | |
<NAM>home</NAM> | |
<PC>46260</PC> | |
</civicAddress> | |
</addressData> | |
</tns:AddLocationComplete> | |
</env:Body> | |
</env:Envelope> | |
D, [2013-08-19T12:53:56.685574 #90466] DEBUG -- : HTTPI POST request to ec2e-gf-n1.connexon.com (net_http) | |
I, [2013-08-19T12:53:56.687887 #90466] INFO -- : SOAP response (status 500) | |
D, [2013-08-19T12:53:56.688011 #90466] DEBUG -- : <?xml version="1.0" encoding="UTF-8"?> | |
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> | |
<S:Body> | |
<S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope"> | |
<faultcode>S:Server</faultcode> | |
<faultstring>javax.xml.soap.SOAPException: org.xml.sax.SAXParseException; lineNumber: 44; columnNumber: 13; Unexpected close tag </addressData>; expected </tns:AddLocationComplete>. | |
at [row,col {unknown-source}]: [44,13]</faultstring> | |
</S:Fault> | |
</S:Body> | |
</S:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment