Forum Discussion

lenenberg's avatar
lenenberg
Occasional Contributor
11 years ago

[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:

'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.
  • lenenberg's avatar
    lenenberg
    Occasional Contributor
    I forgot to mention I use a version SOAPUI PRO 5.1.1. with a trial license.
    The solution has been found :-).
    I installed SOAPUI free 5.0.0 maintenance build and generated the war file there.
    All work fine in 5.0.0 nightly build. The war file is generated and deployed, soap mock service works successfully.