ORA-30625: method dispatch on NULL SELF argument is disallowed
930817May 17 2012 — edited May 17 2012Im trying to send data through web service using xml.
While doing so im getting an error
ORA-30625: method dispatch on NULL SELF argument is disallowed
This seems to be because of special html characters being sent as xml.
Need help on how to invoke web service and send special characters like <,>,& etc using xml.
Im using Oracle 9i.