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 need to remove this tag from RAW XML again and again in order to work my test. Any suggestion?
Thanks.
- Hi 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 Thanks Richie. I checked wsdl and found that I was using Localhost under targetNamespace. I fixed it and working fine.