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

For sending parameters to a WM service,use the dsp’s invoking a service with inputs.

I believe this is the only way sending params to a flowservice.

HTH,
RMG