Forum Discussion

nverma_1's avatar
nverma_1
New Contributor
6 years ago
Solved

<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...
  • richie's avatar
    6 years ago
    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
  • nverma_1's avatar
    nverma_1
    6 years ago

    Thanks Richie. I checked wsdl and found that I was using Localhost under targetNamespace. I fixed it and working fine.