Re: [PHP] nuSoap client SOAP Call problem

2007-08-25 Thread Angelo Zanetti
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

Re: [PHP] nuSoap client SOAP Call problem

2007-08-25 Thread Angelo Zanetti
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

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Thijs Lensselink
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

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Thijs Lensselink
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

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Angelo Zanetti
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

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Angelo Zanetti
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.

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Thijs Lensselink
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

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Thijs Lensselink
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

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Angelo Zanetti
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:

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Angelo Zanetti
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

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Angelo Zanetti
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:

Re: [PHP] nuSoap client SOAP Call problem

2007-08-24 Thread Thijs Lensselink
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="

[PHP] nuSoap client SOAP Call problem

2007-08-23 Thread Angelo Zanetti
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-