[Logo] smithproject.org
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
web services?  XML
Forum Index -> CFML, CFSCRIPT, CFC
Author Message
chekmate



Joined: 21/02/2007 00:10:37
Messages: 1
Offline

I've created a CFC with a simple remote cffunction. Is there a way to publish this as a web service and get it to output a WSDL file?

Code:
 <cfcomponent>
   <cffunction name="echoString" returnType="string" access="remote">
      <cfargument name="input" type="string">
      <cfreturn arguments.input>
   </cffunction>
 </cfcomponent>
 
eric.monteiro



Joined: 27/02/2007 19:01:16
Messages: 1
Offline

I've same problem!!!!
rf



Joined: 16/02/2007 20:10:11
Messages: 4
Offline

I third that sentiment. Is it possible yet in Smith?
steven



Joined: 15/04/2007 04:34:13
Messages: 5
Offline

Is this possible yet?
[Email]
vnikic



Joined: 22/01/2007 16:24:51
Messages: 26
Offline

No, unfortunatelly. At the moment Smith doesn't support Web services.
steven



Joined: 15/04/2007 04:34:13
Messages: 5
Offline

Any clue as to when/if this will be made available? I understand that smith may be going open source, so will it be up to the community to do it, or will this be included in a future release?
[Email]
vnikic



Joined: 22/01/2007 16:24:51
Messages: 26
Offline

It will be community's job to develop missing features
 
Forum Index -> CFML, CFSCRIPT, CFC
Go to:   
Powered by JForum 2.1.6 © JForum Team