nverma_1
6 years agoNew Contributor
<personal_client xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
I am using ready API 2.5.0 (SOAP UI Pro) and testing one of the soap request. Every time when I am executing test <personal_client> tag is added automatically in raw request and my test is failing. I...
- 6 years agoHi nverma_1
It sounds like it's being generated automatically from your .wsdl...there is definitely a reason that's fixable causing the additional tag being generated in your request.
If you could publish your
.wsdl and/or your project .xml file it would help people identify exactly where the problem is.
Cheers
richie - 6 years ago
Thanks Richie. I checked wsdl and found that I was using Localhost under targetNamespace. I fixed it and working fine.