[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

Re: [PHP] Re: Connecting to an epp server

2008-04-11 Thread Paul van Brouwershaven
=\n; $socket-close(); } ? Alan Willsher schreef: What is 4 bytes ? On Thu, Apr 10, 2008 at 3:35 PM, Paul van Brouwershaven [EMAIL PROTECTED] wrote: don't forget to send the 4 bytes! Alan Willsher schreef: Hi im trying to connect to Nominets EPP server Details can be found here http

[PHP] Vote for PHP support in Google App Engine

2008-04-10 Thread Paul van Brouwershaven
Have you seen the Google App Engine already, the guys from Google are crazy! You now can host your application on the Google network, including Big Table and GFS! Ok, one problem... they currently only support Python for programming, but the good news is that they will add more languages like

[PHP] Re: Connecting to an epp server

2008-04-10 Thread Paul van Brouwershaven
don't forget to send the 4 bytes! Alan Willsher schreef: Hi im trying to connect to Nominets EPP server Details can be found here http://www.nominet.org.uk/registrars/systems/epp/ Im trying to send a login request the example can be found here

Re: [PHP] Vote for PHP support in Google App Engine

2008-04-10 Thread Paul van Brouwershaven
Julian Kennedy schreef: Looks like they extending their services to web hosting. Wonder when they'll offer VPS accounts? No they will not, you may upload your application. They have created a very nice system, but there are some restrictions because of security Bigtable and GFS. But your

[PHP] fopen never ends?

2008-02-19 Thread Paul van Brouwershaven
', 'rb', false)) { echo ok; } else { echo failed; } Best Regards, Paul van Brouwershaven -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: fopen never ends?

2008-02-19 Thread Paul van Brouwershaven
Nathan Rixham wrote: I don't think this is a php problem, just load the url up in a browser and you'll see the same, appears to be a misconfigured server at the otherside - probably confused about not being passed a name based host header in the request. I know that my browser is also waiting

Re: [PHP] Re: fopen never ends?

2008-02-19 Thread Paul van Brouwershaven
The timeout is not the problem, the probleem is I'm not getting the ssl (like the peer cert) info into the stream_context_get_options Jim Lucas wrote: Paul van Brouwershaven wrote: Nathan Rixham wrote: I don't think this is a php problem, just load the url up in a browser and you'll see