NetTalk Central

Author Topic: WSDL parsing error  (Read 3028 times)

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
WSDL parsing error
« 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


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: WSDL parsing error
« Reply #1 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