yes, this does my nut in too.

Try something like this: 

<cfset stArguments = structNew() />

<cfset stArguments.token = tokenID />
<cfset stArguments.xmlFastlaneFile = FastLanePlus />

 <cfinvoke 
webservice="http://test.webservices.seek.com.au/FastLanePlus.asmx?wsdl";
                          method="UploadFile"
argumentcollection="#stArguments#"
                          returnvariable="Uploaded"
                          >

HTH

Gav

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to