lenenberg
11 years agoOccasional Contributor
[R] exception in SOAP mock app in weblogic
I have an exception when i send a soap request to the mock service is deployed as a war into weblogic.
1. Take an example for soapui pro Sample-SOAP-Project-Pro (it is in an attachment).
2. Generate war file samplesoap.war
3. Deploy it into weblogic.
4. Request SOAP POST http://<your.server>:8001/samplesoap/mockServiceSoapBinding from Simple Sample-SOAP-Project-Pro/TestSuite/Simple Login and Logout w. Properties Steps
The response is Error 500--Internal Server Error
there are some exceptions in the log:
inside of SOAPUI it works fine.
1. Take an example for soapui pro Sample-SOAP-Project-Pro (it is in an attachment).
2. Generate war file samplesoap.war
3. Deploy it into weblogic.
4. Request SOAP POST http://<your.server>:8001/samplesoap/mockServiceSoapBinding from Simple Sample-SOAP-Project-Pro/TestSuite/Simple Login and Logout w. Properties Steps
The response is Error 500--Internal Server Error
there are some exceptions in the log:
'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1407423029964> <BEA-101017> <[ServletContext@1452914277[app:samplesoap module:samplesoap.war path:/samplesoap spec-version:2.5]] Root cause of ServletException.
java.lang.NoSuchMethodError: com.eviware.soapui.impl.wsdl.WsdlProjectPro.checkForEncodedData(Lcom/eviware/soapui/config/ProjectConfig;)Lcom/eviware/soapui/impl/wsdl/WsdlProject$ProjectEncryptionStatus;
at com.eviware.soapui.impl.wsdl.WsdlProjectPro.loadProject(SourceFile:205)
inside of SOAPUI it works fine.