Hello,

Even i am trying to call a external web service thru http-bc . but ended up 
with the same problem you have mentioned.

org.apache.servicemix.soap.SoapFault: Unexpected fault code:
{http://www.w3.org/2003/05/soap-envelo
e}Server.userException
        at
org.apache.servicemix.soap.marshalers.SoapReader.readFaultUsingDom(SoapReader.java:259)
        at
org.apache.servicemix.soap.marshalers.SoapReader.readFaultUsingStax(SoapReader.java:341)
        at
org.apache.servicemix.soap.marshalers.SoapReader.readSoapUsingStax(SoapReader.java:203)
        at
org.apache.servicemix.soap.marshalers.SoapReader.read(SoapReader.java:89)
        at
org.apache.servicemix.soap.marshalers.SoapReader.read(SoapReader.java:76)
        at
org.apache.servicemix.http.processors.ProviderProcessor.process(ProviderProcessor.java:1
4)
        at
org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:489)
        at
org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:
41)
        at
org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
        at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelIm
l.java:595)
        at
org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:174)
        at
org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:176)
        at
org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
        at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadP
olExecutor.java:665)
        at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolE
ecutor.java:690)
        at java.lang.Thread.run(Thread.java:595)
ERROR - BpelRuntimeContextImpl         - Invalid response state for mex
hqejbhcnphr34ia95bhi2u: ASY
C
ERROR - OdeService                     - ODE MEX
{MyRoleMex#hqejbhcnphr34ia95bhi3u [Client ID:10.19
.56.109-118c133c48a-3:3] calling
{http://www.example.org/BpelService/}BpelServiceSOAP.inputRequest(
..)} was unroutable.
WARN  - jetty                          - EXCEPTION
Did you find any way to go ahead?Please Do share, i am struggling with the
problem sicne a few days.
thank you. 


gnodet wrote:
> 
> You can generate the xml manually, or maybe use
> the jsr181 client proxy stuff to use a java interface ...
> How do you create the message currently ?
> 
> On 2/14/07, Anthony <[EMAIL PROTECTED]> wrote:
>>
>> so how would you call an external web service method with arguments
>> extracted
>> from the message body?
>>
>> example:
>>
>> webservice method:
>> public int addNumbers(final int num1, final int num2)
>>
>> message example:
>> <myMessage>
>>   <num1>5</num1>
>>   <num2>4</num2>
>> </myMessage>
>>
>> how can i use the http provider to do this or is there another way?
>> thanks!
>> --
>> View this message in context:
>> http://www.nabble.com/Calling-external-web-service-tf3159837s12049.html#a8959503
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Architect, LogicBlaze (http://www.logicblaze.com/)
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Calling-external-web-service-tp8763921s12049p16117681.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to