ContributionsMost RecentMost LikesSolutionsRe: <personal_client xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> Thanks Richie. I checked wsdl and found that I was using Localhost under targetNamespace. I fixed it and working fine. <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. Solved