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 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.

4 Replies

  • richie's avatar
    richie
    Community Hero
    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
      New Contributor

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

      • vamsikrishna's avatar
        vamsikrishna
        New Member

        Hi,

        can you please tell me how you fixed this issue.

        i am facing same issue.

         

        Thanks

        MVK