J
jberg
All,
We are using Oracle 9i R2.xx PL/SQL function to call a VB .Net
(version 1.1) web service residing on an IIS server. The web service
appears to be executing, but we can not get the return value from the
Web Service. When we do the get_response we get a Response of 100, and
Reason of "Continue". After reading some documentation it seems Oracle
9i can not process a 100 Continue message. I have tried to change the
protocol to HTTP/1.0 instead of HTTP/1.1, on the client (Oracle) side,
but that causes us to get a 404 - Object Not Found error.
I have tried to find a way to set the protocol in the web service, but
have been unsuccessful. Does anyone know how to set a Web Service to
use HTTP/1.0 instead of HTTP/1.1? This would solve our 100-Continue
problem since 1.0 doesn't use the 100-Continue.
Thanks.
John
We are using Oracle 9i R2.xx PL/SQL function to call a VB .Net
(version 1.1) web service residing on an IIS server. The web service
appears to be executing, but we can not get the return value from the
Web Service. When we do the get_response we get a Response of 100, and
Reason of "Continue". After reading some documentation it seems Oracle
9i can not process a 100 Continue message. I have tried to change the
protocol to HTTP/1.0 instead of HTTP/1.1, on the client (Oracle) side,
but that causes us to get a 404 - Object Not Found error.
I have tried to find a way to set the protocol in the web service, but
have been unsuccessful. Does anyone know how to set a Web Service to
use HTTP/1.0 instead of HTTP/1.1? This would solve our 100-Continue
problem since 1.0 doesn't use the 100-Continue.
Thanks.
John