Hey everyone,
Sorry I am a little new to axis, but I am struggling with what is/how to use a WSDD file. So at the shop I work at we have a web service that is ran on Peoplesoft. Apparently in order to interact with said web service a WSDD file have to be used to allow for authentication. I have access to a LOCAL copy of both the WSDL and WSDD files. I have looked through many forums, and the Apache docs, but I can't seem to put together what is going on here, anyone think they are able to help?
Here is a similar WSDD file
<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<transport name="http" pivot="java
rg.apache.axis.transport.http.HTTPSender"/>
<globalConfiguration >
<requestFlow >
<handler type="java
rg.apache.ws.axis.security.WSDoAllSender" >
<parameter name="action" value="UsernameToken"/>
<parameter name="user" value="userName"/>
<parameter name="passwordCallbackClass" value="org.portal.security.wsse.RMSPasswordCallback"/>
<parameter name="passwordType" value="PasswordText"/>
<parameter name="mustUnderstand" value="0" />
<parameter name="wsse_ns" value="http://schemas.xmlsoap.org/ws/2002/07/secext" />
</handler>
</requestFlow >
</globalConfiguration >
</deployment>