Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 11g : PL/SQL Native Soap
Vladimir M. Zakharychev wrote:
> On Aug 13, 5:13 pm, Matthew Harrison <m.harris..._at_craznar.com> wrote:
> > You surely granted XDB_WEBSERVICES and XDB_WEBSERVICES_OVER_HTTP roles > to the TEST user? The first grant is an absolute minimum required to > be able to access the schema via XDB over HTTPS, and second grant is > required for plain HTTP access. And does http://192.168.0.100:1080/orawsv?wsdl > return a valid WSDL document? >
CONNECT N Y
XDB_WEBSERVICES N Y XDB_WEBSERVICES_OVER_HTTP N Y XDB_WEBSERVICES_WITH_PUBLIC N Y
ops$joe (the user I am connecting as) has the following:
APPDEV N Y (custom role)
CONNECT N Y
DBA N Y
XDB_WEBSERVICES N Y XDB_WEBSERVICES_OVER_HTTP N Y XDB_WEBSERVICES_WITH_PUBLIC N Y
Proxied for Users
User
Test
And yes...
http://192.168.0.100:1080/orawsv?wsdl
Returns a valid wsdl document which unlike the other is also meaningful :)
-- Pinging self [127.0.0.1] with 32 bites of banana cake: Ping statistics for 127.0.0.1: Slices: Sent = 4, Received = 0, Lost = 4 (100% loss),Received on Mon Aug 13 2007 - 17:31:29 CDT
![]() |
![]() |