The example soap request didn't show correctly. New try:

  | An example request:
  | 
  | <?xml version="1.0" encoding="ISO-8859-1"?>
  | <SOAP-ENV:Envelope 
  | SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";  
  | xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
  | xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";  
  | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";  
xmlns:si="http://soapinterop.org/xsd";>
  | <SOAP-ENV:Body>
  | <ns1:TRANSLATEIP xmlns:ns1="http://testuri.org";>
  |  <login.user xsi:type="xsd:string">K123456</login.user>
  |  <login.password xsi:type="xsd:string">XXXXX</login.password>
  |  <OriginatingCustomerIP 
xsi:type="xsd:string">129.23.23.2</OriginatingCustomerIP>
  | </ns1:TRANSLATEIP>
  | </SOAP-ENV:Body>
  | </SOAP-ENV:Envelope>
  | 
  | An example response looks the following way:
  | 
  | <?xml version="1.0"?>
  | <SOAP-ENV:Envelope 
  | xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
  | xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
  | xmlns:xsd="http://www.w3.org/1999/XMLSchema"; 
  | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
  | xmlns:si="http://soapinterop.org/xsd"; xmlns:ns6="http://testuri.org"; 
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
  | <SOAP-ENV:Body>
  |  <Response>
  |   <item>
  |    <OriginatingCustomerId 
xsi:type="xsd:string">46736123123</OriginatingCustomerId>
  |   </item>
  |  </Response>
  | </SOAP-ENV:Body>
  | </SOAP-ENV:Envelope>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952079#3952079

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952079


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to