0
我使用soapUI的32位上的Windows 64位 PC。它工作正常,但是當我創建SOAP項目和發送Web請求我得到這個錯誤:的soapUI工作正常,但得到soapenv:Server.generalException錯誤
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault> <faultcode>soapenv:Server.generalException</faultcode> <faultstring>java.lang.NoClassDefFoundError: Could not initialize class net.sf.jpam.Pam; nested exception is: java.lang.NoClassDefFoundError: Could not initialize class net.sf.jpam.Pam</faultstring><detail><ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">CO10-SST01</ns1:hostname> </detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
這方面的問題與JRE或JDK版本有關?
感謝