|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
xmlstreamreader error while calling cxf serviceHi,
I get the following error while executing this config. Please tell me why? Config File: <xml-entity-decoder-transformer name="XmlDecoder"/> <xm:xslt-transformer name="Xslt" xsl-file="sucess.xsl"/> <xm:object-to-xml-transformer name="ObjectToXML"/> <!-- com.muleinaction.cxf.jaxws.GreetingServiceImpl --> <model name="cxfJaxwsModel"> <service name="cxfJaxwsService"> <inbound> <cxf:inbound-endpoint frontend="jaxws" address="http://localhost:9781/greeting" /> </inbound> <component class="pl._3e.adinterface.modeladserviceimpl"/> <outbound> <pass-through-router> <cxf:outbound-endpoint address="http://localhost:9782/greeting" proxy="true" synchronous="false" transformer-refs="ObjectToXML Xslt"/> </pass-through-router> </outbound> </service> </model> </mule> Error: INFO 2009-10-28 18:40:51,723 [connector.cxf.0.dispatcher.1] org.mule.transport.cxf.CxfMessageDispatcher: Connected: endpoint.outbound.http://localhost:9782/greeting Oct 28, 2009 6:40:51 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Interceptor has thrown exception, unwinding now org.apache.cxf.interceptor.Fault: Could not find a transformer to transform "pl._3e.adinterface.ModelSetDocActionRequest" to "javax.xml.stream.XMLStreamReader". at org.mule.transport.cxf.support.OutputPayloadInterceptor.handleMessage(OutputPayloadInterceptor.java:96) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:296) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:242) at org.mule.transport.cxf.CxfMessageDispatcher.doSendWithClient(CxfMessageDispatcher.java:220) at org.mule.transport.cxf.CxfMessageDispatcher.doSend(CxfMessageDispatcher.java:146) at org.mule.transport.cxf.CxfMessageDispatcher.doDispatch(CxfMessageDispatcher.java:252) at org.mule.transport.AbstractMessageDispatcher$Worker.run(AbstractMessageDispatcher.java:262) at org.mule.work.WorkerContext.run(WorkerContext.java:310) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) at java.lang.Thread.run(Unknown Source) |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |