Lindsay,

Thanks a lot. that works now.

I was just passing a logon stucture not stArguments.logOn. 

What's the stArguments all about? 

Thanks

Gav

On Mon, 30 Aug 2004 17:15:01 +1000, Lindsay Evans
<[EMAIL PROTECTED]> wrote:
> Hi Gav,
> 
> This works for me:
> 
> <cfset stArguments = StructNew()/>
> <cfset stArguments["logOn"] = StructNew()/>
> <cfset stArguments["logOn"]["PIN"] = 1234/>
> <cfset stArguments["logOn"]["markerId"] = 31337/>
> 
> <cfinvoke
> webservice="https://bosho.boardofstudies.nsw.edu.au/cgi-bin/jsmdirect?mobilemarkerservice_v40+wsdl";
> method="LogOn" argumentcollection="#stArguments#"
> returnvariable="tSession"/>
> 
> <cfoutput>
> status: #tSession.status#<br>
> sessionId: #tSession.sessionId#<br>
> markerName: #tSession.markerName#
> </cfoutput>
> 
> CFMX 6.1 on WinXP

---
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