WSDL error in soap ui - does not close tag

Bharat23
Kilo Guru

I am using direct WSDL for a table in my instance. When I try to load it using SOAP UI it gives below error. Any ideas?

Error loading [https://<company_name>.service-now.com/<table_name>.do?WSDL]: org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: does not close tag

4 REPLIES 4

Justin Abbott
Giga Guru

Found this on Stack Overflow...



Disable proxy option in your Soap UI software(ctrl+alt+p - > proxy settings -> none -> ok)



Does that resolve it?


No, tried with proxy setting as Automatic, none and manual




On Thu, Jun 8, 2017 at 3:41 PM juabbott <community-no-reply@servicenow.com>


Are you calling this exact endpoint, https://<company_name>.service-now.com/<table_name>.do?WSDL? Or are you replacing <company_name> with the ServiceNow instance and <table_name> with the table name?


Replacing with correct names...it loads in browser but not in Soap UI or using JavaScript also.



Regards


Bharat Awasthi