[PHP] SOAP: Is correct to override XML standards?

2013-09-30 Thread buzon
I am working with some WSDL call for a provider. The strange thing is that the SOAP used (for me, as client) should include an 'xml' element, and it is supported by the Php constructor, even that is not correct under XML syntaxis. Why? Is somekind of not validation? This works: $xml_cont

[PHP] SOAP problem

2012-09-25 Thread George Pitcher
Hi, My first post for several years. Using PHP 5.2.6 on Debian. I'm trying to connect to an external SOAP server where no WSDL file exists. I've been unsuccessful in getting a response which I've put down to the message being sent. My code is: $params = array(

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! >

[PHP] SOAP and Php question about authentication

2012-07-16 Thread James Newman
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! Fatal error: Uncaught SoapFault exception: [soap:Client] System.Web.Serv

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

[PHP] SOAP

2012-01-17 Thread 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

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:25, richard gray wrote: > On 01/09/2011 14:07, Louis Huppenbauer wrote: >> >> I think it would be best if you could provide us with the .wsdl (and >> possibly with the server-code). >> > Thanks for the quick response Louis.. We need the URL for the WSDL file. Without that,

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:02, richard gray wrote: > I am hoping there's a SOAP expert on the list as this is driving me mad and > Google doesn't come up with much help ... > > I am trying to build a fairly simple web service in SOAP -- the client sends > a string SKU to query a product catalogue data

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Louis Huppenbauer
I think it would be best if you could provide us with the .wsdl (and possibly with the server-code). 2011/9/1 richard gray > I am hoping there's a SOAP expert on the list as this is driving me mad and > Google doesn't come up with much help ... > > I am trying to build a fairly simple web servic

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:35, Richard Quadling wrote: > On 1 September 2011 13:27, richard gray wrote: >> On 01/09/2011 14:16, Richard Quadling wrote: >>> >>> Can you give me the URL for the WSDL file? Either online or by direct >>> email. >>> >> Thanks for the quick response Richard -- I have just

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:27, richard gray wrote: > On 01/09/2011 14:16, Richard Quadling wrote: >> >> Can you give me the URL for the WSDL file? Either online or by direct >> email. >> > Thanks for the quick response Richard -- I have just posted the WSDL in my > earlier resply to Louis... > Is the

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread richard gray
On 01/09/2011 14:16, Richard Quadling wrote: Can you give me the URL for the WSDL file? Either online or by direct email. Thanks for the quick response Richard -- I have just posted the WSDL in my earlier resply to Louis... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread richard gray
On 01/09/2011 14:07, Louis Huppenbauer wrote: I think it would be best if you could provide us with the .wsdl (and possibly with the server-code). Thanks for the quick response Louis.. WSDL http://example.com/catalogue.wsdl"; xmlns="http://schemas.xmlsoap.org/wsdl/"; xmlns:soap="http://

[PHP] PHP/ Soap issue

2011-09-01 Thread richard gray
I am hoping there's a SOAP expert on the list as this is driving me mad and Google doesn't come up with much help ... I am trying to build a fairly simple web service in SOAP -- the client sends a string SKU to query a product catalogue database and receives product pricing data - I am using a

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

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

2011-08-19 Thread Ignacio Marín Hernández
Dear Richard Surely (hehe): I don´t understand what do you want to say with "that should be $web_service="http://url_of_the_webservice.asmx?WSDL ";" Obviusly, "url_of_the_web_sevice" it's just an example. With the real url I can read without any problems t

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

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

2011-08-19 Thread Ignacio Marín Hernández
Hi everybody! I've got some troubles trying to connect with a WS. I'd tried that with natives functions: $web_service="http://url_of_the_webservice.asmx?WSDL "; try { $client = new SoapClient($web_service, array('soap_version' => SOAP_1_1,

[PHP] SOAP client and SSL version 3

2011-07-22 Thread Pawel Furtak
Hello, I'm trying to enforce ssl version 3 for PHP Soap client. Is it possible somehow ? Pawel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP, Soap, and WDSL

2010-09-06 Thread SBS Computers
est) { echo $test.PHP_EOL; } From: sbs_comput...@hotmail.com To: chris...@gmail.com; jang...@jangita.com CC: php-general@lists.php.net Subject: RE: [PHP] PHP, Soap, and WDSL Date: Fri, 3 Sep 2010 09:05:52 -0400 Thanks guys. Both methods worked. Gino > Date: Fri, 3 Sep 2010

RE: [PHP] PHP, Soap, and WDSL

2010-09-03 Thread SBS Computers
Thanks guys. Both methods worked. Gino > Date: Fri, 3 Sep 2010 08:31:06 -0400 > From: chris...@gmail.com > To: jang...@jangita.com > CC: php-general@lists.php.net > Subject: Re: [PHP] PHP, Soap, and WDSL > > Alternatively you can pass the var through htmlspeci

Re: [PHP] PHP, Soap, and WDSL

2010-09-03 Thread chris h
Alternatively you can pass the var through htmlspecialchars... echo htmlspecialchars( $response ); and for a really simple solution you can echo it inside a textarea... echo " $response "; Though you'll likely want to increase the size of the textarea! ;-) Chris. On Fri, Sep 3, 2010

Re: [PHP] PHP, Soap, and WDSL

2010-09-03 Thread Jangita
On 02/09/2010 10:51 p, SBS Computers wrote: It's as if the data is not getting to my php page? The view source shows the following data: http://schemas.xmlsoap.org/soap/envelope/";> . . .bunch of data . . Seems like the data is getting there OK. But a browser normally will not output normal

RE: [PHP] PHP, Soap, and WDSL

2010-09-02 Thread SBS Computers
Date: Thu, 2 Sep 2010 22:39:41 +0300 > From: an...@oire.org > To: sbs_comput...@hotmail.com > CC: php-general@lists.php.net > Subject: Re: [PHP] PHP, Soap, and WDSL > > Hello Gino, > > Just put at the end the following: > > echo $response; >

Re: [PHP] PHP, Soap, and WDSL

2010-09-02 Thread Andre Polykanine
- From: SBS Computers To: php-general@lists.php.net Date: Thursday, September 2, 2010, 10:16:26 PM Subject: [PHP] PHP, Soap, and WDSL Hi everyone, I am trying to write a simple php page using an sdk. The SDK api contains all wsdl files which do all the work. There's a soap.php which ha

[PHP] PHP, Soap, and WDSL

2010-09-02 Thread SBS Computers
Hi everyone, I am trying to write a simple php page using an sdk. The SDK api contains all wsdl files which do all the work. There's a soap.php which has all the functions and stores the output in $response. My php page includes soap.php and a function. The function is handled by soap.php a

Re: [PHP] SOAP ERROR - Encoding

2010-07-24 Thread Richard Quadling
is use the utf8_encode() function. I tried add this function > before to send the soap request but didnt worked. > > > I think that this problem is in the PHP soap client because using the > eclipse web service explorer it works fine. > > > Here is my php soap client: >

[PHP] SOAP ERROR - Encoding

2010-07-23 Thread Augusto Flavio
web service inside the eclipse IDE) and the response was ok. I found few topics about this issue on the google. One related solution to this problem is use the utf8_encode() function. I tried add this function before to send the soap request but didnt worked. I think that this problem is in the PH

[PHP] SOAP ERROR - Encoding

2010-07-22 Thread Augusto Flavio
a client web service inside the eclipse IDE) and the response was ok. I found few topics about this issue on the google. One related solution to this problem is use the utf8_encode() function. I tried add this function before to send the soap request but didnt worked. I think that this problem is

[PHP] SOAP connect error

2010-02-09 Thread Eric Lommatsch
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 am certain that the firewall for

[PHP] SOAP CLIENT and HEADER

2009-12-01 Thread Augusto Flavio
hi All, I'm trying to access a SOAP service but i have one doubt. I paste a sample SOAP request for you know the problem: // START SOAP REQUEST POST /wbm/shopping/script/CalcPrecoPrazo.asmx HTTP/1.1 Host: shopping.correios.com.br Content-Type: text/xml; charset=utf-8 Content-Le

[PHP] SOAP: Return object to client

2009-11-26 Thread Manoj Singh
Hi All, I am implementing the web service through PHP SOAP library. Actually I want to return the object to the client through web service so that client can call all the methods of that object. Please help me out. Regards, Manoj

Re: [PHP] PHP SOAP Using SAML

2009-06-22 Thread Karel Kozlik
Hi, take a look to Lasso. They claims it support SAML 2.0. http://lasso.entrouvert.org/ Karel Carlos Medina napsal(a): Hi Anybody, I am evaluating to use Webservices to solve an knowed Issue. I need to know, if it is Possible to use SAML 1.0 with PHP 4 or PHP 5 and when yes, where can i get

[PHP] PHP SOAP Using SAML

2009-06-22 Thread Carlos Medina
Hi Anybody, I am evaluating to use Webservices to solve an knowed Issue. I need to know, if it is Possible to use SAML 1.0 with PHP 4 or PHP 5 and when yes, where can i get information about this Issue or open Source Software,etc. Regards Carlos -- PHP General Mailing List (http://www.php

[PHP] SOAP and Exception Handling

2009-05-01 Thread VamVan
Hello Guys, I use SOAP calls to make web service requests.I have a class that does webservice calls to various wsdls. So my question is about try catch blocks. so my method looks like this: private function method($cookie){ //Define Client try{ // Check if WSDL exists

[PHP] Soap Client Help

2009-04-18 Thread EPA WC
Hi All, I am using the following code to build a SoapClient with some web service: http://iaspub.epa.gov/webservices/StationService/index.html?WSDL",array('trace' => 1)); try { $sc = $client->getStationCount(43.1,43.5,-83.5,-83.1); print $sc; } catch (SoapFault $exception) {

[PHP] SOAP call

2008-09-09 Thread Christoph Boget
Is there a way to call a SOAP function and pass the required XML as an argument instead of an object? I can get this to work: $oClient = new SoapClient( $sWSDL_URI, array( 'trace' => TRUE, 'exceptions'=> TRUE ); $oArgObj = new ArgObj(); $oArgObj->node1 = 'value' $oArgObj->node2 = 'value' $oA

[PHP] SOAP - return a list of items

2008-08-13 Thread Dan Joseph
Hi, I am using the PHP5 SOAP Functions... I am trying to find some information on how to properly build a function into my web service to return a list of quotes. Each list will have a QuoteID, Origin, Destination, Name. Example: 1011, 48167, 90222, John Smith 1012, 54888, 19893, Joe Johnson e

[PHP] SOAP / Server Communication

2008-08-05 Thread stuart tonner
Hi, At the moment I've taken over a group of individual systems that all do their job well enough independently, but all need to talk to one another. For example, one system handles stock levels, one system handles sales leads, another handles special offers, etc. etc. A complete rewrite is i

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? _ 这里好多好玩的视频,用鼠标点到视

[PHP] [soap]about compress

2008-07-24 Thread 付兴林
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? _ 这里好多好玩的视频,用鼠标点到视频看看,有惊喜! http://cnweb.search.live.com/vi

Re: [PHP] Soap Call Error

2008-07-17 Thread VamVan
uot; Content-Transfer-Encoding: 8bit Content-ID: <[EMAIL PROTECTED]> <--=_Part_281_1620393832.1216319243198-- Request:POST /rpc/soap/ForumService HTTP/1.1 Host: Connection: Keep-Alive User-Agent: PHP-SOAP/5.2.0 Content-Type: text/xml; charset=utf-8 SOAPAction: "" Co

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

[PHP] Soap Call Error

2008-07-16 Thread VamVan
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? The call gets properly called and it does what it needs to do, but t

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
HP General List Subject: [PHP] SOAP - function does not exist? Hi, I've got a web service that I have created that. It has several functions, here is the var_dump of __getfunctions(); array(11) { [0]=> string(52) "getQuoteResponse getQuote(getQuote $getquoterequest)"

[PHP] SOAP - function does not exist?

2008-06-30 Thread Dan Joseph
Hi, I've got a web service that I have created that. It has several functions, here is the var_dump of __getfunctions(); array(11) { [0]=> string(52) "getQuoteResponse getQuote(getQuote $getquoterequest)" [1]=> string(64) "submitOrderResponse submitOrder(submitOrder $submitorderrequest)"

[PHP] SOAP Client - Cannot use object of type stdClass as array

2008-06-19 Thread Dan Joseph
Hi, I have a web service: http://new.vehicletransportusa.com/v2/services/URS.QuoteServices.wsdl I wrote a simple client to connect to it and get a quote, however I am running into a snag. I get the below error when trying to run it. I've tried it as an array, as an object, nothing seems to wor

Re: [PHP] HELP !!!!! PHP SOAP Not building objects correctly

2008-05-16 Thread Tim Traver
Nathan Nobbe wrote: On Fri, May 16, 2008 at 1:04 PM, Tim Traver <[EMAIL PROTECTED] > wrote: Hi all, sorry for the cross post to the general PHP list as well as the SOAP PHP list, but I'm a little bit desperate... Ok, for some reason when I am sending

Re: [PHP] HELP !!!!! PHP SOAP Not building objects correctly

2008-05-16 Thread Nathan Nobbe
On Fri, May 16, 2008 at 1:04 PM, Tim Traver <[EMAIL PROTECTED]> wrote: > Hi all, > > sorry for the cross post to the general PHP list as well as the SOAP PHP > list, but I'm a little bit desperate... > > Ok, for some reason when I am sending the proper objects to the __soapCall > method, it is not

[PHP] HELP !!!!! PHP SOAP Not building objects correctly

2008-05-16 Thread Tim Traver
Hi all, sorry for the cross post to the general PHP list as well as the SOAP PHP list, but I'm a little bit desperate... Ok, for some reason when I am sending the proper objects to the __soapCall method, it is not including those objects in the XML call itself... I am using PHP 5.2.6 now a

[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

[PHP] PHP/SOAP WDSL Restrictions

2008-05-09 Thread Paul van Brouwershaven
Hi All, I'm struggling with the WDSL restrictions in PHP/SOAP for a while know. I would like to create some simple restrictions in my WDSL file. The script are running both on the same server with PHP Version 5.2.6 with the official soap extension. On both my client and server there is

Re: [PHP] Recommended book on PHP/SOAP

2008-05-05 Thread Eric Gorr
On May 5, 2008, at 12:29 PM, Todd Cary wrote: I would like a book on implementing SOAP geared for someone with no SOAP experience. A book I like is: Pro PHP XML and Web Services # ISBN-10: 1590596331 # ISBN-13: 978-1590596333 This book requires PHP 5. Hopefully SOAP can be used with PHP 4

Re: [PHP] Recommended book on PHP/SOAP

2008-05-05 Thread Todd Cary
Dan Joseph wrote: On Mon, May 5, 2008 at 12:29 PM, Todd Cary <[EMAIL PROTECTED]> wrote: I would like a book on implementing SOAP geared for someone with no SOAP experience. Hopefully SOAP can be used with PHP 4?!? Many thanks... I'm not sure of a book, but for PHP4 you'll want to grab NuS

Re: [PHP] Recommended book on PHP/SOAP

2008-05-05 Thread Dan Joseph
On Mon, May 5, 2008 at 12:29 PM, Todd Cary <[EMAIL PROTECTED]> wrote: > I would like a book on implementing SOAP geared for someone with no SOAP > experience. Hopefully SOAP can be used with PHP 4?!? > > Many thanks... > > > I'm not sure of a book, but for PHP4 you'll want to grab NuSOAP. Its ac

[PHP] Recommended book on PHP/SOAP

2008-05-05 Thread Todd Cary
I would like a book on implementing SOAP geared for someone with no SOAP experience. Hopefully SOAP can be used with PHP 4?!? Many thanks... Todd -- 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: > $c

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

[PHP] SOAP Server in PHP4

2008-03-18 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. Unfortunately, I am unable to locate the appropriate documentation on php.net for some reason...perhaps I am just blind. Can anyone point me to it?

[PHP] Newbie Question on PHP-SOAP

2008-03-15 Thread Chino Aureus
Hi All, I'm trying to test create a soap clienet in PHP, here's my code: http://10.132.32.112:8080/axis2/services/TemperatureConverter?wsdl";, array('exceptions' => 0)); try { $a = 32; $result = $client->__soapCall("c2FConvertion",array($a)); #c2FConvertion("a"); print_r($res

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

[PHP] SOAP PHP 5.2.5 and Outside WSDL's

2008-03-05 Thread Jonathan Pitcher
I am connecting to a Third Party WSDL that needs me to turn return an Array of results to them. I do and PHP returns this ... en 50d3c78a0213b3e083ce7b6c7fa760a299798246fb6bbf1dc2dc81 12a841454d5bcb9cb752b18e299cd9be84214175b6c971065d8df08b52283408b925dd8541

Re: [PHP] PHP SOAP Client formats

2008-01-22 Thread Samisa Abeysinghe
This is a typical .NET vs. PHP interop problem, and happens because the .NET services (or clients) expect the payload to be namespace qualified as you have figured out. I too have looked into this with PHP SOAP extension, and what I gathered is that the WSDL mode implementation needs to pick

Re: [PHP] PHP SOAP Client formats

2008-01-15 Thread Michael Gross
Hi I have a similar problem, only the other way round: the server is PHP, the client is C#. I found that the problem is that the xmlns="https://api.authorize.net/soap/v1/"; in the "AuthenticateTest"-tag is needed. I tried to modify the PHP source code, but I had no success yet (it would be fant

Re: [PHP] PHP SOAP Client formats

2008-01-14 Thread Nathan Nobbe
On Jan 14, 2008 8:48 PM, Andrés Robinet <[EMAIL PROTECTED]> wrote: > The only problem I had with nuSOAP was a name clash with the PHP 5 native > extension. But they fixed it in November (there was a previous > non-official > fix also.. but can't remember the link right now). > nuSOAP has been arou

RE: [PHP] PHP SOAP Client formats

2008-01-14 Thread Andrés Robinet
> -Original Message- > From: Richard Lynch [mailto:[EMAIL PROTECTED] > Sent: Monday, January 14, 2008 7:21 PM > To: Tim Traver > Cc: Bastien Koert; PHP General List > Subject: Re: [PHP] PHP SOAP Client formats > > On Wed, January 9, 2008 9:45 pm, Tim Traver

Re: [PHP] PHP SOAP Client formats

2008-01-14 Thread Richard Lynch
On Wed, January 9, 2008 9:45 pm, Tim Traver wrote: > Thank you for answering, but the issue is that the PHP SOAPClient > classes actually create that xml to send, so I have no control over > the > xml that is sent with a call command to the SOAP object... > > I just wondered if there was any flags

Re: [PHP] PHP SOAP Client formats

2008-01-09 Thread Tim Traver
Nathan Nobbe wrote: On Jan 9, 2008 10:45 PM, Tim Traver <[EMAIL PROTECTED]> wrote: Bastien, I want to use PHP's built in classes for this so I don't have to manually send xml to the api... writing the xml by hand would be madness... i didnt want to spend all night screwing around

Re: [PHP] PHP SOAP Client formats

2008-01-09 Thread Nathan Nobbe
On Jan 9, 2008 10:45 PM, Tim Traver <[EMAIL PROTECTED]> wrote: > Bastien, > I want to use PHP's built in classes for this so I don't have to > manually send xml to the api... writing the xml by hand would be madness... i didnt want to spend all night screwing around w/ it, since i dont have any

Re: [PHP] PHP SOAP Client formats

2008-01-09 Thread Tim Traver
same case. Bastien > Date: Wed, 9 Jan 2008 13:54:36 -0800 > From: [EMAIL PROTECTED] > To: php-general@lists.php.net > Subject: [PHP] PHP SOAP Client formats > > Hi all, > > ok, I am a little bit new to the SOAP game, but I understand it, and am > using it to talk to an outsid

RE: [PHP] PHP SOAP Client formats

2008-01-09 Thread Bastien Koert
XML is case sensitive. I notice the case of the xml is different. Try making the PHP created xml the same case. Bastien> Date: Wed, 9 Jan 2008 13:54:36 -0800> From: [EMAIL PROTECTED]> To: php-general@lists.php.net> Subject: [PHP] PHP SOAP Client formats> > Hi all,> >

[PHP] PHP SOAP Client formats

2008-01-09 Thread Tim Traver
at the server is a Microsoft IIS server. Does anyone know any parameters that I can use with the PHP SOAP client that could help me contruct the request like the top one??? I don't want to have to build the text myself, and open a socket and send the text manually like I did to verify th

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
r back in th php4 > > days when there > > was nothing solid that could be built right into php. anyway in my > > experience > > its a relic and i try to stay away from it if i can. > > I already see what you mean. > A big bummer is that even though it uses the

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
nothing solid that could be built right into php. anyway in my experience its a relic and i try to stay away from it if i can. I already see what you mean. A big bummer is that even though it uses the same class name as the default PHP SOAP module, it uses a totally different syntax/method

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

[PHP] SOAP in PHP on very restricted host?

2007-09-25 Thread David Zentgraf
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 and did not --enable-soap and even did a --without-pear,

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

[PHP] Soap .Net server & Php client Problem

2007-08-22 Thread Himmet Yelekin
i have a problem in nusoap, but there is no problem with the same code in php soap extension but my hosting provider is not allowing the php soap extension so i must use nusoap.. here is my .net soap service [WebMethod] public string Siparis(double FisTutar, double FisKdvTutari, double

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

2007-05-22 Thread Simon Detheridge
Hi, I'm trying to make PHP5's soap implementation play nice with my web service, and I'm having a problem. Part of my schema contains a complexType, containing an xsd:choice of several different element types, which can be repeated many times (maxOccurs=unbounded) e.g.:

Re: [PHP] Need a working SOAP example using PHP SOAP

2007-04-07 Thread Jochem Maas
Daevid Vincent wrote: >> not very helpful, but an apt quote from 'the man': >> http://fplanque.net/Blog/devblog/2005/12/21/rasmus_i_don_t_like_soap > > Yeah, unfortunately, I *must* use SOAP. Not my choice, but politics and > company decree, blah blah... > >> b, you should catch exceptions > > T

RE: [PHP] Need a working SOAP example using PHP SOAP

2007-04-06 Thread Daevid Vincent
ile. Verified off via phpinfo(); > > It's also frustrating that the PHP SOAP function section > doesn't have an > > example, nor even links to an example. :-\ > > there is quite a bit of example code in the SOAP section if > you ask me: > > http://ph

Re: [PHP] Need a working SOAP example using PHP SOAP

2007-04-06 Thread Jochem Maas
not very helpful, but an apt quote from 'the man': http://fplanque.net/Blog/devblog/2005/12/21/rasmus_i_don_t_like_soap Daevid Vincent wrote: > I've been searching all day (read wasting) trying to get a working SOAP > example that uses the new PHP SOAP functions. > >

[PHP] Need a working SOAP example using PHP SOAP

2007-04-06 Thread Daevid Vincent
I've been searching all day (read wasting) trying to get a working SOAP example that uses the new PHP SOAP functions. http://us2.php.net/manual/en/ref.soap.php I've tried this one from nearly THREE years ago (03/16/2004): http://devzone.zend.com/node/view/id/689 And this one

[PHP] SOAP and MSSQL

2006-11-08 Thread Kencana
hi all, I am a new user of php & SOAP..I got one question about using SOAP. I have try to run SOAP and it runs successfully without any problem the following is the code of the SOAP server: class QuoteService { private $quotes = array('V3' => 'password

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

[PHP] SOAP PEAR/NuSOAP

2006-03-20 Thread T.Lensselink
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 llot faster. Only in NuSOAP i could do the following to get t

[PHP] SOAP WSDL?

2006-01-24 Thread Jay Paulson
I'm messing around with SOAP with PHP 5 and I was wondering do I have to create my own WSDL's or can PHP create them for me like NuSoap does? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   >