Hello,

I'm trying to use the Message Handler on the client side to modify the SOAP
header before it is sent to the server.  When I run with no client side
configuration, my client can invoke the jax rpc web service just fine.  When
I run with a client side configuration (set with -Daxis.ClientConfigFile)
which includes my client side message handler, the message handler gets run
but the invocation doesn't seem to reach the server--the service call
returns null and I have TCP Tunnel/Monitor set up and it shows nothing going
through.  In my client side configuration, when I defined a message handler,
I had to define http transport in the configuration file.  At the end of
this message is the configuration file.  Any help would be appreciated.

Regards,
Len Takeuchi
Salescentrix.com
[EMAIL PROTECTED]

<deployment name="test" xmlns="http://xml.apache.org/axis/wsdd/";
    xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  <globalConfiguration>
    <requestFlow>
      <handler type="java:org.apache.axis.handlers.JAXRPCHandler">
        <parameter name="className"
value="samples.jaxrpc.test.ClientHandler"/>
      </handler>
    </requestFlow>
  </globalConfiguration>
  <transport name="http"
pivot="java.org.apache.axis.transport.http.HTTPSender"/>
</deployment>

Reply via email to