NuSOAP
Hi, I am learning “SOAP web services” using “NuSOAP” I tried to
execute hello world program, but it didn’t work. When I execute the
server script It generate the wsdl without giving any warning or
error. But when I execute the client it gives following message.
” Warnin
Quoting Dan Joseph <[EMAIL PROTECTED]>:
Hi Everyone,
This is kind of a follow up to my SOAP question on Friday.
I have decided that NuSOAP is my quickest solution. I am having some issues
though. Everything looks like I have it in place, but I must be doing
something wrong since the WSDL won
Hi Everyone,
This is kind of a follow up to my SOAP question on Friday.
I have decided that NuSOAP is my quickest solution. I am having some issues
though. Everything looks like I have it in place, but I must be doing
something wrong since the WSDL won't work right.
Wondering if someone could
Yeah, because that was just changed so I could post it here:
Here is the actual wsdl:
−
−
http://schemas.xmlsoap.org/soap/encoding/"/>
http://schemas.xmlsoap.org/wsdl/"/>
−
−
−
−
Authenticates Getloaded User
−
http://schemas.xmlsoap.org/soap/http"/>
this doesnt look like a wsdl file to me
http://mysite.com/authenticate.php?wsdl
-nathan
On 10/2/07, blackwater dev <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I have this nusoap service:
>
> $server= new soap_server();
> $server->register('authenticate_user', array(), array());
>
> // Initialize WS
Hello,
I have this nusoap service:
$server= new soap_server();
$server->register('authenticate_user', array(), array());
// Initialize WSDL support
$server->configureWSDL('authenticate', 'urn:authenticate');
// Register the method to expose
$server->register('authenticate_user',
Thijs Lensselink wrote:
Angelo Zanetti wrote:
Thijs Lensselink wrote:
On Fri, 24 Aug 2007 07:57:48 +0200, Angelo Zanetti
<[EMAIL PROTECTED]> wrote:
Dear all
Im using nusoap to create a cleint and I am having a small issue but
its a
fairly large one because I cant get the c
Thijs Lensselink wrote:
On Fri, 24 Aug 2007 13:55:29 +0200, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
Thijs Lensselink wrote:
On Fri, 24 Aug 2007 12:39:06 +0200, Angelo Zanetti <[EMAIL PROTECTED]>
wrote:
Thijs Lensselink wrote:
On Fri, 24 Aug 2007 11:53:12 +02
Angelo Zanetti wrote:
>
>
> Thijs Lensselink wrote:
>> On Fri, 24 Aug 2007 07:57:48 +0200, Angelo Zanetti
>> <[EMAIL PROTECTED]> wrote:
>>
>>> Dear all
>>>
>>> Im using nusoap to create a cleint and I am having a small issue but
>>> its a
>>> fairly large one because I cant get the correct XML t
On Fri, 24 Aug 2007 13:55:29 +0200, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
>
>
> Thijs Lensselink wrote:
>> On Fri, 24 Aug 2007 12:39:06 +0200, Angelo Zanetti <[EMAIL PROTECTED]>
> wrote:
>>
>>> Thijs Lensselink wrote:
>>>
On Fri, 24 Aug 2007 11:53:12 +0200, Angelo Zanetti
> <[EMAIL PRO
Thijs Lensselink wrote:
On Fri, 24 Aug 2007 12:39:06 +0200, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
Thijs Lensselink wrote:
On Fri, 24 Aug 2007 11:53:12 +0200, Angelo Zanetti <[EMAIL PROTECTED]>
wrote:
It's probably better to ask on a NuSOAP list.
The call method need
Thijs Lensselink wrote:
On Fri, 24 Aug 2007 11:53:12 +0200, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
It's probably better to ask on a NuSOAP list.
The call method needs an array with parameters as far as i remember.
But i never use the call method anyway. I always go for the send method.
On Fri, 24 Aug 2007 12:39:06 +0200, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
>
>
> Thijs Lensselink wrote:
>> On Fri, 24 Aug 2007 11:53:12 +0200, Angelo Zanetti <[EMAIL PROTECTED]>
> wrote:
>>
It's probably better to ask on a NuSOAP list.
The call method needs an array with parame
On Fri, 24 Aug 2007 11:53:12 +0200, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
>
>> It's probably better to ask on a NuSOAP list.
>>
>> The call method needs an array with parameters as far as i remember.
>> But i never use the call method anyway. I always go for the send method.
>>
>> First create
Thijs Lensselink wrote:
On Fri, 24 Aug 2007 07:57:48 +0200, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
Dear all
Im using nusoap to create a cleint and I am having a small issue but its a
fairly large one because I cant get the correct XML to send.
I have a scenario as follows:
My client:
It's probably better to ask on a NuSOAP list.
The call method needs an array with parameters as far as i remember.
But i never use the call method anyway. I always go for the send method.
First create your request XML.
$request = '
xx
yy
Angelo1
';
Then serialize the
Thijs Lensselink wrote:
On Fri, 24 Aug 2007 07:57:48 +0200, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
Dear all
Im using nusoap to create a cleint and I am having a small issue but its a
fairly large one because I cant get the correct XML to send.
I have a scenario as follows:
My client:
On Fri, 24 Aug 2007 07:57:48 +0200, Angelo Zanetti <[EMAIL PROTECTED]> wrote:
> Dear all
>
> Im using nusoap to create a cleint and I am having a small issue but its a
> fairly large one because I cant get the correct XML to send.
>
> I have a scenario as follows:
>
> My client:
>
> $wsdlfile="
Dear all
Im using nusoap to create a cleint and I am having a small issue but its a
fairly large one because I cant get the correct XML to send.
I have a scenario as follows:
My client:
$wsdlfile="http://xxx_WSDL.xml?wsdl";;
$client=new soapclient($wsdlfile, true); //, true);
$client-
Try the following:
$server->register('getColumns', array(), array());
The second argument is an array containing an entry for each argument of the
webservice call, and the third argument is an array for the return value.
Since you don't have either arguments nor return value, empty arrays should
blackwater dev wrote:
I have the following code but when I hit the page, I get the xml error of
method '' not defined in service. I don't have a wsdl or anything defined.
Is there more I need to do to get the SOAP service set up?
Try the nusoap mailing list. They would have a lot more experien
I have the following code but when I hit the page, I get the xml error of
method '' not defined in service. I don't have a wsdl or anything defined.
Is there more I need to do to get the SOAP service set up?
Thanks!
include("nusoap/nusoap.php");
$server=new soap_server();
$server->register('ge
On 3/21/06, Peter Lauri <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have installed the NuSoap and it works fine with small tests using HTTP.
> My real application needs to connect via HTTPS, and it does not work. It
> returns error that I need CURL or OpenSSL for it to work with HTTPS.
>
> I am not an e
Hi,
I have installed the NuSoap and it works fine with small tests using HTTP.
My real application needs to connect via HTTPS, and it does not work. It
returns error that I need CURL or OpenSSL for it to work with HTTPS.
I am not an expert in configuring PHP, I always get stuck. The website
www.o
Hi there, I am trying to work out how to use the Nusoap package, its
pretty cool but a tedious one to configure. What I am attempting to
achieve is executing a class method either via standard soap or wsdl
and return it as an array or xml. I have attempted to setup a service
as classname.method
Let me put up one of my examples. I love it extremly easy, and writting to
the list does work, its low volume but someone there can help.
-Original Message-
From: Larry Brown [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 11, 2003 9:45 PM
To: PHP General
Subject: [PHP] nusoap
Does
Does anyone here have any solid experience with nusoap? Their list has
low volume and I am finding it difficult to find any useable examples or
descriptions of real life uses and how to configure the server/client.
In particular I'm currently trying to figure out the correct syntax to
produce wsd
usign same WSDL file from "old" dotNET version of this web
service, to develop my php+nuSOAP web service with the same SOAP
message as old web service? I don't have the source code for client
side. The basically question is possible keeping the old WSDL file and
developing the new
28 matches
Mail list logo