1

我试图在soap ui中按照soap请求触发

<soapenv:Envelopexmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/”         xmlns:sub=”http://SubscriptionEngine.ibm.com”&gt; 
    <soapenv:Header/> 
   <soapenv:Body> 
   <sub:handleNewSubscription> 
  <custAttributesDTO> 
  <cpId></cpId>  
   <cpPwd></cpPwd>
   <channelName></channelName>
   <productId>111</productId> 
   <cpName></cpName> 
  <aocMsg1>testMSG1</aocMsg1>  
   <aocMsg2>testMSG2</aocMsg2> 
   <firstConfirmationDTTM>2011-10-21T16:02:11.389Z</firstConfirmationDTTM>           <secondConfirmationDTTM>2011-10-21T16:02:11.389Z</secondConfirmationDTTM>  
    <smsContent>SMS Content Test</smsContent> </custAttributesDTO>     </sub:handleNewSubscription> </soapenv:Body> </soapenv:Envelope> 

我得到以下回复请帮助

肥皂:Server.generalException java.lang.NoClassDefFoundError:org.jdom.xpath.XPath

请帮助我消除此错误

4

0 回答 0