for weeks and haven't seen that page.
Anyway, so here's an example in that article:
[quote]
<?php
include('SOAP/Client.php');
$SOAPClient = new
SOAP_Client("http://localhost/SOAP/example/server.php");
$SOAPOptions = array(
'namespace'=> 'urn:SOAP_Example_Server',
'trace'=>1
);
$sEquation = $SOAPclient->call(
"echoString",
$params = array("inputString" => "21 divided by 7 equals: "),
$SOAPOptions
);
$sResult = $SOAPclient->call(
"divide",
$params = array("dividend" => "21", "divisor" => 7),
$SOAPOptions
);
?>
[/quote]
How do I tell these PHP folks who wont learn and don't have a clue, how to
use method getthisweeksevents
from the web service at
http://bluegrass.org.au/_cfcs/anniversaries.cfc?wsdl What code do I
change? And to what?
You see, my problem is I have to write a specific set of instructions and no
one wants to help me do so. I have had heaps of URLS presented to me, but
since I don't understand PHP, I can't change the above code into specific
instructions for them. "here's what you have to do to use our service .
1,, 2,, 3,, and here's the code' is what I have to write. It's no good my
giving these PHP fellas URLs like this because they just wont follow it.
They want complete step by step how-tos.
So .. if I take a stab in the dark at what has to be changed in the above,
how do I check I'm giving the right instructions??? All I ever get to this
question is yet another list of URLS.
Cheers
Mike Kear
_____
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 16 March 2004 8:43 PM
To: CF-Talk
Subject: Re: CFC Web services wont work with PHP sites
On Tuesday 16 Mar 2004 09:35 am, Michael Kear wrote:
> The fact is, that in all these weeks and weeks of looking, there is NO ONE
> on the PHP side of things that knows how to use a web service generated by
> Coldfusion. They know how to use RSS feeds and that's all. They wont
> learn if they don't know, and won't share if they do know.
Well, apart from these guys, who know 3 ways.
http://asia.cnet.com/builder/architect/web/0,39009340,39171442,00.htm
First page of google results mate :-)
--
Tom Chiverton
Advanced ColdFusion Programmer
Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

