Re: [Dev] Developing Carbon Component - AxisFault : The server did not recognise the action which it received:

2014-11-09 Thread Maheeka Jayasuriya
The component works as expected when deployed on Application Server. Am I missing any configurations in the component when deploying in Carbon? (Because the samples when deployed on Carbon works fine, i.e. Carbon configurations seems to be okay) Thanks. Maheeka Jayasuriya Software Engineer

Re: [Dev] Developing Carbon Component - AxisFault : The server did not recognise the action which it received:

2014-11-09 Thread Dilan Udara Ariyaratne
Hi Maheeka, It looks like the server cannot uniquely identify the method that you are trying to invoke from the client side. Can you share the corresponding wsdl file of the service and the code base of your client class? Regards. *Dilan U. Ariyaratne* Software Engineer WSO2 Inc.

Re: [Dev] Developing Carbon Component - AxisFault : The server did not recognise the action which it received:

2014-11-09 Thread Maheeka Jayasuriya
Hi Dilan, Please find the WSDL and the client code attached. If it cannot understand uniquely, shouldn't that be the case when deployed on AS as well, not only in Carbon? Thanks. Maheeka Jayasuriya Software Engineer Mobile : +9450661 On Mon, Nov 10, 2014 at 6:30 AM, Dilan Udara Ariyaratne

Re: [Dev] Developing Carbon Component - AxisFault : The server did not recognise the action which it received:

2014-11-09 Thread Dilan Udara Ariyaratne
Hi, Can you try out the answer in: http://stackoverflow.com/questions/5926551/axis2-error-when-invoking-web-service-from-another-web-service by setting up the SOAP actions explicitly under options? Regards. *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. http://wso2.com/ Mobile:

Re: [Dev] Developing Carbon Component - AxisFault : The server did not recognise the action which it received:

2014-11-09 Thread Maheeka Jayasuriya
This is working now. The problem has being because of an error in directory structure in the service module. Thanks. Maheeka Jayasuriya Software Engineer Mobile : +9450661 On Mon, Nov 10, 2014 at 6:56 AM, Dilan Udara Ariyaratne dil...@wso2.com wrote: Hi, Can you try out the answer in: