-
Hi,
Iam new to web services. Iam trying to do a small sample webservice using php. everything goes fine but iam not gettting the response from the server.
here is my client script and server script.
client.php
----------
<?php
require_once('lib/nusoap.php');
$wsdl="http://localhost/soapserver/server.php?wsdl";
$client=new nusoap_client($wsdl);...
2008-04-17 11:59:45 UTC by sudha905
-
Hello friends
I want to build a relation between 2 database by SOAP.
The scenario is ,If one user input data in database A,Database B must beh updated automatically.
Say there is 2 sites,both of them has Mysql database,When User input data to site A,Database of site be update,Both of sites use PHP.
These database are in two server,say these are two internet sites,When one database...
2007-03-04 12:42:00 UTC by damavandieh
-
hi ive downloaded the soap php files which in all
honesty sounds gread but i cant seem to find any
install notes or examples on how to use it
can you point me in the right direction
thanks
andrew.
2005-03-21 10:44:05 UTC by a_slaughter
-
hi ive downloaded the soap php files which in all
honesty sounds gread but i cant seem to find any
install notes or examples on how to use it
can you point me in the right direction
thanks
andrew.
2005-03-21 09:50:18 UTC by a_slaughter
-
i wanted to say
" should be changed from '->object->' to '->obj->' "
but i guess you know what i ment.
2005-03-05 05:13:00 UTC by soapcart
-
while trying out the sample code on multiple types (http://phpsoaptoolkit.sourceforge.net/phpsoap/guide/samples/multi/) i noticed a mistake in the source.
wondering why the code is not running on the 'object'-part, i figured out that either
lines 13+14 of 'multi-client.php'
should be changed from '->object->' to '->obj->')
or line 12 of 'multi-server.hp'
should be...
2005-03-05 05:10:30 UTC by soapcart
-
Hi,
I've added autoconf support for extension. Now you can
build the soap extension without the php source thee
(self contained extension). This patch apply to the
last cvs three.
It's working under Linux with PHP 4.3.4 and Apache.
To apply this patch checkout the last cvs tree :
$ cvs
-d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phpsoaptoolkit
login
$ cvs -z3...
2004-09-03 11:30:12 UTC by cscmeu
-
i'm using fedora linux. i really new to this and i want to know how to use this php-soap in fedora linux. cam anybody can help me on installing php-soap in fedora linux?.
2004-08-30 02:40:19 UTC by yaakub
-
I've been getting the following error...(notice)
messages when using SOAP:
" Constant INF already defined in 'php/SOAP/Base.php' "
" Constant NAN already defined in 'php/SOAP/Base.php' "
These two variables are defined as constants in the php
language. Should they be redefined in SOAP?.
2004-05-05 21:23:13 UTC by nobody
-
Hi, I'd like to know if this project is still alive, because I'm using Nusoap, which works great, but would like to see a proper php extension dedicated to SOAP.
2004-01-03 16:56:46 UTC by pabloj