Wed Aug 20, 2003 2:00 pm |
Replies: 2 |
Views: 9995 |
|
 |
Thanks a lot.
It was the problem.
Now I can create and public web service.
|
Tue Aug 19, 2003 11:11 am |
Replies: 2 |
Views: 9995 |
|
 |
Hi!
I 've been able to run the soap server example. I've had to use this soap client:
<?php
require_once('nusoap.php');
$parameters = array('name'=>'Alvaro');
$soapclient ...
|
Tue Aug 12, 2003 12:30 pm |
Replies: 1 |
Views: 11958 |
|
 |
Hi!
Somebody could tell me the difference between a basic client, wsdl client and proxy client??
The code for each one is the next:
BASIC CLIENT USAGE EXAMPLE
<?php
require_once( ...
|
Mon Aug 11, 2003 11:03 am |
Replies: 4 |
Views: 11556 |
|
 |
I'm using PHP 4.3.2
How can I know if my PHP server runs in CGI Mode?
Concern to the wizard message, I'm using remote web server and it have .php associated with php.exe
|
Mon Aug 11, 2003 10:38 am |
Replies: 1 |
Views: 9992 |
|
 |
Where can I find examples of NuSOAP at?
Alvaro.
|
Mon Aug 11, 2003 9:44 am |
Replies: 4 |
Views: 11556 |
|
 |
Well, I have been able to use the web service of google but I cant generate a code sample with the witzard tool. I continue receiveing the same error message.
I've examined part of the "$proxy" var a ...
|
Mon Aug 11, 2003 7:25 am |
Replies: 7 |
Views: 11945 |
|
 |
I have solved it myself!!!
The problem is that I´m using my own version of PHP and the library php_dbg.dll belonged to another debugger.
I only have had to copy the file php_dbg.dll that belong to ...
|
Mon Aug 11, 2003 6:39 am |
Replies: 7 |
Views: 11945 |
|
 |
I have forgotten it:
I have PHPed 3.2 and PHP 4.3.2
|
Mon Aug 11, 2003 6:34 am |
Replies: 7 |
Views: 11945 |
|
 |
Hi!!!
I've tried the debugger but I get the same message as the other users.
My OS is win2000 and I dont know how get the debugger version 2.14.
I have tried to search the logs that you said but I ...
|
Mon Aug 11, 2003 4:54 am |
Replies: 2 |
Views: 23022 |
|
 |
OK!!!
It's very interesting!!
ALVARO.
|
Sun Aug 10, 2003 1:43 pm |
Replies: 2 |
Views: 23022 |
|
 |
I have PHPed version 3.2
I'm using the NuSoap Wizard and when I choose a service or enter a WSDL document URL I get this message:
"Error retriving data!:
No input file especified"
Does a ...
|