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

SOAP call in coldfusion

Guest
Mar 20, 2008 Mar 20, 2008
How to call soap request in coldfusion. I couldn't find any examples.

thanks
TOPICS
Advanced techniques
499
Translate
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
Translate
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
LATEST
i need example with xml webserivce. Also how can i pass userid and password in soapheader...
Translate
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
Translate
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
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>
Translate
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