Coldfusion web service error, “Unable to parse WSDL as an XML document.”?

I see you are using a mix of HTTP and HTTPS so perhaps there is an issue in there someplace.

I see you are using a mix of HTTP and HTTPS so perhaps there is an issue in there someplace. Also your cfcomponent tag doesn't need the access and returntype attributes - they are just for the cffunction tag. Not sure if that's messing you up at all.

EDIT: The problem I think is that your onRequestStart() actually includes a login page if they are not logged in, right? You're do not want that for your web service requests. You can write a sub-directory CFC that extends the higher level CFC and code that one not to use onRequestStart().

See more info on that here.

Thanks Ciaran, edited out the superfluous attributes in cfcomponent and tried using only http and exactly the same error message. – Saul Jun 29 '10 at 4:27 Yes, as above that resolved it, I wasn't expecting the CFC output to get interfered with by my OnRequestStart, but an "empty" application. Cfc in the CFC directory sorts that out.

– Saul Jun 30 '10 at 10:39.

Remember, CF caches the WSDL return. If you threw an error earlier, it might still be cached.

Yes, I did that thanks Ben but no joy. – Saul Jun 28 '10 at 16:00.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions