Hi,

I'm interested of using SOAP over JMS with Axis, but I can't get the example running nor my own tests.
I have tried to get it working with simple service, but I only get error message from the client-side:
No client transport named 'JMSTransport' found!
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:183)
at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
at org.apache.axis.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:2248)
at org.apache.axis.client.Call.invoke(Call.java:2171)
at org.apache.axis.client.Call.invoke(Call.java:1691)
at syncrontech.jani.axis.jmstest.Client.main(Client.java:103)
No client transport named 'JMSTransport' found!


Something seems to be missing, but what?

I'm using OpenJMS and I can run those examples which came with the package.

What are the steps to get JMS transport working?

Jani

Reply via email to