Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Post data to mod_plsql
Guys,
I am trying to do accept a SOAP formatted XML message into the database using mod_plsql (PL/SQL Gateway).
Generally, when using this you create a procedure with parameter names that are the same as html form elements, and the values get put into the correct parameter name. I have used this before without problem. There is also the flexible parameter passing mode where the names and values get put into a pair of arrays.
What I want to do, is accept a http post request that does not come from a browser, and the posted content is a SOAP XML message.
I cannot seem to work out how to get PLSQL to accept this. If there is no 'name' associated with the post data, it just doesn't set anything. I know I can use JSP/Perl to achive what I want, however I would prefer to do it using mod_plsql if I can.
Has anyone had any experiences accepting SOAP messaging in this way? Or is there is way to get the HTTP body content once you get into plsql using the OWA packages?
Thanks,
Stephen. Received on Wed Jul 27 2005 - 10:13:09 CDT
![]() |
![]() |