Passing XMLTYPE parameter to a Web service [message #419239] |
Thu, 20 August 2009 11:38  |
cagture
Messages: 4 Registered: July 2005
|
Junior Member |
|
|
Hi Gurus,
I have a .Net W.S., taking 2 params, one is string, the other is XML. When I want to call this .Net ws inside the pl/sql, passing XMLType parameter is a nighmare now for me. I am using classic demo_soap package, and always having "ORA-29266: end-of-body reached" error.
CAN ANYONE HELP ME?
|
|
|
Re: Passing XMLTYPE parameter to a Web service [message #419240 is a reply to message #419239] |
Thu, 20 August 2009 11:43  |
 |
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
29266, 00000, "end-of-body reached"
// *Cause: The end of the HTTP response body was reached.
// *Action: If the end of the HTTP response is reached prematurely, check if
// the HTTP response terminates prematurely. Otherwise, end the
// HTTP response.
You need to help us by following the Posting Guidelines as stated below.
http://www.orafaq.com/forum/t/88153/0/
Go to the URL above click the link "Posting Guidelines"
Go to the section labeled "Practice" & do as directed.
|
|
|