I'm new to Axis. I'm using Axis 1.4. I need to define a transport on the
client side. My application is supporting multiple SOAP interfaces. When I
call one set of SOAP interfaces, I want to call one handler and then when I
call the other set of SOAP interfaces, I want to call a different handler.
I knnow the configuration that I have below is wrong. Does anyone have any
suggestions of how I can implement this?
<transport name="http"
pivot="java:org.apache.axis.transport.http.HTTPSender"/>
<transport name="http" pivot="java:myownHandler"/>
<?xml version="1.0" encoding="UTF-8"?>
<deployment name="defaultClientConfig"
xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<globalConfiguration>
<parameter name="disablePrettyXML" value="true"/>
<parameter name="enableNamespacePrefixOptimization" value="false"/>
</globalConfiguration>
<transport name="http"
pivot="java:org.apache.axis.transport.http.HTTPSender"/>
<transport name="http" pivot="java:myownHandler"/>
<transport name="java"
pivot="java:org.apache.axis.transport.java.JavaSender"/>
<transport name="local"
pivot="java:org.apache.axis.transport.local.LocalSender"/>
</deployment>
--
View this message in context:
http://www.nabble.com/Newbie-need-help-with-client-config.wsdd-tf4530741.html#a12929350
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]