How do you read a HTTP request property

I am posting a XML document to my service.

I am having no trouble getting the XML document but I am also trying to send an order number to the service as a request property using this code.

httpURLConn.setRequestProperty(“orderNumber”, orderNumber);

Does anyone know how I can retrieve this in WM?

Thanks