Hi Avichai,
If i understand your requirement you want to pass a XML to a parameter in a stored procedure, then you need to pass the XML like CDATA to the target node. With the CDATA sentence PI takes the XML like text and PI can send it to single node in a XML like its value.
Check Amit's example in this thread Multiple records via JDBC Receiver Adapter using Stored Procedure
Regards.