>Hi Simon, Have a search on the macromedia site. try 
>http://www.macromedia.com/devnet/topics/web_services.html
> Also did you know that all the documentation for coldfusion is at 
>http://livedocs.macromedia.com/coldfusion/7/index.html ?
> Once you can create a CFC (Coldfusion Component) you can easily turn it 
>into a Webservice (literally one attribute change!) and CF takes care of all 
>the SOAP interface and generates the WSDL for you.
> Have a read and work thru an example you'll be amazed how easy it is.
>
>Mike
> On 7/14/05, Simon Smith <[EMAIL PROTECTED]> wrote: 
>>

Thanks, had a look and I'm up and running, however I think I'm having trouble 
re-creating stubs eg 

<cfinvoke 
webservice ="http://xxx.xxx.xxx/ws/conveyancing/cfcs/LMSintroducer.cfc?wsdl";
method ="myIntroducers"
l_id="1100,1104"        
maxRecords="3"
returnVariable="foo"> 

works

adds two args (user and password) to call and cfc page ....

<cfinvoke 
webservice ="http://172.20.2.100/ws/conveyancing/cfcs/LMSintroducer.cfc?wsdl";
method ="myIntroducers"
l_id="1100,1104"        
maxRecords="3"
user="as"
pwd="as"
returnVariable="foo"> 

and fails (
Web service operation "myIntroducers" with parameters 
{PWD={as},L_ID={1100,1104},USER={as},MAXRECORDS={3},} could not be found. )
)

however renaming the file LMSintroducer2.cfc
and 

<cfinvoke 
webservice ="http://172.20.2.100/ws/conveyancing/cfcs/LMSintroducer.cfc?wsdl";
method ="myIntroducers"
l_id="1100,1104"        
maxRecords="3"
user="as"
pwd="as"
returnVariable="foo"> 

works !

Does anyone know if this is the java stubs not being re created, and can I 
simply delete them and fis this ? where are they gen'ed ? 








~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211952
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to