Forum Discussion

vthomeschoolmom's avatar
vthomeschoolmom
Super Contributor
6 hours ago

import wsdl adds bogus characters in incorrect places in requests?

SoapUI 5.7.2

Observe this portion of a request:

               <urn:Address>
                  nimborum
                  <urn:Address1>?</urn:Address1>
                  fremunt
                  <urn:Address2>?</urn:Address2>
                  foedere
                  <urn:City>?</urn:City>
                  ferant
                  <urn:State>?</urn:State>
                  profundum
                  <urn:ZipCode>?</urn:ZipCode>
                  sceptra
                  <urn:CountryCode>?</urn:CountryCode>
                  et
               </urn:Address>

Where are things like nimborum and profundum coming from? They are not in the wsdl that I can see. Can I make this not happen when importing a wsdl? Thanks

  • More info. It is not just on wsdl import. I removed the characters from the request and created a test step. These seem like someone's clever idea of helping. Can I make this not happen? A setting?