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

webservice creating wsdl format

Guest
Jan 25, 2008 Jan 25, 2008

Copy link to clipboard

Copied

I am attempting to create a webservice using MX 7 to match the wsdl produced by the following service wsdl example

I have tried many different attempts on the following in my cfc, but the resulting wsdl format doesn't come close. Can someone provide assistance or point me in the right direction?

<cfcomponent displayName="XML_Results" hint="XML Results Receiver" namespace="https://www.mynamespace.com/xml">

<cffunction name="SubmitResults"
access="remote"
output="no"
returntype="string">


<cfargument name="strXML" required="yes" type="string">

</cffunction>

<cffunction name="LoginHeader"
access="remote"
output="no"
returntype="string">


<cfargument name="UserID" type="string" required="yes">
<cfargument name="Password" type="string" required="yes">

</cffunction>

</cfcomponent>

Thanks
TOPICS
Advanced techniques

Views

208

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
LEGEND ,
Jan 25, 2008 Jan 25, 2008

Copy link to clipboard

Copied

LATEST
Your functions don't have return tags. That may be relevent.

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