Hi!

I use Axis with JMS as transport protocol. The message javax.jms.Message,
which is sent over JMS, carries (in my case) just SOAP message
(TextMessage). But SOAP message doesn't contain the name of the service. In
my case JMS doesn't carry "MessageContext", which contains the soap message,
and into which I can put the service name.
1) How can I get service name on the server side? At the moment I'm setting
up the sevice name with "msgContext.setTargetService("Calculator")" on the
server side but it is fault!!!
2) Where is any documentation of configuration of axis (wsdd, how to
configure Chains, ...)?

Thanks,

-Rehor.

Reply via email to