Hi,
        I'm new in axis user and I've a problem with axis.
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:
        stackTrace: 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:

The AXIS engine could not find a target service to invoke!  targetService is null
        at org.apache.axis.server.AxisServer.generateWSDL(AxisServer.java:482)
        at org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:277)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:335)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:21)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
        at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2552)
        at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2260)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

 
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

Claudio D'Angelo
Software Consultant
ObjectWay S.p.A.
Via G.A. Boltraffio 7
20159 Milano (MI)
http://www.objectway.it

Reply via email to