XML file is text file. If I open the file with php like call $fp, that is a long string with some special char. post method can send a long string to the server. how php can receive that long string is my problem.
if can do that, php can parser the xml file send form remote computer. I want php parser the SOAP message -- Yorgo Sun Project Manager Technology Dept. Tom.com Email:[EMAIL PROTECTED] Mobile:13701243390 Phone:65283399-121 TomQ ID:yorgo http://www.ruisoft.com "Johan Holst Nielsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I think you understand my problem. > > > > I will use a client program to POST the XML data to a php file on the > > server base HTTP > > in php file will get the post request, > > > > the question is, how can i get the xml data in post request > > Hmm, I dont think I understand? Where do you want to do with the XML? Cant > you just make a echo() in a xml document? please explain? > <?xml version='1.0'?> > ... > ... > .... > <?php > echo $xmldatavar; > ?> > ... > ... > ... > > Regards, > Johan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]