What if you're using the client created from WSDL2Java that POSTs a complete SOAP message :
<?xml version="1.0" encoding="UTF-8"?> <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"> <soapenv:Body> <ns1:getMessage xmlns:ns1="http://helloworld" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </soapenv:Body> </soapenv:Envelope> If I use the SAAJComponent, I get a SOAP messages inside of a SOAP message. What type of component do I use to setup a webservice to be invoked if I want to use a client that posts a SOAP message. -- View this message in context: http://www.nabble.com/SAAJ-Component-Details-tf1908420.html#a5251513 Sent from the ServiceMix - User forum at Nabble.com.
