Using xml Syntax Highlighting
- <?xml version="1.0" encoding="UTF-8"?>
- <<span class="posthilit">soap</span>:Envelope <span class="posthilit">soap</span>:encodingStyle="http://
- schemas.xmlsoap.org/<span class="posthilit">soap</span>/encoding/" xmlns:http="http://schemas.xmlsoap.org/wsdl/
- http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3
- .org/2001/XMLSchema" xmlns:<span class="posthilit">soap</span>="http://schemas.xmlsoap.org/wsdl/<span class="posthilit">soap</span>/" xmlns:so
- ap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xml
- <span class="posthilit">soap</span>.org/<span class="posthilit">soap</span>/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
- xmlns:tns="http://www.achcolombia.com.co/PSEHostingWS" xmlns:wsdl="http://schem
- as.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <<span class="posthilit">soap</span>:Body>
- <tns:getTransactionInformationHosting>
- <ticketOfficeID xsi:type="s:int">66</ticketOfficeID>
- <password xsi:type="s:string">vesta123</password>
- <paymentID xsi:type="s:string">1234</paymentID>
- </tns:getTransactionInformationHosting>
- </<span class="posthilit">soap</span>:Body>
- </<span class="posthilit">soap</span>:Envelope>
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4
Yo esperaría que me creara algo como esto que está en la especificación:
Using xml Syntax Highlighting
- <<span class="posthilit">soap</span>:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:<span class="posthilit">soap</span>="http://schemas.xmlsoap.org/<span class="posthilit">soap</span>/envelope/">
- <<span class="posthilit">soap</span>:Body>
- <getTransactionInformationHosting xmlns="http://www.achcolombia.com.co/PSEHostingWS">
- <ticketOfficeID>66</ticketOfficeID>
- <password>string</password>
- <paymentID>string</paymentID>
- </getTransactionInformationHosting>
- </<span class="posthilit">soap</span>:Body>
- </<span class="posthilit">soap</span>:Envelope>
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4
La respuesta que tengo con el primer xml que he colocado es sencillamente un
No sé qué podría hacer. Lo otro sería construir manualmente el XML, pero siento que perdería la esencia del SOAP::Lite.