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

General problem communicating with SOAP-API

New Here ,
Aug 08, 2014 Aug 08, 2014

Copy link to clipboard

Copied

Hello,

does anybody know whats wrong with this basic code?

Whatever I post to this API, I always get back the API itself.. Strange. Maybe someone could try this code?

<cfhttp method="POST" url="https://sandbox-soap.billsafe.de/wsdl/V211"   result="httpResponse"  >

    <cfhttpparam type="header" name="content-type" value="text/xml" />

    <cfhttpparam type="header" name="charset" value="utf-8" />

    <cfhttpparam type="header" name="accept-encoding" value="no-compression" />

    <cfhttpparam type="xml" value="anything" />

</cfhttp>

Normally I put SOAP-content in the last cfhttpparam-tag but the API doesnt care about what I'm posting so I think the problem is anywhere else.

I tried to deal with the api using SOAP-UI, that wor´ks.

Any Ideas?

Thank you

Problem is more detailed described here: SOAP-API is not talking to me

TOPICS
Advanced techniques

Views

488

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
Community Expert ,
Aug 09, 2014 Aug 09, 2014

Copy link to clipboard

Copied

LATEST

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