有没有谁曾经碰到过这样的错误?
环境:linux+tomcat+axis
deploy.wsdd:
<deployment
xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:ns="http://www.myservice.cn/MyService"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"
xmlns:xsi="http://dom.w3c.org/2000/10/XMLSchema-instance">
<service name="MyService" provider="java:MSG">
<parameter name="className" value="MyService"/>
<parameter name="allowedMethods" value="getName"/>
</service>
</deployment>
Fault - ; nested exception is:
org.apache.axis.InternalException: java.lang.Exception: Method 'MyService' does not match any of the valid signatures for message-style service methods
AxisFault
faultCode: {
http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: org.apache.axis.InternalException: java.lang.Exception: Method 'MyService' does not match any of the valid signatures for message-style service methods
faultActor:
faultNode:
faultDetail:
--
FROM 202.112.50.*