WSDL error in soap ui - does not close tag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2017 12:22 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2017 12:41 PM
Found this on Stack Overflow...
Disable proxy option in your Soap UI software(ctrl+alt+p - > proxy settings -> none -> ok)
Does that resolve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2017 01:10 PM
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>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2017 01:16 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2017 02:23 PM
Replacing with correct names...it loads in browser but not in Soap UI or using JavaScript also.
Regards
Bharat Awasthi