[PHP] Re: SOAP

2012-01-18 Thread Carlos Medina
Am 17.01.2012 11:55, schrieb DPRJ Sistemas (OK Cosméticos): Hello! I am looking for some help on Web Services (SOAP) client. Is there anyone here who has already worked with such client? Thank you Deleo Yes Me Regards Carlos Medina -- PHP General Mailing

Re: [PHP] RE: SOAP connect error

2010-02-12 Thread Richard Quadling
On 11 February 2010 16:04, Eric Lommatsch er...@micronix.com wrote: Are you using wsdl? If so, does the WSDL file contain the information that the port to use for the requests is on port 8080? -- - Richard Quadling Standing on the shoulders of some very clever giants! EE :

RE: [PHP] RE: SOAP connect error

2010-02-11 Thread Eric Lommatsch
Are you using wsdl? If so, does the WSDL file contain the information that the port to use for the requests is on port 8080? -- - Richard Quadling Standing on the shoulders of some very clever giants! EE : http://www.experts-exchange.com/M_248814.html EE4Free :

Re: [PHP] RE: SOAP connect error

2010-02-10 Thread Richard Quadling
On 9 February 2010 22:14, Eric Lommatsch er...@micronix.com wrote: -Original Message- From: Shawn McKenzie [mailto:nos...@mckenzies.net] Sent: Tuesday, February 09, 2010 3:07 PM To: Eric Lommatsch Cc: php-general@lists.php.net Subject: Re: SOAP connect error Eric Lommatsch wrote: Hello,

[PHP] Re: SOAP connect error

2010-02-09 Thread Shawn McKenzie
Eric Lommatsch wrote: Hello, I am working with the SOAP package of PHP and I am trying make a connection from a hosted website to a server in our office. I can get to the server perfectly fine from within our office, but I cannot connect from the eternal site. I have checked and I

[PHP] RE: SOAP connect error

2010-02-09 Thread Eric Lommatsch
-Original Message- From: Shawn McKenzie [mailto:nos...@mckenzies.net] Sent: Tuesday, February 09, 2010 3:07 PM To: Eric Lommatsch Cc: php-general@lists.php.net Subject: Re: SOAP connect error Eric Lommatsch wrote: Hello, I am working with the SOAP package of PHP and I am trying make

Re: [PHP] Re: SOAP - return a list of items

2008-08-18 Thread Dan Joseph
On Sun, Aug 17, 2008 at 8:32 AM, Luke [EMAIL PROTECTED] wrote: why use soap for this? I just use a javascript array for this kind of thing... 2008/8/13 Dan Joseph [EMAIL PROTECTED] Maybe more info will help: Here is what I have so far for the WSDL... xsd:complexType

Re: [PHP] Re: SOAP - return a list of items

2008-08-17 Thread Luke
why use soap for this? I just use a javascript array for this kind of thing... 2008/8/13 Dan Joseph [EMAIL PROTECTED] Maybe more info will help: Here is what I have so far for the WSDL... xsd:complexType name=getQuoteHistory xsd:all xsd:element name=id

[PHP] Re: SOAP - return a list of items

2008-08-13 Thread Dan Joseph
Maybe more info will help: Here is what I have so far for the WSDL... xsd:complexType name=getQuoteHistory xsd:all xsd:element name=id type=xsd:string/ xsd:element name=key type=xsd:string/ xsd:element name=username type=xsd:string/

[PHP] Re: SOAP Server in PHP4

2008-03-19 Thread Eric Gorr
Looks like I will be unable to use PHP5 to do a SOAP server. I believe it was possible to do such a thing in PHP4, but perhaps not as cleanly. is this because you arent able to use php5 in your current situation, Yes. because php can do soap servers in php5. I know...I have one

[PHP] Re: [SOAP] potential fix for bug 42637

2007-10-05 Thread Brian A. Seklecki
On Mon, 2007-10-01 at 11:58 -0400, Bill Moran wrote: I posted this to internals@ on Friday and haven't heard anything. Hi Bill! This patch is *great*. In fact, I'll take two! It's a steal! I was running into the same problem and your patch is a life saver! Free beer for Bill in the

[PHP] Re: SOAP: xsd:choice maxOccurs=unbounded, and element order

2007-05-24 Thread Caroline Maynard
Simon Detheridge wrote: Incidentally, the full-blown (and rather complicated I'm afraid) schema/wsdl for what I'm *actually* trying to do is at http://www.widgit.com/cml/symgate.wsdl if that helps. 404 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Re: [SOAP] problems with SOAP-PHP5 and heritage

2006-11-09 Thread Ronaldo Reis Junior
Em Quarta 08 Novembro 2006 00:48, Adam Ashley escreveu: On Tue, 7 Nov 2006 10:06:28 -0200, Ronaldo Reis Junior [EMAIL PROTECTED] wrote: Hi, I'm making a webservice using SOAP-PHP5. It working fine. But when I use a method in a class that use a heritage, it fails. The class wrok fine

[PHP] Re: [SOAP] problems with SOAP-PHP5 and heritage

2006-11-08 Thread Ronaldo Reis Junior
Em Quarta 08 Novembro 2006 00:48, Adam Ashley escreveu: On Tue, 7 Nov 2006 10:06:28 -0200, Ronaldo Reis Junior [EMAIL PROTECTED] wrote: Hi, I'm making a webservice using SOAP-PHP5. It working fine. But when I use a method in a class that use a heritage, it fails. The class wrok fine

[PHP] Re: SOAP and PHP

2005-11-17 Thread James Benson
Petr Smith wrote: Torgny Bjers wrote: Angelo Zanetti wrote: Hi guys. I've googled but found so many pages that I'm not sure what to use. I want to use PHP to make use of SOAP. I've found: -nuSoap -libxml(2) -php-soap -and others which seemed less important. Can you recommend which one

[PHP] Re: SOAP and PHP

2005-11-16 Thread Petr Smith
Torgny Bjers wrote: Angelo Zanetti wrote: Hi guys. I've googled but found so many pages that I'm not sure what to use. I want to use PHP to make use of SOAP. I've found: -nuSoap -libxml(2) -php-soap -and others which seemed less important. Can you recommend which one to use? and which one

Re: [PHP] Re: SOAP and PHP

2005-11-16 Thread Paul Waring
On Wed, Nov 16, 2005 at 12:40:21PM +0100, Petr Smith wrote: Who uses PEAR? Mess of old unsupported and undocumented libraries which only their authors (maybe) can use? I use PEAR for a few things, such as database abstraction. I admit that a lot of the less popular modules haven't been

[PHP] Re: SOAP w/PHP 4

2004-10-31 Thread Ben Ramsey
Dan Joseph wrote: Does PHP 4 support SOAP, or does something have to be added to it?? I know I've already given you some pointers on this, and hopefully you're on your way to playing with PHP and SOAP, but I noticed a potentially helpful article in the current issue of PHP Magazine. It's by

[PHP] Re: SOAP w/PHP 4

2004-10-29 Thread Ben Ramsey
Dan Joseph wrote: Does PHP 4 support SOAP, or does something have to be added to it?? Check out these functions, which are listed as experimental: http://www.php.net/soap Or this PEAR package, which is still in beta stage: http://pear.php.net/package/SOAP -- Regards, Ben Ramsey

Re: [PHP] Re: SOAP w/PHP 4

2004-10-29 Thread Dan Joseph
Check out these functions, which are listed as experimental: http://www.php.net/soap Or this PEAR package, which is still in beta stage: http://pear.php.net/package/SOAP Ahh ok. I actually thought about PEAR, but I don't think I have the option to install it on our web server I'm working

Re: [PHP] Re: SOAP w/PHP 4

2004-10-29 Thread Ben Ramsey
Dan Joseph wrote: Ahh ok. I actually thought about PEAR, but I don't think I have the option to install it on our web server I'm working with. If you need to, you can just download the appropriate PEAR packages and use the classes without needing to install anything. It's definitely easier just

Re: [PHP] Re: [SOAP] web services

2003-03-28 Thread Mark 'Kamikaze' Hughes
Fri, Mar 21, 2003 at 05:23:10PM -0500 in [EMAIL PROTECTED], Bill Kearney [EMAIL PROTECTED] spake: Unless, of course, you need real text encoding. XML-RPC *only* supports USASCII. No unicode, not even ISO-8859-1. And it's spec author actively fights /against/ improving this situation. And

[PHP] Re: [SOAP] web services

2003-03-22 Thread Bill Kearney
Unless, of course, you need real text encoding. XML-RPC *only* supports USASCII. No unicode, not even ISO-8859-1. And it's spec author actively fights /against/ improving this situation. -Bill Kearney Tony Bibbs [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] That seems network

[PHP] RE: [SOAP] web services

2003-03-20 Thread Paul Miller
You could also check into a RSS implementation. Take the standardized approach to XML-RPC. http://backend.userland.com/rss - Paul -Original Message- From: Tony Bibbs [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 4:23 PM To: Merlin Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]

[PHP] Re: [SOAP] web services

2003-03-20 Thread Tony Bibbs
That seems network intensive to me. Offering web services for some basic tasks makes sense but not making an entire application that does all functionality over the web will be slow and impractical. Also, consider XML-RPC. Some people insist on hammering a nail with a sledgehammer (soap)

[PHP] Re: SOAP

2003-03-11 Thread Alexandru COSTIN
Hello, There is a way, but you have to use our free platform Krysalis to do this this. Read ftp://www.interakt.ro/pub/Krysalis/Professional%20web%20services%20with%20Kr ysalis.pdf for more details (Creating web services with Krysalis - WROX online chapter in Professional PHP web services) also

[PHP] Re: [SOAP] Re: soap post and http 1.1 100 continue

2003-01-25 Thread Danny Shepherd
- Original Message - From: Dominik Wittenbeck [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 25, 2003 3:28 PM Subject: [SOAP] Re: soap post and http 1.1 100 continue Yep, know that one, Why it does happen: although the HTTP 1.1 spec states that a HTTP 100 SHOULD NOT

[PHP] Re: SOAP status

2002-02-25 Thread Henrik Hansen
[EMAIL PROTECTED] (Robert Mena) wrote: Hi, I was wondering if anyone has developed web services using SOAP with php. I'd like to use it in a future project but was wondering which tools (classes, exemples) do we have and how stable are they. I think something is cooking in the PEAR

[PHP] Re: SOAP Tool Kit for PHP | Solved | PHP-Tomcat-Apache HOWTO

2001-10-02 Thread Rasmus Lerdorf
Thanks for the step-by-step. I am sure it will come in handy to people. Now if only this fancy system of yours could find me a cool job... ;) -Rasmus A bit of background. I work at a company that has a web-based staffing software (jobs, candidates, you get the idea). We are about 5