curl-library
Re: Re: Re: PHP nuSoap (cURL) vs AXIS server
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 7 Mar 2011 16:38:00 +0100 (CET)
Date: Mon, 7 Mar 2011 16:38:00 +0100 (CET)
On Mon, 7 Mar 2011, Supporto Tecnico eMax wrote:
> In one of 1.000.000 of test that I maked, I create a file using libCurl
> directly, but there is some other problem with ASIX ("urn:" style method
> used). this is the code:
>
> 01. $wsdl =
> "../../WS/SoapEdi.wsdl";if(!file_exists($wsdl))file_put_contents($wsdl,ereg_
> replace("urn:","",file_get_ontents($wsdl_add)));
libcurl is a C library, so using libcurl directly would mean you write C code.
That's quite far from C code and I couldn't even spot a relevant libcurl
problem with it.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2011-03-07