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 =
at
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:46)
at org.apache.axis2.engine.Phase.invoke(Phase.java:395)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:500)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:470)
at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:284)
at
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:144)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
</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]