Ariba OnRamp Testing module

Hi,
I have installed the Ariba onRamp adapter. I am unable to post any test messages using the test modules as i am getting the following Authorization error message

Unable to send cXML Request: com.wm.net.NetException: [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied

I checked the ACL on the wm.b2b.cxml:receiveCXML service and it is set to “Internal”. I tried various combinations by changing the ACL to Developer and others too. But it still does not work…

The same service when i copy to an another package works. What might be the reason?

Thanks
SJ

Sudheer,

Have you checked package/service ACL,with Administrator privileges or Anonymous.

HTH,
RMG.

Hi RMG,

Yeah i have checked the package/service ACL. Do not see anything strange there. The ACL for the package is like this

The service i am trying to invoke is wm.b2b.cxml:receiveCXML

WmAribaSupplier - Package - Default ACL
wm - folder - Execute ACL Internal
b2b- folder - Execute ACL Internal (Inherited)
cxml- folder - Execute ACL Internal (Inherited)
receiveCXML - service - Execute ACL Internal (Inherited)

Thanks
Sudheer

Hi RMG,

Tried with Anonymous and it works. Thanks for your timely help.

-Sudheer

Sudheer - Setting the service to Anonymous ACL access removes any access restrictions on executing it, so be careful. It may be better to provide suitable authentication to your test service (the one that behaves as an Ariba client.)