Skip to main content
Participant
June 7, 2012
Question

CF10 connecting to an outside webservice issues

  • June 7, 2012
  • 1 reply
  • 725 views

Hey All,

I've connected to simple web services before but I've been having trouble with a Document styled webservice that is looking for complex data to be passed to it. We just upgraded to CF10 because I thought my problem would be corrected with the new wsversion="2" option but this morning I'm running into new errors.

Error:

Unable to parse WSDL as an XML document. Parsing error: Invalid byte 2 of 3-byte UTF-8 sequence.
It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct.
The error occurred on line 163.

The webservice I'm connecting to can be found here:

https://services.frx.com/speakerprogramdevelopment/vendorservice.wsdl

Any help you can provide is appreciated.

Thanks

    This topic has been closed for replies.

    1 reply

    jb217895Author
    Participant
    June 7, 2012

    After some more reading I saved the WSDL XML and opened it in a hex editor and sure enough the encoding was incorrect. It's coming up with FFFE instead of the proper EFBBBF.

    Is there anyway around this? The webservice isn't under my control but I've emailed the other developer and hopefully they will be of assistance.