Nope, WSDL is not mandatory. Try:

http://localhost:8080/axis2/

And click services. That should should show your live web services,
and any faulty ones which will give a stack trace.

Try that and post the results if you are still stuck.

HTH,
Robert
http://www.braziloutsource.com/

On 6/19/06, Jenny ZHANG <[EMAIL PROTECTED]> wrote:
Dear axis-userall,

I deployed a service (MTOMServiceWS) successfully on the server, the service is 
as simple as:
"   public class MTOMServiceWS {
        public OMElement MTOMService (OMElement element) throws Exception {
                element.build ();
        element.detach();
        return element;
}}
"
When I invoked the service, the request SOAP message appeared as expected, but 
the response messge showed
the follwoing error:
"Operation Not found EPR is http://127.0.0.1:8085/axis2/services/MTOMServiceWS and 
WSA Action =  " ,

I wonder if  the problem is caused due to the absence of the service's WSDL 
file in the Server ?  or any statement
about operation I should put in my client side ?

Thanks !

Jenny
19 June 06


---------------- error--------------

<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:wsa="http://www.w3.org/2005/08/addressing";><soapenv:Header><wsa:ReplyTo><wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address></wsa:ReplyTo><wsa:MessageID>urn:uuid:E066FC5277106E559511507090989301</wsa:MessageID><wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action></soapenv:Header><soapenv:Body><soapenv:Fault><faultcode>soapenv:Client</faultcode>
7c
<faultstring>Operation Not found EPR is 
http://127.0.0.1:8085/axis2/services/MTOMServiceWS and WSA Action =  </faultstring>
828
<detail><Exception>org.apache.axis2.AxisFault: Operation Not found EPR is 
http://127.0.0.1:8085/axis2/services/MTOMServiceWS and WSA Action =  &#13;
        at 
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:46)&#13;
        at org.apache.axis2.engine.Phase.invoke(Phase.java:395)&#13;
        at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:500)&#13;
        at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:470)&#13;
        at 
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:284)&#13;
        at 
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:144)&#13;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)&#13;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)&#13;
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)&#13;
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&#13;
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)&#13;
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)&#13;
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)&#13;
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)&#13;
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)&#13;
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)&#13;
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)&#13;
        at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)&#13;
        at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)&#13;
        at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)&#13;
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)&#13;
        at java.lang.Thread.run(Thread.java:595)&#13;
</Exception></detail>
32
</soapenv:Fault></soapenv:Body></soapenv:Envelope>








---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to