Hi,

I have created a service in wso2esb with 4 methods with add and get tasks.

the getall service, where i don't pass any parameters into the service, is
working fine.
but all other methods which do accept parameters gives an error

I have not done any processing to the soap messages.
I am sending the exact soap message which gives correct results when sent
to the axis server directly through eclipse soap ui.

 Are there any change of soap message needed when passing parameters to the
service via ESB?

pastebin location for the error: http://pastebin.com/cmDq9F4m
Source view of the proxy service is attached herewith


thanks & regards



-- 
Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791
<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse";
       name="OrderProcTest"
       transports="http"
       statistics="disable"
       trace="disable"
       startOnLoad="true">
   <target>
      <outSequence>
         <send/>
      </outSequence>
      <endpoint>
         <address uri="http://localhost:9000/services/Task2AxisOrderProcessingService"/>
      </endpoint>
   </target>
   <publishWSDL uri="http://localhost:9000/services/Task2AxisOrderProcessingService?wsdl"/>
   <description/>
</proxy>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to