[PHP] XML Signature verification in PHP

2004-11-03 Thread Rajesh Batchu
HI All, I am getting a xml document from my customer which is signed with XML Signature. Customer is Signing the document with xmlsec library ( parser is libxml2). I have to verify the signature on my side and do the rest of the processing. I saw sevaral examples on the http://www.aleksey.c

[PHP] Input to PHP from Java

2004-09-29 Thread Rajesh Batchu
Hi, I have a page with SSL enables as below. https://email.website.com/usrfolder/one.php For this page, my customer is posting some XML data using a java output stream as below. ( pseudo code) URL url = new URL(_url); _httpsConnection= (HttpsURLConnection) url.openConnectio

[PHP] QUERY_STRING from command line

2004-09-21 Thread Rajesh Batchu
Hi, I am working on a php script which is accessed as below http://10.10.10.10/pageone.php?hellohowareyou in the pageone.php i am accessing the variable $_SERVER["QUERY_STRING" and i am getting the proper "hellohowareyou" as value. All these days i was accessing this over the browser. But