Re: RES: [PHP] XML/PHP web service

2012-08-09 Thread Carlos Medina
r: ' . $oErro->message ) . > ''; > break; > } > } > } > > work here ... > > } > > } > > > $server = new SoapServer(null, array( &

RES: [PHP] XML/PHP web service

2012-08-09 Thread Alejandro Michelin Salomon
$sCod .= '' . $oErro->code . '' . utf8_encode( ' Fatal Error: ' . $oErro->message ) . ''; break; } } } work here ... } } $server =

Re: [PHP] XML/PHP web service

2012-08-08 Thread Robert Cummings
Hi Philip, Tell them they can POST submissions to: https://www.acme.com/xml-submission Then tell them what fields are supported. Presumably you will support the following POST fields as a minimum (as if they were on a form): username password xml Your handler should also pro

Re: [PHP] XML/PHP web service

2012-08-08 Thread Phillip Baker
I was wondering how that would work and if it might be that simple. How would I inform the client to hit the page (script)? Blessed Be Phillip "In the Jim Crow South, for example, government failed and indeed refused to protect blacks from extra-legal violence. Given our history, it's stunning w

Re: [PHP] XML/PHP web service

2012-08-08 Thread Ashley Sheridan
Phillip Baker wrote: >Greetings all, > >I am looking for some options here. > >I am in need of creating a service on our web server that will always >be >available and automated. >It will accept an XML file. > >I will be checking to see if the XML file is valid and then passing it >on >to anoth

[PHP] XML/PHP web service

2012-08-08 Thread Phillip Baker
Greetings all, I am looking for some options here. I am in need of creating a service on our web server that will always be available and automated. It will accept an XML file. I will be checking to see if the XML file is valid and then passing it on to another server. But I need to accept this