Actaully, I think I had spoken too soon. I had tried passing something like
this:

                <e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/";
                        xmlns:d="http://www.w3.org/2001/XMLSchema";
                        xmlns:i="http://www.w3.org/2001/XMLSchema-instance";
                        xmlns:wn0="http://systinet.com/xsd/SchemaTypes/";
                        
xmlns:wn1="http://systinet.com/wsdl/com/cexp/coe/bob/ws/customer/";
                        xmlns:wn2="http://systinet.com/soap-jta/";
                
xmlns:wn3="http://systinet.com/wsdl/com/cexp/coe/bob/services/order/pojo/";>
                        <e:Body>
                                <wn1:getCustomerInfo>
                                        <wn1:userId 
i:type="d:string">akayali</wn1:userId>
                                </wn1:getCustomerInfo>
                        </e:Body>
                </e:Envelope> 

But it ended up putting in the Envelop and Body tags when submitted:

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
        <SOAP-ENV:Header/>
        <SOAP-ENV:Body>
                <e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:d="http://www.w3.org/2001/XMLSchema";
xmlns:i="http://www.w3.org/2001/XMLSchema-instance";
xmlns:idal="http://idalica.compiere.soa";
xmlns:wn0="http://systinet.com/xsd/SchemaTypes/";
                           
xmlns:wn1="http://systinet.com/wsdl/com/cexp/coe/bob/ws/customer/";
xmlns:wn2="http://systinet.com/soap-jta/";
xmlns:wn3="http://systinet.com/wsdl/com/cexp/coe/bob/services/order/pojo/";>
                        <e:Body>
                                <wn1:getCustomerInfo>
                                        <wn1:userId 
i:type="d:string">akayali</wn1:userId>
                                </wn1:getCustomerInfo>
                        </e:Body>
                </e:Envelope>
        </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I'll try using HTTP BC as you suggested (I just wanted to clarify my
findings so I wouldn't mislead others).

Thanks,

jeff
--
View this message in context: 
http://www.nabble.com/soap-header-support-using-SAAJ-t1535663.html#a4204074
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to