[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: ?php

[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 05:23 schreef James Newman james.new...@primalmedia.co.nz 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

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

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

Re: [PHP] SOAP and Php question about authentication

2012-07-17 Thread Matijn Woudt
Op 17 jul. 2012 22:44 schreef James Newman james.new...@primalmedia.co.nz 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

[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]

[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] 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 such

[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

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 ?xml version=1.0 encoding=UTF-8? definitions name=CatalogueService

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,

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:27, richard gray r...@richgray.com 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...

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:35, Richard Quadling rquadl...@gmail.com wrote: On 1 September 2011 13:27, richard gray r...@richgray.com 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

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 r...@richgray.com 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

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:02, richard gray r...@richgray.com 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

Re: [PHP] PHP/ Soap issue

2011-09-01 Thread Richard Quadling
On 1 September 2011 13:25, richard gray r...@richgray.com 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.

[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?WSDLhttp://url_of_the_webservice.asmx/?WSDL ; try { $client = new SoapClient($web_service, array('soap_version' = SOAP_1_1,

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

2011-08-19 Thread Richard Quadling
2011/8/19 Ignacio Marín Hernández nah...@gmail.com: $web_service=http://url_of_the_webservice.asmx?WSDLhttp://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

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?WSDLhttp://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 the

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 forward

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 nah...@gmail.com: 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

[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
: Cannot create object); $test = $test2-xpath('Envelope/Body/response/data_1/@information'); foreach($test as $test) { 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

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: ?xml version=1.0 encoding=utf-16?soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; . . .bunch of data . .

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 textarea $response /textarea; Though you'll likely want to increase the size of the textarea! ;-) Chris. On

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 htmlspecialchars... echo htmlspecialchars

Re: [PHP] SOAP ERROR - Encoding

2010-07-24 Thread Richard Quadling
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: $client = new SoapClient('http://app/webservice.wsdl'); $return = $client-Send(array('token' = '123123', 'message' = array( 'text

[PHP] SOAP ERROR - Encoding

2010-07-23 Thread Augusto Flavio
) 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 PHP soap client because using

[PHP] SOAP ERROR - Encoding

2010-07-22 Thread Augusto Flavio
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 PHP soap client because

[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

[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

[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

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] 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: ?php ini_set(soap.wsdl_cache_enabled, 0); ini_set('default_socket_timeout', 600); $client = new SoapClient(http://iaspub.epa.gov/webservices/StationService/index.html?WSDL,array('trace' = 1));

[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'

[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

[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

[PHP] [soap]about compress

2008-07-25 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? _ 这里好多好玩的视频,用鼠标点到视频看看,有惊喜!

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 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? The call

Re: [PHP] Soap Call Error

2008-07-17 Thread VamVan
] --=_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: Content-Length: 850soap:Envelope xmlns:soap= http://schemas.xmlsoap.org/soap/envelope

[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 the

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

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

2008-06-30 Thread Will Fitch
: [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) [1]= string(64) submitOrderResponse submitOrder

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

2008-06-30 Thread 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 this example: $soap = new SoapClient

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

2008-06-30 Thread 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 at 10:48 AM, Will Fitch [EMAIL PROTECTED] wrote: Your WSDL is referencing a document literal service. How

[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

[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

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

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] mailto:[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

[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 some

[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] 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] 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 actually a

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

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

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: foobar/foo foonest barnestfoobar/barnest /foonest Should I simply nest two arrays to the php soap function, i.e: $client-foo

[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

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

[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: ?php $client = new SoapClient( http://10.132.32.112:8080/axis2/services/TemperatureConverter?wsdl;, array('exceptions' = 0)); try { $a = 32; $result = $client-__soapCall(c2FConvertion,array($a));

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 and

[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 ... SOAP-ENV:Body ns1:addParties in0 xsi:type=ns2:AuthenticationInfo locale xsi:type=xsd:stringen/locale token

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

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 that

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 wrote: Thank you for answering

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 around for

[PHP] PHP SOAP Client formats

2008-01-09 Thread Tim Traver
that PHP creates is all in line with all of the latest standards, and I know that 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

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, ok, I am a little bit new

Re: [PHP] PHP SOAP Client formats

2008-01-09 Thread Tim Traver
. 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 outside API. The problem that I have

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
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] SOAP in PHP on very restricted host?

2007-09-26 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.

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

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

2007-09-26 Thread David Christopher Zentgraf
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 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 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

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

2007-09-26 Thread Nathan Nobbe
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 calls etc, which

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

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 using

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 move. it

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 and did

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

[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

[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 These were

[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, which

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. http://us2.php.net/manual/en

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

2007-04-06 Thread Daevid Vincent
php.ini file to get remote requests to work? alternatively you may think soap.wsdl_cache_enabled is Off but actually its being turned On somewhere? It's off in the php.ini file, also specifically turned off in each server.php file. Verified off via phpinfo(); It's also frustrating that the PHP

[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', 'kencana' ='kencana

[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

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 llot

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 stable. And

[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

[PHP] SOAP Problems.

2006-01-10 Thread Jay Paulson \(CE CEN\)
I'm trying to call a SOAP service where you pass it a couple of dates and it is supposed to return stuff. My testing code is below along with the errors I'm getting. What's strange is that it's not working in php but it works perfectly in Flash. The request it is sending is only sending one

RE: [PHP] SOAP Problems SOLVED!

2006-01-10 Thread Jay Paulson \(CE CEN\)
; } -Original Message- From: Jay Paulson (CE CEN) [mailto:[EMAIL PROTECTED] Sent: Tue 1/10/2006 11:32 AM To: php-general@lists.php.net Subject: [PHP] SOAP Problems. I'm trying to call a SOAP service where you pass it a couple of dates and it is supposed to return stuff. My testing code is below along

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

[PHP] SOAP and PHP

2005-11-16 Thread Angelo Zanetti
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. Also if I've missed

  1   2   >