Home > SAP All-in-One Guides > SAP XI/PI > Adapter framework > Integrating JD Edwards with XI using IWAY adapters part 3
All-in-One Guides: SAP XI/PI:
EMAIL THIS
 START   NETWEAVER   SAP XI   COMPARISON ANALYSIS   SAP XI FOR DEVELOPERS   ADAPTER FRAMEWORK   SAP BPM   SOA   SAP XI GAMES   
Adapter framework

<< PREVIOUS | NEXT >>: Can we integrate XI with the MQ series for...

Integrating JD Edwards with XI using IWAY adapters part 3

25 Jun 2006 | Yomesh Sharma/SDN

Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   

There appears to be no central information source on all the installation and configuration steps of the JD Edwards adapter, or instructions on how to create a scenario for calling a business function in a JD Edwards system. Until now, that is, thanks to this in-depth guide by SDN member Yomesh Sharma. This is part 3 of this guide. Click here to read part 1 and part 2.

6. Deploying application explorer.

6.1 Servlet Application Explorer is provided as a web application in the iwae.war file. The default location on Windows is :

C:Program FilesiWay55etcsetupiwae.war.

6.2 There is a WEB-INF folder in iwae.war. Extract the web.xml file in the WEB-INF folder using the following command:

Jar xvf iwae.war WEB-INF/web.xml

6.3 Open the web.xml file in edit mode.This file controls the behavior of application explorer.

Find the "<service..." lines which define connections. The default content of these lines may vary depending on which version of IWAY adapter you install, for example:

<explorer>
<service displayName="localhost" url="http://localhost:9000/"/>
<service displayName="jca" provider="com.ibi.adapter.jspae.CustomJCAIWAEConnection " url="c:program filesiway55#base" />
</explorer>

url is the information application explorer needs to access an IWAY component or configuration.
Remove any line with the following url if it appears:
url="http://localhost:9000/"

6.4 Edit the jca line so the url is the following. url="IWAY_HOME#IWAY_CONFIG"
where:
IWAY_HOME is the directory where iWAY 5.5 is installed.
IWAY_CONFIG is the iWAY connector for JCA configuration instance. By default, a base configuration exists.
The provider parameter must appear as well:
Provider = "com.ibi.adapter.jspae.CustomJCAIWAEConnection"

For example:

<service displayName="jca" provider="com.ibi.adapter.jspae.CustomJCAIWAEConnection" url="c:program filesiway55#base" />

6.5 Save and exit the web.xml file.

6.6 In a command prompt, navigate to the directory containing the iwae.war file. From the directory containing the iwae.war file, use the jar command to add the new web.xml file.

jar uvf iwae.war WEB-INF/web.xml

6.7 Now deploy the iwae.war file from deploytool.bat.
Find the deploytool.bat in the following path on XI server:
C:usrsap<instance name>JC00j2eedeploying

6.8 Create a new project.

6.9 Add iwae.war to that project.

6.10 Create EAR file with the name iwae.ear and save it in C:Program FilesiWay55sap.

6.11 Deploy the iwae.ear file.

Once you deploy it you can run the application explorer using the following URL:
http://hostname:port/iwae/index.html
Where host is the host name of XI server and port is the j2ee http port

7. Create request and response schemas for the business function.

a) First we will have to create a repository folder on the XI server drive and place the jar file created by GENJAVA in this repository folder.

b) Now provide the path for repository folder in the application explorer.

c) Go to the Logon tab and provide the detail connection information for connecting to the backend JDE system.

d) After entering all the relevant information, click the OK button and you will see a list of business functions for which we have created a jar file and kept in repository folder.

e) For example, here we have a function called as N55001 and we can get the request and response schemas for this particular function from here.

8. Configuring a scenario in XI.

For the rest, all steps in the IR and ID are same. The only new thing will be configuring a receiver JD Edwards channel. This can be done as shown below:

Click here to read part 1 and part 2.


This content is reposted from the SAP Developer Network.
Copyright 2006, SAP Developer Network

SAP Developer Network (SDN) is an active online community where ABAP, Java, .NET, and other cutting-edge technologies converge to form a resource and collaboration channel for SAP developers, consultants, integrators, and business analysts. SDN hosts a technical library, expert blogs, exclusive downloads and code samples, an extensive eLearning catalog, and active, moderated discussion forums. SDN membership is free.

Want to read more from this author? Click here to read Yomesh Sharma's weblog. Click here to read more about Exchange Infrastructure on SDN.




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


<< PREVIOUS | NEXT >>: Can we integrate XI with the MQ series for...
VIEW ALL IN THIS CATEGORY


RELATED CONTENT
Adapter framework
List of all adapters compatible with XI 3.0
Ajax everywhere: Which framework to choose?
Cost for licensing and implementation of the Seeburger EDI adapter for SAP XI
Can we integrate XI with the MQ series for connecting mainframes without using adapters?
Integrating JD Edwards with XI using IWAY adapters part 2
Integrating JD Edwards with XI using IWAY adapters part 1

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary




SAP Exchange Infrastructure (XI) Research Papers
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2000 - 2009, TechTarget | Read our Privacy Policy
SearchSAP.com is a search service provided by TechTarget and is completely
independent of and not affiliated with SAP AG.
  TechTarget - The IT Media ROI Experts