Update,


>From searching google for a couple of hours, the only suggested answer
I've seen is to write a .NET webservice and use that as a proxy, anybody
got a better idea or workaround?


To be honest CF's ws stuff appears to be about as compatible with other
scripting languages as a large square peg and small round whole. VERY
frustrating to say the least.

-----Original Message-----
From: Craig Dudley
Sent: 10 May 2004 11:00
To: CF-Talk
Subject: Web services that return/set multiple variables.

We're trying to consume a suppliers webservice, described as follows;

GetNumberOfEntries(
[in] STR account,
[in] STR password,

[out] LONG* longOutCount,
[out] STR* OutErrorMessage,
[out,retval] LONG* longOutStatus
);

No matter how I call the webservice we get the following back;

Web service operation "getNumberOfEntries" with parameters
{account={blah},password={blah},RETURN={},} could not be found.

I can only assume that it's the fact that this service can return
multiple variables, and this is something which doesn't appear possible
with coldfusion webservices.

I have tried all sorts, passing in all 5 of the params etc, but no luck.

Anyone have an experience with this sort of thing? Any work arounds? I
don't fancy doing the SOAP manually as this is just one of a dozen
functions, the rest of which are much more complex.

Craig Dudley
Senior Developer
Netstep Corporate Communications Ltd
Direct Line: +44(0) 1422 319712
Phone: +44(0) 1422 200308
Fax: +44(0) 1422 200306
e-mail: [EMAIL PROTECTED]
MS Messenger: [EMAIL PROTECTED]
www: www.netstep.co.uk
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to