Retail Merchandising System (MOSC)

MOSC Banner

RSL(Oracle Retail Service Layer) - How to?

edited Mar 11, 2013 9:36AM in Retail Merchandising System (MOSC) 1 commentAnswered
Hi,

Currently in project needed to integrate RPM and External POS system. I look at RSL, it's completely compliance with all requirements.

But i have some troubles with understanding this technology. The Programmers Guide maked in "Java Hard programmers" style.

I created the EJB Project, in NetBeans 7.3(There are 3 components of project - EJB, Client and EAR)

EJB Bean code:

package com.retek.rpm.service;

import javax.ejb.Stateless;
import com.oracle.retail.integration.base.bo.prcinqreq.v1.PrcInqReq;
import com.oracle.retail.integration.base.bo.prcinqdesc.v1.PrcInqDesc;
import com.oracle.retail.integration.base.bo.prcinqdesc.v1.PrcInqDtl;
import com.retek.rsl.rpm.PriceInquiryService;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center