Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
我试图在SOAPUI中触发以下soap请求获取错误_Soap_User Interface_Exception Handling - Fatal编程技术网

我试图在SOAPUI中触发以下soap请求获取错误

我试图在SOAPUI中触发以下soap请求获取错误,soap,user-interface,exception-handling,Soap,User Interface,Exception Handling,我试图在soap ui中触发以下soap请求 <soapenv:Envelopexmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/” xmlns:sub=”http://SubscriptionEngine.ibm.com”> <soapenv:Header/> <soapenv:Body> <sub:handleNewSubscription>

我试图在soap ui中触发以下soap请求

<soapenv:Envelopexmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/”         xmlns:sub=”http://SubscriptionEngine.ibm.com”> 
    <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> 

111
testMSG1
testMSG2
2011-10-21T16:02:11.389Z 2011-10-21T16:02:11.389Z
短信内容测试
我得到以下回复,请帮忙

soap:Server.generalException java.lang.NoClassDefFoundError:org.jdom.xpath.xpath


请帮助我删除此错误

您是否在Web服务所在的位置安装了jdom-1.0.jar