Forum Discussion

kalyanb's avatar
kalyanb
Frequent Visitor
3 years ago

Have anyone tried soapui 5.6.0 with xmlbeans 5.0.3

The soapui 5.6.0 is dependent on xmlbeans "3.1.1-sb-fixed" which appears a customized xmlbeans version. In a unique situation where our web application would also use another library that needs xmlbeans 5.0.3. But the problem is obvious and we can't have two versions of xmlbeans in the classpath or we have runtime issues finding the appropriate binaries.

 

If we carefully modify the soapui src to use xmlbeans 5.0.3 would we be OK? Trying to see if someone else ventured this route.

Thanks

Kalyan

 

 

  • Hi Kalyan,

    Myself also having a similar kind of issue due to the lower version of xmlbeans-3.1.1-sb-fixed being used in the soapui.jar, but my application is expecting differ xmlbeans version. Either Soapui has to update the version or customize the soapui.jar.

    Experts, any other solution or workaround for this issue? Your response is highly appreciated.