Joshua,

I just used Dreamweaver to create a proxy to your web service.  It built
the CFINVOKE tag as I pasted below.  Then I noticed that the proxy
didn't create a return variable.  I cannot explain how this works, but
if you set the values as I have in this example (they equal themselves
with no pound signs) you will be able to access your web service.

<cfinvoke 
 
webservice="http://www.dynanetsystems.com:8080/educatesiteproxy/educates
iteproxyTest.asmx?wsdl"
 method="getLogFileContent">
        <cfinvokeargument name="fileName" value=""/>
        <cfinvokeargument name="getLogFileContentResult"
value="getLogFileContentResult"/>
        <cfinvokeargument name="text" value="text"/>
</cfinvoke>

<cfdump var="#getLogFileContentResult#">
<cfdump var="#getLogFileContentResult.getReturnCode()#">
<cfdump var="#getLogFileContentResult.ReturnCode.Value#">


Brian

-----Original Message-----
From: Joshua Spangler [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 13, 2008 10:12 AM
To: CF-Talk
Subject: Re: Issues consuming a .Net webservice.

>> Here is a snippet from the wsdl file for the method I am calling.
>
>That's not the snippet that matters. This snippet defines an element.
It
>doesn't define the operation. Can you post the entire WSDL?
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>
>Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
>http://training.figleaf.com/
>
>WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
>http://www.webmaniacsconference.com/

Thanks Dave,

Here is a link to the wsdl file:
http://www.dynanetsystems.com:8080/educatesiteproxy/educatesiteproxyTest
..asmx?wsdl

Josh




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305205
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to