When a SOAP request is submitted without the closing </soapenv:Envelope>, the
Web Service is called and no errors are thrown.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:v1="http://www.nortel.com/xmlprotocol/wsdl/data/protocol_interfaces/cisco_icm/v1_0";>
   <soapenv:Header/>
   <soapenv:Body>
      <v1:CallCleared-Event>
         <!--Optional:-->
         <callId>35756</callId>
         <cause>6</cause>
      </v1:CallCleared-Event>
   </soapenv:Body>

*****  There should be a </soapenv:Envelope> at the end of this request
*****
-- 
View this message in context: 
http://www.nabble.com/%3C-soapenv%3AEnvelope%3E-tp16498308p16498308.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to