[PHP] NuSOAP

2011-08-04 Thread Kanishka
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. ”

Re: [PHP] NuSOAP assistance.

2008-06-09 Thread Thijs Lensselink
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

[PHP] NuSOAP assistance.

2008-06-08 Thread Dan Joseph
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

[PHP] nusoap service + php5 soap client problems

2007-10-02 Thread blackwater dev
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',

Re: [PHP] nusoap service + php5 soap client problems

2007-10-02 Thread Nathan Nobbe
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 WSDL support

Re: [PHP] nusoap service + php5 soap client problems

2007-10-02 Thread blackwater dev
Yeah, because that was just changed so I could post it here: Here is the actual wsdl: definitions targetNamespace=urn:authenticate − types − xsd:schema targetNamespace=urn:authenticate xsd:import namespace=http://schemas.xmlsoap.org/soap/encoding// xsd:import

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 +0200,

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

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:

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 = 'SubscriptionStatus xmlns='http://localhost/'

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 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 your request

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 parameters as far as i

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 needs

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 PROTECTED] wrote: It's

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 to send. I have a

[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);

Re: [PHP] nuSoap -method '' not defined in service

2007-01-20 Thread Martin Alterisio
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

[PHP] nuSoap -method '' not defined in service

2007-01-18 Thread blackwater dev
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();

Re: [PHP] nuSoap -method '' not defined in service

2007-01-18 Thread Chris
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

[PHP] NuSOAP - HTTPS

2006-03-21 Thread Peter Lauri
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

Re: [PHP] NuSOAP - HTTPS

2006-03-21 Thread chris smith
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 expert in

[PHP] Nusoap , wsdl and class methods

2005-03-28 Thread Dan Rossi
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

RE: [PHP] nusoap

2003-11-12 Thread Dan McCullough
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

[PHP] nusoap

2003-11-11 Thread Larry Brown
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

[PHP] .NET to PHP+NuSOAP

2003-02-25 Thread Hilmi Hilmiev
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 web service