Hi,
I am following this
<http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/>
tutorial
on how to create a carbon component. I created the web service, stub and
the UI and deployed in the Carbon server. The service WSDL is accissible
and is working fine when used through the Soap UI. However, when I am
trying to access the service via the UI component which was developed and
deployed in Carbon it gives the following error.
Caused by: org.apache.axis2.AxisFault: The server did not recognise the
action which it received:
at
org.apache.axis2.handlers.addressing.AddressingInFaultHandler.invoke(AddressingInFaultHandler.java:114)
at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:356)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:413)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:224)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
at
com.wso2.orderproc.stub.OrderProcessorServiceStub.insertOrder(OrderProcessorServiceStub.java:536)
at
com.wso2.orderproc.ui.OrderProcessorClient.insertOrder(OrderProcessorClient.java:25)
The carbon log file prints the same, including the operation name I am
trying to access which is 'insertOrder'.
TID: [0] [Carbon] [2014-07-16 13:05:16,517] INFO
{org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -
'[email protected] [-1234]' logged in at [2014-07-16 13:05:16,516+0530]
{org.wso2.carbon.core.services.util.CarbonAuthenticationUtil}
TID: [0] [Carbon] [2014-07-16 13:05:23,569] WARN
{org.apache.axis2.addressing.AddressingFaultsHelper} -
triggerActionNotSupportedFault: messageContext: [MessageContext:
logID=e3ee2593bb66ea1428e329fd6734554aff3c5d98cdcbbfd1] problemAction:
urn:insertOrder {org.apache.axis2.addressing.AddressingFaultsHelper}
TID: [0] [Carbon] [2014-07-16 13:05:23,573] ERROR
{org.apache.axis2.engine.AxisEngine} - The [action] cannot be processed at
the receiver. {org.apache.axis2.engine.AxisEngine}
org.apache.axis2.AxisFault: The [action] cannot be processed at the
receiver.
at
org.apache.axis2.addressing.AddressingFaultsHelper.triggerAddressingFault(AddressingFaultsHelper.java:373)
at
org.apache.axis2.addressing.AddressingFaultsHelper.triggerActionNotSupportedFault(AddressingFaultsHelper.java:336)
at
org.apache.axis2.dispatchers.AddressingBasedDispatcher.checkAction(AddressingBasedDispatcher.java:144)
Any idea on which could cause this?
--
*Darshana Akalanka Pagoda Arachchi,*
*Software Engineer*
*078-4721791*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev