Dan, 
Thank you for your reply. 

Sorry, when the object class was extracted only to the actually used
Request/Response Classes 
on the occasion of binding compile, it solved. 

Although I thinks that normal operation of the conversion process to XML was
carried out now, 
however when carrying out SOAP using the XML, 
the problem used as "SOAP FAULT" has occurred. 

Is there any config set as others in order to use XML for SOAP? 

error is:
Caused by: org.apache.cxf.binding.soap.SoapFault: Fault occurred while
processing.
        at
org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:75)
        at
org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:46)
        at
org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:35)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
        at
org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:107)
        at
org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:69)
        at
org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:34)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
        at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:799)
        at
org.mule.module.cxf.transport.MuleUniversalConduit.dispatchMuleMessage(MuleUniversalConduit.java:279)
        at
org.mule.module.cxf.transport.MuleUniversalConduit$2.handleMessage(MuleUniversalConduit.java:193)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
        at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:533)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:463)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:375)
        at
org.mule.module.cxf.CxfOutboundMessageProcessor.doSendWithClient(CxfOutboundMessageProcessor.java:238)
        at
org.mule.module.cxf.CxfOutboundMessageProcessor.process(CxfOutboundMessageProcessor.java:128)


SOAP envelope like this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
<soap:Header>
<mule:header xmlns:mule="http://www.muleumo.org/providers/soap/1.0";>
<mule:MULE_CORRELATION_ID>036c0b34-61b6-11e1-a022-132424a583d2</mule:MULE_CORRELATION_ID>
<mule:MULE_CORRELATION_GROUP_SIZE>-1</mule:MULE_CORRELATION_GROUP_SIZE>
<mule:MULE_CORRELATION_SEQUENCE>-1</mule:MULE_CORRELATION_SEQUENCE>
</mule:header>
</soap:Header>
<soap:Body>
<ns1:testServices xmlns:ns1="http://action.test.it/";>
<callBeanServices xmlns="http://it/test/action";>
<baseBean xmlns="http://test/commons/base"; resultCount="2">
<message>
<messageId>c6b30281-083d-4af6-b813-17a3b04ac020</messageId>
<correlationId>d465ca54-88ed-49b8-8636-7d5414fb8fa1</correlationId>
<userId/>
<password/>
</message>
</baseBean>
<no>999999</no>
<testKey>yyssa88ysasasii</testKey>
</callBeanServices >
</ns1:callBeanServices>
</soap:Body>
</soap:Envelope>

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Trouble-using-jibx-databinding-in-CXF-2-5-1-using-Mule-3-3M2-tp5518176p5520712.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to