I need to parse the contents of an XML message that is being passed from an Oracle app. to a servlet that I am designing. The form of the message that I need to parse looks like this:
http://<server>:<port>/<servlet>?XMLmsg=<initialize> ... </initialize>
I need to get 768 out of this <param name=product_id>768</param> which is inside the <initialize> tag.