一个在用的WebService,我增加了两个方法,访问可以看到:
And now... Some Services
    CombineWebService (wsdl) 
       addAttach 
       GetChangeInfo 
       GetAddInfo 
       addContent 
(addAttach ,addContent 是原有的,GetChangeInfo ,GetAddInfo 是新增加的)
我点击wsdl进去看wsdl,出现以下错误:
AXIS error
Sorry, something seems to have gone wrong... here are the details:Fault - ; nested exception is: 
WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://www.w3.org/2002/12/soap-encoding'. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.: 
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://www.w3.org/2002/12/soap-encoding'. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.: 
 faultActor: 
 faultNode: 
 faultDetail: 
谁能帮我解答一下,谢谢了!