Forum Discussion

Ivan_Trampedach's avatar
Ivan_Trampedach
Contributor
8 years ago
Solved

ERROR:org.apache.xmlbeans.impl.values.XmlValueDisconnectedException

I have a service, I can't import in ReadyAPI. Below is a part of the error.

It is possible to import the wsdl into SoapUI Open source, and open the project in ReadyAPI.

If I in ReadyAPI try to copy the TestCase into another project, I get this:

 

 

Thu Jun 16 09:27:32 CEST 2016:ERROR:org.apache.xmlbeans.impl.values.XmlValueDisconnectedException
org.apache.xmlbeans.impl.values.XmlValueDisconnectedException
at org.apache.xmlbeans.impl.values.XmlObjectBase.check_orphaned(XmlObjectBase.java:1244)
at com.eviware.soapui.config.impl.ServiceConfigImpl.getName(Unknown Source)
at com.eviware.soapui.model.environment.ServiceImpl.getName(ServiceImpl.java:37)
at com.eviware.soapui.model.environment.EnvironmentImpl.getSoapServiceByName(EnvironmentImpl.java:260)
at com.eviware.soapui.impl.support.EndpointSupportPro.getRequestEndpoint(EndpointSupportPro.java:57)
at com.eviware.soapui.impl.support.EndpointSupportPro.getEndpoint(EndpointSupportPro.java:22)
at com.eviware.soapui.impl.support.AbstractHttpRequest.getEndpoint(AbstractHttpRequest.java:400)
at com.eviware.soapui.impl.wsdl.WsdlRequest.initEndpoints(WsdlRequest.java:146)
  • Hi Ivan_trampedach,

     

     

    You can successfully import this service in SoapUI OS, but fail to do this in Ready! API, right? In this case, I suspect that there are some issues in the product. Could you please refer this question to our Customer Care Team and provide them with the link to your service? You can reach out to them here: http://support.smartbear.com/product-list/

3 Replies

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    Hi Ivan_trampedach,

     

     

    You can successfully import this service in SoapUI OS, but fail to do this in Ready! API, right? In this case, I suspect that there are some issues in the product. Could you please refer this question to our Customer Care Team and provide them with the link to your service? You can reach out to them here: http://support.smartbear.com/product-list/

  • Our team encountered this issue doing load testing with ReadyAPI. Is there any resolution?

    Stacktrace:

    Fri Aug 12 15:17:49 EDT 2016:ERROR:An error occurred [org.apache.xmlbeans.impl.values.XmlValueDisconnectedException], see error log for details

    Fri Aug 12 15:17:49 EDT 2016:ERROR:Error while filtering HTTP request com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequest@6ce97834

    Fri Aug 12 15:17:49 EDT 2016:ERROR:org.apache.xmlbeans.impl.values.XmlValueDisconnectedException

       org.apache.xmlbeans.impl.values.XmlValueDisconnectedException

                   at org.apache.xmlbeans.impl.values.XmlObjectBase.check_orphaned(XmlObjectBase.java:1244)

                   at org.apache.xmlbeans.impl.values.XmlObjectBase.changeType(XmlObjectBase.java:534)

                   at com.eviware.soapui.impl.wsdl.endpoint.DefaultEndpointStrategy.initConfig(DefaultEndpointStrategy.java:94)

                   at com.eviware.soapui.impl.wsdl.endpoint.DefaultEndpointStrategy.getEndpointDefaults(DefaultEndpointStrategy.java:502)

                   at com.eviware.soapui.impl.wsdl.submit.filters.WssRequestFilter.filterWsdlRequest(WssRequestFilter.java:46)

                   at com.eviware.soapui.impl.wsdl.submit.filters.AbstractRequestFilter.filterAbstractHttpRequest(AbstractRequestFilter.java:40)

                   at com.eviware.soapui.impl.wsdl.submit.filters.AbstractRequestFilter.filterRequest(AbstractRequestFilter.java:34)

                   at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.filterRequest(HttpClientRequestTransport.java:419)

                   at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:202)

                   at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:127)

                   at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

                   at java.util.concurrent.FutureTask.run(Unknown Source)

                   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

                   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

                   at java.lang.Thread.run(Unknown Source)