thejasvi1
12 years agoNew Contributor
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>
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>