Avatar

Level 1

I just found out how to change the encoding from RPC to document-literal via the style attribute in the component tag of my .cfc file. I've connected my LC Dynamic PDF to my WSDL file on my CF server. Thanks for listening to me rant until I found my solution.

Just to re-cap folks, the LC Designer PDF files will only connect to document-literal SOAP encoded WSDL files. If you do not specify style = "document" in your component tag, ColdFusion creates a WSDL file with RPC encoded SOAP instead of document-literal.