I think I saw on this list that there's a $HTTP_RAW_POST_DATA (or 
similar) varibale. Sorry the net is slow like hell at work, I can't 
search for more info. But I think if you search for "raw" on the 
general mailing list's archive you will find it.

        Arpi

> 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]

Reply via email to