Hello,
Does anyone can give me a hint on where start looking I tried to setup the following
Code:
<bean id="apcWebService" class="lu.ept.dt.access.luxdsl.ws.apc.MyJaxRpcPortProxyFactoryBean">
<property name="serviceInterface" value="com.alcatel.apc.ApcRemoteService"/>
<property name="serviceName" value="ApcRemoteService"/>
<property name="lookupServiceOnStartup" value="true"/>
<property name="wsdlDocumentUrl" value="http://192.168.1.5:8080/soap/services/ApcRemotePort?wsdl" />
<property name="namespaceUri" value="uri://alcatel.com/apc/2.0"/>
<property name="portName" value="ApcRemotePort"/>
<property name="username" value="jam"/>
<property name="password" value="jam"/>
<property name="endpointAddress" value="http://192.168.1.5:8080/soap/services/ApcRemotePort/2.1/"/>
<property name="serviceFactoryClass" value="org.apache.axis.client.ServiceFactory" />
</bean>
I am not really lucky it is not working I still get a authentication error. Does anyone has a working example with spring and axis.
Thanks,
J