• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to consume SOAP WS. with no WSDL (document-style SOAP)?

New Here ,
Dec 02, 2006 Dec 02, 2006

Copy link to clipboard

Copied

There are two types of SOAP webservices out there, RPC (remote procedure call) and Document-style. the later does not give you a WSDL, so CFINVOKE can not be used.

How can I consume a document-style webservice by ColdFusion?
Currently I have to use Java (javax.net.ssl.SSLSocketFactory OR javax.net.ssl.SocketFactory) which is painful.

Any idea?
TOPICS
Advanced techniques

Views

287

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Dec 04, 2006 Dec 04, 2006

Copy link to clipboard

Copied

LATEST
I have never been able to get CFINVOKE to work without a WSDL. It looks like CFINVOKE uses the WSDL to create the request: without a WSDL it does not know to to communicate with it. Alternatively you could just using CFHTTP to communicate manually, or make a Java app to talk to it.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation