I'm going from 1.1 to 1.3. So when 1.3 did not work I tried 1.2 and it
works fine. So here is my quick test...

http://127.0.0.1:8080/TestHello.cfc?wsdl

<cfcomponent>
        <cffunction name="helloworld" access="remote" returntype="any"
output="no">
                <cfreturn "Hello">
        </cffunction>
</cfcomponent>

Thanks,
Charlie


On Apr 29, 3:28 pm, Matthew Woodward <[email protected]> wrote:
> On Thu, Apr 29, 2010 at 3:13 PM, Skellington <[email protected]> wrote:
> > I'm testing out the new 1.3 release and I'm running in to an issue
> > with running the WSDL method on my cfc.
>
> Did what you're doing work OK for you in 1.2?
>
> --
> Matthew Woodward
> [email protected]http://blog.mattwoodward.com
> identi.ca/Twitter: @mpwoodward
>
> Please do not send me proprietary file formats such as Word, PowerPoint,
> etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html
>
> --
> Open BlueDragon Public Mailing List
>  http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
>  mailing list -http://groups.google.com/group/openbd?hl=en
>
>  !! save a network - please trim replies before posting !!

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to