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
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
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="
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
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
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 an
19 matches
Mail list logo