Forum Discussion

thejasvi1's avatar
thejasvi1
New Contributor
12 years ago

Soap Response Failed

Hi,

I created a TestSuite for a project under which few test cases are there. When i'm trying to execute the test case by entering data, record/ entry is created in databse but SoapUI displays SOAP Response- FAILED. Please find the attached screenshot for more clarity. Can you please let me know what could be the reason and the solution for this.

I'm using SoapUI Pro 4.6.2...

XML body below:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:eur="http://schemas.datacontract.org/2004/07/Eurofins.Genomics.Egsp.Common.Messages.DataTransferObjects" xmlns:b2b="http://schemas.datacontract.org/2004/07/B2BInternalServiceBusinessLayer.DataTransferObjects" xmlns:eur1="http://schemas.datacontract.org/2004/07/Eurofins.Genomics.Egsp.Xbo" xmlns:eur2="http://schemas.datacontract.org/2004/07/Eurofins.Genomics.Egsp.Xbo.B2BIntegration" xmlns:eur3="http://schemas.datacontract.org/2004/07/Eurofins.Genomics.Egsp.Xbo.Authentication" xmlns:eur4="http://schemas.datacontract.org/2004/07/Eurofins.Genomics.Egsp.Xbo.Configurations">
<soapenv:Header/>
<soapenv:Body>
<tem:CreateClient>
<!--Optional:-->
<tem:createClientEgspIn>
<!--Optional:-->

<!--Optional:-->

<!--Optional:-->

<!--Optional:-->

<!--Optional:-->
<eur:Receiver xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<!--Optional:-->
<eur:SentTime xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<!--Optional:-->
<b2b:B2BClient>
<!--Optional:-->

<!--Optional:-->

<!--Optional:-->
<eur2:ClientIdentity>eurofins1</eur2:ClientIdentity>
<!--Optional:-->

<!--Optional:-->
<eur2:EcomUrl>http://localhost/ecom-dummysite/Default.aspx</eur2:EcomUrl>
<!--Optional:-->

<!--Optional:-->
<eur2:Deleted>False</eur2:Deleted><eur2:GlobalChannel>
<!--Optional:-->

<!--Optional:-->

<!--Optional:-->

<!--Optional:-->

<!--Optional:-->

<!--Optional:-->
<eur3:Description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<!--Optional:-->
<eur3:EgspNamespace>mwg.ecom</eur3:EgspNamespace>
<!--Optional:-->

</eur2:GlobalChannel>
<!--Optional:-->
<eur2:IdentityXpath>GenomicsB2bMXF/Header/ClientIdentity</eur2:IdentityXpath>
<!--Optional:-->

<!--Optional:-->
<eur2:Format>IDOC</eur2:Format><eur2:Name>genomics</eur2:Name><eur2:ProcurementMethod>EOrder</eur2:ProcurementMethod>
<!--Optional:-->

<!--Optional:-->
<eur2:InstanceStatus>Active</eur2:InstanceStatus><eur2:SharedSecret>password1</eur2:SharedSecret>
</b2b:B2BClient>
</tem:createClientEgspIn>
</tem:CreateClient>
</soapenv:Body>
</soapenv:Envelope>
  • Hello,

    Please make sure that you post in the SoapUI Pro Board since you are a PRO user.

    The error you are receiving can be caused by many things. Please make sure that your Proxy Settings (File>Preferences>Proxy Settings) are configured correctly. If you need some type of authentication to get to the service, this needs to be configured in SoapUI. Please take a look at the authentication article below.

    http://www.soapui.org/SOAP-and-WSDL/aut ... uests.html


    If you are still having the issue please follow the below steps so that we can retrieve some of the SoapUI logs that are Generated.

    1. Go to the SoapUI/Error log tabs located at the bottom of SoapUI Pro
    2. Right click on the SoapUI/Error log fields and then click on clear (make sure you do this for both logs separately)
    3. Run your request again
    4. Go back to each log and export them by right clicking on the field and then click on "Export to file"
    5. Send us the files for further investigation

    Let me know if you have further questions or concerns.

    Regards,
    Temil Sanchez
  • thejasvi1's avatar
    thejasvi1
    New Contributor
    Hi Temil,

    Thank you for your response. I have followed the steps as mentioned in your message and deleted the logs.
    After this i executed the testcase. I dont see any error in Assertion "SOAPUI response failed" but issues exists. Record is created in database without anything displayed in outline.

    Please see the attachment for SOAPUI log.