NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: markster on August 15, 2014, 12:54:08 PM

Title: WSDL parsing error
Post by: markster on August 15, 2014, 12:54:08 PM
I've been configuring Web Service Methods and have no problem there. But in my app, when I click on the template-generated WSDL button, I get the following error:

XML Parsing Error: no element found
Location: https://127.0.0.1/WebService?WSDL
Line Number 1, Column 1:

What gives?

Thanks,

Mark

Title: Re: WSDL parsing error
Post by: Bruce on August 15, 2014, 11:35:37 PM
It sounds like it is delivering you a WSDL file, but it's not valid XML (for some reason.)
I would need to see the WSDL to be able to comment.
(you could fetch it with the NEtDemo app to see it in it's raw state.)

Cheers
Bruce