Re: [PHP] SOAP and Php question about authentication

2012-07-17 Thread Matijn Woudt
Op 17 jul. 2012 22:44 schreef "James Newman" het volgende: > > I agree with your response, the payment gateway insists that the > authentication I have been given is correct. My question was more around > "was I using the function correctly". It says authentication failed but > I've followed he

Re: [PHP] SOAP and Php question about authentication

2012-07-17 Thread James Newman
I agree with your response, the payment gateway insists that the authentication I have been given is correct. My question was more around "was I using the function correctly". It says authentication failed but I've followed he documentation to the letter. Is there a way I can output what the serv

Re: [PHP] SOAP and Php question about authentication

2012-07-17 Thread Curtis Maurand
That's not a helpful answer.  I'd be curious at a real answer for this, too.  I'm sure that there is something going on with session management on the client side as authentication has probably already happened, but the author doesn't know how to handle the response to the authentication correct

Re: [PHP] SOAP and Php question about authentication

2012-07-16 Thread Matijn Woudt
Op 17 jul. 2012 05:23 schreef "James Newman" het volgende: > > I'm having a few authentication issues and I'm not sure if it's my code or > the web service I'm connecting to. The code below shows what I'm working > with not sire if I'm going about it the right way. > > This is the error I get! >

Re: [PHP] SOAP

2012-01-17 Thread lars
Hey there, If you are running php5 then ot is relativly easy to use the SoapClient object. It also supports ssl. Look it up in the phpmanual. Regards Lars Nielsen > Hello! > > > > I am looking for some help on Web Services (SOAP) client. > > > > Is there anyone here who has already worked with su

Re: [PHP] SOAP-ERROR: Parsing Schema: unresolved element 'ref' attribute

2011-08-19 Thread Richard Quadling
Ah! The joy to mail readers. If you can supply a valid URL, I can take a look and see what it is doing. 2011/8/19 Ignacio Marín Hernández : > mmm, i think i understand you now! > > But the url it's ok, it's only > $web_service="http://url_of_the_webservice.asmx?WSDL";; > > The second part between

Re: [PHP] SOAP-ERROR: Parsing Schema: unresolved element 'ref' attribute

2011-08-19 Thread Ignacio Marín Hernández
mmm, i think i understand you now! But the url it's ok, it's only $web_service="http://url_of_the_webservice.asmx?WSDL";; The second part between "< >" ($web_service=" http://url_of_the_webservice.asmx?WSDL< http://url_of_the_webservice.asmx/?WSDL>") was Gmail who wrote it (not me) when I

Re: [PHP] SOAP-ERROR: Parsing Schema: unresolved element 'ref' attribute

2011-08-19 Thread Richard Quadling
2011/8/19 Ignacio Marín Hernández : > $web_service="http://url_of_the_webservice.asmx?WSDL > "; Surely, that should be ... $web_service="http://url_of_the_webservice.asmx?WSDL";; And sorry for calling you Surely. Richard. -- Richard Quadling Twitter : E

Re: [PHP] SOAP ERROR - Encoding

2010-07-24 Thread Richard Quadling
On 22 July 2010 21:59, Augusto Flavio wrote: > Hi guys, > > > I created a simple wsdl web service. Everything works fine, but when I fill > the fields with accents and send the soap request, the PHP returns me an > error: > > > *Fatal error*: Uncaught SoapFault exception: [Client] SOAP-ERROR: Enco

Re: [PHP] [soap]about compress

2008-07-25 Thread Thijs Lensselink
Quoting 付兴林 <[EMAIL PROTECTED]>: I have an issue about soap. Is the data returned from servier compressed by gzip, When using soap in php5 to creat web service? Can we set for compress lever or not compress? _ 这里好多好玩的视频,用鼠标点到视

Re: [PHP] Soap Call Error

2008-07-17 Thread VamVan
I tried that this is what i get Response:HTTP/1.1 200 OK Date: Thu, 17 Jul 2008 18:27:23 GMT Server: Apache/2.2.6 (Unix) Set-Cookie: JSESSIONID=DF4D15B8D0A0610B4832C3A708874672; Path=/ Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: multipart/related

Re: [PHP] Soap Call Error

2008-07-16 Thread Jason Norwood-Young
On Wed, 2008-07-16 at 17:44 -0700, VamVan wrote: > Hello Guys, > > I have been getting a wierd soap exception lately > > > [faultstring] => looks like we got no XML document > [faultcode] => Client > [faultcodens] => http://schemas.xmlsoap.org/soap/envelope/ > > What does that mean

Re: [PHP] SOAP - function does not exist?

2008-06-30 Thread Dan Joseph
t; > > Can you verify that? > > > > *From:* Dan Joseph [mailto:[EMAIL PROTECTED] > *Sent:* Monday, June 30, 2008 9:52 AM > *To:* Will Fitch > *Cc:* PHP General List > *Subject:* Re: [PHP] SOAP - function does not exist? > > > > > > On Mon, Jun 30, 2008 a

RE: [PHP] SOAP - function does not exist?

2008-06-30 Thread Will Fitch
008 9:52 AM To: Will Fitch Cc: PHP General List Subject: Re: [PHP] SOAP - function does not exist? On Mon, Jun 30, 2008 at 10:48 AM, Will Fitch <[EMAIL PROTECTED]> wrote: Your WSDL is referencing a document literal service. How are you making the request? For instance, look at

RE: [PHP] SOAP - function does not exist?

2008-06-30 Thread Will Fitch
Your WSDL is referencing a document literal service. How are you making the request? For instance, look at this example: $soap = new SoapClient('some.wsdl'); $soap->getOrderHistory('somestring'); The above might not work as your document literal service (not RPC) is looking for the data in the

[PHP] Re: PHP/SOAP WDSL Restrictions

2008-05-09 Thread Paul van Brouwershaven
> I'm struggling with the WDSL restrictions in PHP/SOAP for a while Sorry, I mean WSDL instead of WDSL. But of course the problem stays the same :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SOAP and nested input

2008-04-28 Thread Richard Lynch
On Mon, April 28, 2008 4:52 am, Emil Edeholt wrote: > If I need to pass nested input to a SOAP function; For example a > function that requires these parameters: > > bar > > foobar > > > Should I simply nest two arrays to the php soap function, i.e: > $client->foo(array("foo" => "bar", "foone

Re: [PHP] SOAP Server in PHP4

2008-03-18 Thread Nathan Nobbe
On Tue, Mar 18, 2008 at 5:28 PM, Eric Gorr <[EMAIL PROTECTED]> wrote: > 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, because

Re: [PHP] SOAP PHP 5.2.5 and Outside WSDL's

2008-03-08 Thread Larry Garfield
From your samples below, if what they actually want is that snippet at the bottom, then you don't want to send SOAP. You want to send a REST response, vis, "some arbitrary, use-case-specific XML". In that case, don't use SOAP at all but use SimpleXML instead, then dump that to an XML string an

Re: [PHP] SOAP in PHP on very restricted host?

2007-09-26 Thread Larry Garfield
On Wednesday 26 September 2007, David Christopher Zentgraf wrote: > On 26. Sep 2007, at 16:45, Nathan Nobbe wrote: > > i hate to suggest it, but you might want to take a little time and > > investigate what other restrictions you host has. if the list is > > long you may want to consider a > > mo

Re: [PHP] SOAP in PHP on very restricted host?

2007-09-26 Thread Paul Scott
On Wed, 2007-09-26 at 13:26 +0900, David Christopher Zentgraf wrote: > But I just found out about NuSOAP (http://dietrich.ganx4.com/ > nusoap/), which seems to be what I'm looking for, a no-strings- > attached SOAP implementation. I'm trying my luck with this one for > now. :) If you are usin

Re: [PHP] SOAP in PHP on very restricted host?

2007-09-26 Thread David Christopher Zentgraf
On 26. Sep 2007, at 16:45, Nathan Nobbe wrote: i hate to suggest it, but you might want to take a little time and investigate what other restrictions you host has. if the list is long you may want to consider a move. it may seem arduous now, but the longer you wait the more arduous it will

Re: [PHP] SOAP in PHP on very restricted host?

2007-09-26 Thread Nathan Nobbe
as i said, its a relic. i started using it where i work because we are still on php4 (dont ask) and was dismayed. i looked around at some articles online and thats where i got the impression it was the defacto standard back in php4 when java already had a robust soap api (and probly .net too). i

Re: [PHP] SOAP in PHP on very restricted host?

2007-09-26 Thread David Christopher Zentgraf
On 26. Sep 2007, at 16:14, mike wrote: On 9/25/07, Nathan Nobbe <[EMAIL PROTECTED]> wrote: i try to stay away from it if i can. i think the same of SOAP. in my opinion a shower is the only place for soap. Well put. :-D I, too, fail to see what's so terribly special about it. -- PHP Gene

Re: [PHP] SOAP in PHP on very restricted host?

2007-09-26 Thread David Christopher Zentgraf
On 26. Sep 2007, at 15:26, Nathan Nobbe wrote: i just read the first message in this thread and NuSoap immediately came to mind. though it will solve your problem you may end up like me, hating to use NuSoap under duress. i think it was really popular back in th php4 days when there was n

Re: [PHP] SOAP in PHP on very restricted host?

2007-09-26 Thread mike
On 9/25/07, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > i try to stay away from it if i can. i think the same of SOAP. in my opinion a shower is the only place for soap. simple XML, REST, JSON, lighter weight things are what i prefer. even XML-RPC i can live without. my $0.02 -- PHP General Mail

Re: [PHP] SOAP in PHP on very restricted host?

2007-09-25 Thread Nathan Nobbe
i just read the first message in this thread and NuSoap immediately came to mind. though it will solve your problem you may end up like me, hating to use NuSoap under duress. i think it was really popular back in th php4 days when there was nothing solid that could be built right into php. anyway

Re: [PHP] SOAP in PHP on very restricted host?

2007-09-25 Thread David Christopher Zentgraf
On 26. Sep 2007, at 13:19, mike wrote: i've downloaded PEAR packages before and used them manually. all PEAR is is PHP object code modules in a central place. nothing special, really. you just have to tweak some script paths and you can use include/require on the files like normal. That's w

Re: [PHP] SOAP in PHP on very restricted host?

2007-09-25 Thread mike
On 9/25/07, David Zentgraf <[EMAIL PROTECTED]> wrote: > Hi, > > We need to work with a credit card checking company for an online > store. The one we're looking at only offers an API implementation via > PHP modules, or via SOAP protocol. Unfortunately our host is > extremely restrictive right now

Re: [PHP] SOAP PEAR/NuSOAP

2006-03-20 Thread T.Lensselink
chris smith said: > On 3/21/06, T.Lensselink <[EMAIL PROTECTED]> wrote: >> I'm working on a small webservice. When started this project i used the >> NuSOAP library. And it does the job perfectly. But last weekend i was >> playing around with the PEAR::SOAP package. This seems to be a lot more >> s

Re: [PHP] SOAP PEAR/NuSOAP

2006-03-20 Thread chris smith
On 3/21/06, T.Lensselink <[EMAIL PROTECTED]> wrote: > I'm working on a small webservice. When started this project i used the > NuSOAP library. And it does the job perfectly. But last weekend i was > playing around with the PEAR::SOAP package. This seems to be a lot more > stable. And for sure a ll

RE: [PHP] SOAP Problems SOLVED!

2006-01-10 Thread Jay Paulson \(CE CEN\)
I got it to work! What I had to do is make an associtive array with the keys being the name of the params that needed to get passed to the 'execute' method that it was calling via soap. Or conversely you could write the $params as objects instead of an array. Code below: $params["From"] = "06

Re: [PHP] SOAP and PHP

2005-11-17 Thread Angelo Zanetti
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 is the most supported.

Re: [PHP] SOAP and PHP

2005-11-16 Thread Chris Shiflett
Angelo Zanetti wrote: 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. If you're using PHP 5, this is a good option: http://php.net/soap Hope that helps. Chris -- Chris Shiflett Brain Bulb, The PHP Consultancy http://brainbulb.com/

Re: [PHP] SOAP and PHP

2005-11-16 Thread Torgny Bjers
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 is

Re: [PHP] SOAP w/PHP 4

2004-10-29 Thread Steve Brown
> Does PHP 4 support SOAP, or does something have to be added to it?? We use the NuSOAP package in our SOAP apps: http://dietrich.ganx4.com/nusoap/index.php We had to use the latest CVS version of NuSOAP to get all of our apps working correctly, NOT the current "Stable" version however. -- PHP

Re: [PHP] SOAP speed

2004-08-28 Thread Brent Clements
This isn't really answer to your question, but to possibly simplify your authentication mechanism, you ought to take a look at the pear package Liveuser which allows you to have somewhat of a distributed authentication architecture. Check out http://pear.php.net/package/LiveUser -Brent - Orig

Re: [PHP] SOAP client class that supports https????

2002-08-01 Thread Anson Smith
The class I am referring to in the original message is nuSphere's nuSoap class which works great over http by the way. ---Original Message--- From: Anson Smith Date: Thursday, August 01, 2002 12:38:47 PM To: [EMAIL PROTECTED] Subject: [PHP] SOAP client class that supports https???

RE: [PHP] SOAP

2002-03-11 Thread Kearns, Terry
utorials. Do you need to know much about the anatomy of it to ustilise it? [TK] > -Original Message- > From: Andrey Hristov [mailto:[EMAIL PROTECTED]] > Sent: Monday, 11 March 2002 5:29 PM > To: Kearns, Terry > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] SOAP >

Re: [PHP] SOAP

2002-03-10 Thread Andrey Hristov
Hi I've tried the SOAPx4 by Dietriech. Looks good ('m not very profocent in SOAP). Firstly I tried to use XMLRPC for my stuff but found the UsefulInc implementation by Edd Dumbill is so slow - For array with 100 elements I 've to wait 4 seconds to transfer for the server to the client(in

Re: [PHP] SOAP status

2002-02-26 Thread Mika Tuupola
On Mon, 25 Feb 2002, Robert Mena wrote: > 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. PEAR has an ongoin work going on with

RE: [PHP] SOAP Tool Kit for PHP

2001-10-01 Thread Rasmus Lerdorf
ous Java based tools. > > > -Original Message- > From: Dahnke, Eric [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 01, 2001 10:46 AM > To: 'Chris Bailey' > Cc: '[EMAIL PROTECTED]' > Subject: RE: [PHP] SOAP Tool Kit for PHP > > > >

RE: [PHP] SOAP Tool Kit for PHP

2001-10-01 Thread Chris Bailey
10:46 AM To: 'Chris Bailey' Cc: '[EMAIL PROTECTED]' Subject: RE: [PHP] SOAP Tool Kit for PHP Thanks. That's what I'm doing, and it is working, but it doesn't seem like it will be very robust, and I don't know if my roll your own will be compliant with MS

RE: [PHP] SOAP Tool Kit for PHP

2001-10-01 Thread Dahnke, Eric
To: Dahnke, Eric; [EMAIL PROTECTED] Subject: RE: [PHP] SOAP Tool Kit for PHP You could also consider possibly the reverse of what you're doing. I'm not sure if it would actually work well, nor can I give you real details on how to do it, but you can always use Java classes from PHP. Dep

RE: [PHP] SOAP Tool Kit for PHP

2001-10-01 Thread Chris Bailey
You could also consider possibly the reverse of what you're doing. I'm not sure if it would actually work well, nor can I give you real details on how to do it, but you can always use Java classes from PHP. Depending on how much SOAP is needed/used across your site, you could continue with PHP f

Re: [PHP] SOAP

2001-02-14 Thread Bogdan Morar
Search in: XML-RPC Home Page : http://www.xmlrpc.com/ or http://www.xmlhack.com/list.php?cat=25 Bogdan Morar www.bogmor.com Christopher Cheng wrote: > > Is there any development of SOAP extension to PHP? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL P