Error when attempting to invoke webservice with utl_dbws
I am receiving the following error while attempting to invoke a webservice through a pl/sql function using utl_dbws.
The error is raised during the utl_dbws.invoke call.
ORA-29532: Java call terminated by uncaught Java exception: java.rmi.RemoteException: java.rmi.RemoteException: ; nested exception is:
dynamic invocation error: oracle.j2ee.ws.saaj.soap.SOAPVersionMismatchException: Mime Header Content-Type: text/xml requires SOAP envelope namespace: http://schemas.xmlsoap.org/soap/envelope/
ORA-06512: at "SNLWSDL.UTL_DBWS", line 404
ORA-06512: at "SNLWSDL.UTL_DBWS", line 401
ORA-06512: at "SNLAPPS.SLEIS_CSR_MOVE", line 123
This is all very new to me and any help would be appreciated.