alxkolm

Untitled

Nov 11th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.23 KB | None | 0 0
  1.  xmlns:pgu1="http://sys.smev.ru/xsd/pgu">
  2.    <soapenv:Header/>
  3.    <soapenv:Body>
  4.       <pgu:getPguapiEqPoTicketRequest>
  5.          <pgu:CondOfpguapiEqPoTicket>
  6.             <!--Zero or more repetitions:-->
  7.             <pgu:pguapiEqPoTicket>              
  8.                <pgu:socId>78500000243585</pgu:socId>
  9.                <!--<pgu:guid>?</pgu:guid>-->
  10.             </pgu:pguapiEqPoTicket>
  11.          </pgu:CondOfpguapiEqPoTicket>
  12.          <!--Optional:-->
  13.          <pgu:order>?</pgu:order>
  14.       </pgu:getPguapiEqPoTicketRequest>
  15.    </soapenv:Body>
  16. </soapenv:Envelope>
  17.  
  18.  
  19. <!-- Ответ -->
  20. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  21.    <soapenv:Body>
  22.       <soapenv:Fault>
  23.          <faultcode>soapenv:Server.generalException</faultcode>
  24.          <faultstring>WSDoAllReceiver: cannot convert into document; nested exception is:
  25.     org.xml.sax.SAXParseException: Content is not allowed in prolog.</faultstring>
  26.          <detail>
  27.             <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">smev-03</ns1:hostname>
  28.          </detail>
  29.       </soapenv:Fault>
  30.    </soapenv:Body>
  31. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment