I've deployed a SOAP:RPC service in axis. I've noted that the axis engine don't resolve the wsdl creation throwing these error:
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - The AXIS engine could not find a target service to invoke! targetService is null
AxisFault
faultCode: {http://xml.apache.org/axis/}Server.NoService
faultString: The AXIS engine could not find a target service to invoke! targetService is null
faultActor: null
faultDetail:
faultCode: {http://xml.apache.org/axis/}Server.NoService
faultString: The AXIS engine could not find a target service to invoke! targetService is null
faultActor: null
faultDetail:
The AXIS engine could not find a target service to invoke! targetService is null
I've deployed axis in my application and I've inserted the server-config.wsdd in WEB-INF:
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<service name="dataexchange" provider="java:RPC">
<parameter name="className" value="it.proxys.dataexchange.central.services.DataExchangeXMLService"/>
<parameter name="allowedMethods" value="*"/>
</service>
</deployment>
What Have I wrong?
Thanks
Software Consultant
ObjectWay S.p.A.
Via G.A. Boltraffio 7
20159 Milano (MI)
http://www.objectway.it