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

SOAP call in coldfusion

Guest
Mar 20, 2008 Mar 20, 2008

Copy link to clipboard

Copied

How to call soap request in coldfusion. I couldn't find any examples.

thanks
TOPICS
Advanced techniques

Views

433

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
Advisor ,
Mar 20, 2008 Mar 20, 2008

Copy link to clipboard

Copied

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
Guest
Aug 06, 2008 Aug 06, 2008

Copy link to clipboard

Copied

LATEST
i need example with xml webserivce. Also how can i pass userid and password in soapheader...

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
Contributor ,
Mar 20, 2008 Mar 20, 2008

Copy link to clipboard

Copied

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
Guest
Aug 06, 2008 Aug 06, 2008

Copy link to clipboard

Copied

I try to call this as webservice and i am getting error message Web service operation "xmltest" with parameters {} could not be found.
Any idea. Thanks

<cfcomponent>
<cffunction name="xmltest" access="remote" returntype="xml" output="no">
<cfxml variable="BookDetailsXML" >
<?xml version="1.0" encoding="iso-8859-1"?>
<products>
<product>
<name>q</name>
<category>qqqqqq</category>
<bookimage>qqqqqqqqqqq</bookimage>
<desc>qqqqqqqqqqqqqqq</desc>
</product>
</products>
</cfxml>
<cfreturn xmlparse(testxml)>
<cfcontent type="text/xml" reset="yes">
</cffunction>
</cfcomponent>

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