I have not tried with the SAAJ Component , but I used the HTTP Component to
accept the SOAP messages...
Heres the snippet from my example..based on the modified soap-binding
example:
(note the "soap=true" for the HTTP Component )

                <sm:activationSpec>
                  <sm:component>
                    <http:component>
                      <http:endpoints>
                        <http:endpoint service="demo:simple-service"
                                       endpoint="simple-service"
                                       role="consumer" 
                                       
locationURI="http://localhost:8192/Service/";
                                       
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; 
                                       soap="true" />                 
                      </http:endpoints>
                    </http:component>
                  </sm:component>
                </sm:activationSpec>


Pat
                <sm:activationSpec>
                  <sm:component>
                      <jsr181:component>
                        <jsr181:endpoints>
                          <jsr181:endpoint pojoClass="soap.SimpleService"
                                           annotations="none"
                                           service="demo:simple-service"
                                           endpoint="simple-service" />         
        
                        </jsr181:endpoints>
                      </jsr181:component>
                  </sm:component>
                </sm:activationSpec>
-- 
View this message in context: 
http://www.nabble.com/SAAJ-Component-Details-tf1908420.html#a5266386
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to