You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Denis Schlesinger <sc...@ecs-gmbh.de> on 2005/07/27 09:33:31 UTC

No client transport named 'RMTransport' found!

Hi all, 

 

when using Axis/Java 1.2 and Sandesha 1.0-RC1 the following error
uccurs: 'No client transport named 'RMTransport' found!'

 

The regarding stacktrace is as follows:

 

No client transport named 'RMTransport' found! (class
org.apache.axis.AxisFault):

       org.apache.axis.client.AxisClient.invoke(AxisClient.java:170)

       org.apache.axis.client.Call.invokeEngine(Call.java:2765)

       org.apache.axis.client.Call.invoke(Call.java:2748)

       org.apache.axis.client.Call.invoke(Call.java:2424)

       org.apache.axis.client.Call.invoke(Call.java:2347)

       org.apache.axis.client.Call.invoke(Call.java:1804)...

 

Even when testing with the code from the Sandesha user guide in section
'Simple Request-Response Client' I get the same result :-(

 

Any ideas highly appreciated!

 

Thanks,

Denis

 


Re: No client transport named 'RMTransport' found!

Posted by Jaliya Ekanayake <ja...@opensource.lk>.
Hi Denis,

You need to configure your client to use RMTransport as the Transport 
Sender. Please copy the client-config.wsdd in the samples directory to 
your classpath. This is the line you need to add to your client-config.wsdd


 <handler name="RMSender" type="java:org.apache.sandesha.client.RMSender"/>

Thanks,

Jaliya


Denis Schlesinger wrote:

>Hi all, 
>
> 
>
>when using Axis/Java 1.2 and Sandesha 1.0-RC1 the following error
>uccurs: 'No client transport named 'RMTransport' found!'
>
> 
>
>The regarding stacktrace is as follows:
>
> 
>
>No client transport named 'RMTransport' found! (class
>org.apache.axis.AxisFault):
>
>       org.apache.axis.client.AxisClient.invoke(AxisClient.java:170)
>
>       org.apache.axis.client.Call.invokeEngine(Call.java:2765)
>
>       org.apache.axis.client.Call.invoke(Call.java:2748)
>
>       org.apache.axis.client.Call.invoke(Call.java:2424)
>
>       org.apache.axis.client.Call.invoke(Call.java:2347)
>
>       org.apache.axis.client.Call.invoke(Call.java:1804)...
>
> 
>
>Even when testing with the code from the Sandesha user guide in section
>'Simple Request-Response Client' I get the same result :-(
>
> 
>
>Any ideas highly appreciated!
>
> 
>
>Thanks,
>
>Denis
>
> 
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org