function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Venky1219Venky1219 

Error while importing WSDL

Hi all,
  I am trying to create a SOAP project in Soup ui and while importing my partner WSDL am getting error saying " org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: Use of undefined namespace prefix: xsd ". I got WSDL from setup-->Develop-->api--> partner WSDL (my org is test database),I have not even changed single line in WSDL. Is there any problem with test database?
BalajiRanganathanBalajiRanganathan
Check your root element in the WSDL has the namspace defined like below.
<definitions targetNamespace="urn:partner.soap.sforce.com" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:fns="urn:fault.partner.soap.sforce.com" xmlns:tns="urn:partner.soap.sforce.com" xmlns:ens="urn:sobject.partner.soap.sforce.com">

try to update the soap UI to new version