Send mediator and callout mediator use different ConfigurationContext instances. Former uses the server cfgctx and the latter uses the client cfgctx. That should be the problem.
If you're using the local transport, it doesn't matter which mediator you use performance wise. So why not just use the send mediator? Thanks, Hiranya On Tue, Jul 10, 2012 at 1:44 PM, Lakmali Baminiwatta <[email protected]>wrote: > Hi, > > > On Tue, Jul 10, 2012 at 1:09 PM, Lakmali Baminiwatta <[email protected]>wrote: > >> Hi, >> >> I am trying to configure ESB Callout mediator to access a dataservice >> endpoint through local transport. I have enabled local transport on >> samples/axis2Client/client_repo/conf/axis2.xml. >> >> I configured the callout mediator serviceURL and action as follows, >> >> * <callout serviceURL="http://localhost:8282/services/updateNonxaTrans " >> action="urn:UpdateXATransOp"> >> * > > > The callout mediator configuration I used was, > * > <callout serviceURL="local://localhost/services/updateNonxaTrans**" > action="urn:UpdateXATransOp">* > > I have mistakenly mentioned a wrong URL above. > >> * >> *I am getting the following error while invoking the service. >> >> ERROR - AxisEngine The service cannot be found for the endpoint reference >> (EPR) local://localhost/services/updateNonxaTrans >> org.apache.axis2.AxisFault: The service cannot be found for the endpoint >> reference (EPR) local://localhost/services/updateNonxaTrans >> at >> org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:78) >> at org.apache.axis2.engine.Phase.invoke(Phase.java:329) >> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262) >> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168) >> >> But the endpoint works when configured with send mediator. >> >> How can we use callout mediator to access endpoints through local >> transport? >> >> >> Thanks, >> Lakmali >> -- >> Lakmali Baminiwatta* >> * >> Software Engineer >> WSO2, Inc.: http://wso2.com >> lean.enterprise.middleware >> >> * >> * >> >> > > > -- > Lakmali Baminiwatta* > * > Software Engineer > WSO2, Inc.: http://wso2.com > lean.enterprise.middleware > mobile: +94 71 2335936 > * > * > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Hiranya Jayathilaka Senior Technical Lead; WSO2 Inc.; http://wso2.org E-mail: [email protected]; Mobile: +94 77 633 3491 Blog: http://techfeast-hiranya.blogspot.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
