Handle Http Post in WebMethods

Hi All,

I am Uploading file to webMethods using a dsp page.

Upload File File to upload:

I want to give this file as a input to my service in webMethods. As a first step in webMethods i am storing the pipeline to file, which stores the data recived from Http Post. It looks like below

“Details”; filename=“Rohith.xml”
Content-Type: text/xml

<?xml version="1.0"?> Shashi Kumar ------WebKitFormBoundaryACsCAvNAe4y9qBDD--

Now I am stuck with extracting the actual data from the above text which is Name and LName.

How can i extract the data. Someone please help me in closing this.

Thank you !!!