Hi ,guys:
When I get ready to run a sample message service found in samples/message
directory provided in Axis 1.1,the server side print some error info.So
comment out the process method,it gets right.But Axis
User's Guide says that
public void method(SOAPEnvelope req, SOAPEnvelope resp);
is valid.
The error info as follows:
C:\Documents and Settings\zy>java -cp %AXISCLASSPATH%;d:\test; org.apache.axis.t
ransport.http.SimpleAxisServer
- SimpleAxisServer starting up on port 8080.
- Exception:
java.lang.Exception: Method 'process' does not match any of the valid signatures
for message-style service methods
at org.apache.axis.InternalException.<init>(InternalException.java:103)
at org.apache.axis.description.ServiceDesc.checkMessageMethod(ServiceDes
c.java:760)
....