I configured a sequence to invoke one of the axis 2 samples, the one dealing 
with swa.

from synapse:

<syn:sequence name="swa_proxy">
        <syn:log level="full" separator=","/>
        <syn:header name="Action" value="uploadFile"/>
        <syn:send>
            <syn:endpoint>
                <syn:address 
uri="http://localhost:8080/axis2/services/SWASampleService"; optimize="swa"/>
            </syn:endpoint>
        </syn:send>
    </syn:sequence>

on the axis server console, I got this error, how can I set this namespace ? 
The message comes from jms transport.

[ERROR] namespace mismatch require http://service.soapwithattachments.sample 
found http://ws.apache.org/commons/ns/payload
org.apache.axis2.AxisFault: namespace mismatch require 
http://service.soapwithattachments.sample found http://ws.apache.org/comm
ons/ns/payload

thanks

remsy

_______________________________________________
Esb-java-user mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to