HIPAA Messages. 1.1 About This Tutorial Tutorial Requirements Provided Files

Size: px
Start display at page:

Download "HIPAA Messages. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files"

Transcription

1 About This Tutorial 1Using Oracle B2B to Send and Receive HIPAA Messages 1.1 About This Tutorial Tutorial Requirements Provided Files This tutorial takes you through the steps of creating an end-to-end SOA Composite Application using Oracle B2B and Oracle BPEL. It includes the following sections: Section 1.1, "About This Tutorial" Section 1.2, "Extracting the Sample Files" Section 1.3, "Creating the HIPAA Document Definitions" Section 1.4, "Creating a File Listening Channel" Section 1.5, "Configuring the Trading Partners" Section 1.6, "Creating the Trading Partner Agreements" Section 1.7, "Creating the SOA Composite Application" Section 1.8, "Testing the Application" Section 1.9, "Working with the Prebuilt Sample" This tutorial takes you through the steps of creating an Oracle B2B application that receives HIPAA transactions and provides a 271 response. The process includes creating document definitions, trading partners, listening channels, and trading partner agreements using the Oracle B2B Console. These components are then used to create an Oracle JDeveloper application that uses the B2B Adapter and a BPEL process to receive, process, and route the data. Once you create and deploy the application, you can use the supplied input file to test and monitor message processing. To run this tutorial, you must have Oracle SOA Suite installed, including the following: Oracle Database, with RCU run to create the schemas Oracle WebLogic Server Oracle SOA Suite Oracle JDeveloper, with the SOA and BPM extensions In addition you should have a WebLogic domain already created for the SOA Suite. The sample ZIP file includes files you need to create the sample project, including an import file for the HIPAA document definitions and a configuration file to use when testing the application. It also includes all of the project files, which you can open in Oracle JDeveloper instead of creating them in this tutorial, and then deploy and test the application. The sample ZIP file includes these key files: Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-1

2 Extracting the Sample Files /artifacts/sample/composite/hcfp-104-hipaa-soa_270_271.zip: A prebuilt SOA composite project, based on the instructions in this tutorial. /artifacts/sample/b2b/hcfp-104-hipaa-composite_270_271.zip: A prebuilt Oracle B2B configuration, based on the instructions in this tutorial. /artifacts/input/270.dat: A sample input file for you to use when testing the application. /artifacts/input/271.xml: A sample output file for you to compare results. /artifacts/schema/5010_270_x279.ecs: The document definition file for the HIPAA 270 message. /artifacts/schema/5010_270_x279.xsd: The XML schema definition file for the HIPAA 270 message. /artifacts/schema/5010_271_x279.ecs: The document definition file for the HIPAA 271 response. /artifacts/schema/5010_271_x279.xsd: The XML schema definition for the HIPAA 271 response. 1.2 Extracting the Sample Files Before you begin, download and extract the sample file, hcfp-104-hipaa-composite_270_271.zip. Note the path to which you extract the file; you will need to reference it in some of the following procedures. 1.3 Creating the HIPAA Document Definitions The first step in creating the Oracle B2B application is creating the document definitions that describe the HIPAA message structure. You create the definitions using the sample ECS and XSD files provided in the sample ZIP file. These files define the structure of the message Creating the HIPAA 270 Transaction Document Definition This process creates the document definition files to exchange HIPAA transactions, which includes specifying a protocol version, document type, and the schema and definition files. These tasks are all performed from the Oracle B2B Console. To log on to the console, open a Web browser and enter the following URL: Where <hostname> is the name of the computer on which WebLogic Server is installed, and <port> is the port number on which WebLogic Server is listening. Task 1 Create the HIPAA Document Protocol Version 1. On the Oracle B2B Console, click Administration, and then click the Document tab. 2. In the Document Protocol list, click EDI_X12. The Document Protocol Name page appears. 1-2 Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

3 Creating the HIPAA Document Definitions Figure 1 1 Document Protocol Page 3. Click Add Document (the plus icon). The Document Protocol Version page appears. 4. In the Version Name field, enter 5010X279. Figure 1 2 Document Protocol Version Page 5. Click Save and then click OK on the confirmation dialog that appears. Task 2 Create the HIPAA 270 Document Type 1. Under Document Protocols > EDI_X12 in the navigation pane on the left, select 5010X Click Add Document (the plus icon). The Document Type page appears. 3. In the Document Type Name field, enter In the Functional Group Identifier Code field, enter HS. Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-3

4 Creating the HIPAA Document Definitions Note: This value is the value of the first field in the GS segment of the 270 message. HS indicates Eligibility, Coverage, or Benefit Inquiry, or Transaction Set 270. Figure 1 3 Document Type Page (270) 5. Click Save and then click OK on the confirmation dialog that appears. Task 3 Create the HIPAA 270 Document Definition 1. Under Document Protocols > EDI_X12 > 5010X279 in the navigation pane on the left, select Click Add Document (the plus icon). The Document Definition page appears. 3. In the Documentation Definition Name field, enter 5010_270_X279-def. 4. In the Definition field, browse to the location where you extracted the sample ZIP file, and then to /artifacts/schema. Select 5010_270_X279.xsd. 5. In the Transaction Set ecs File field, browse to the location where you extracted the sample ZIP file, and then to /artifacts/schema. Select 5010_270_X279.ecs. 1-4 Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

5 Creating the HIPAA Document Definitions Figure 1 4 Document Definition Page (270) 6. Click Save and then click OK on the confirmation dialog that appears Creating the HIPAA 271 Transaction Document Definition This process creates the document definition files to exchange HIPAA transactions. For this step, you will use the document protocol you created previously (5010X279). Task 1 Create the HIPAA 271 Document Type 1. Under Document Protocols > EDI_X12 in the navigation pane on the left, select 5010X Click Add Document (the plus icon). The Document Type page appears. 3. In the Document Type Name field, enter In the Functional Group Identifier Code field, enter HB. Figure 1 5 Document Type Page (271) Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-5

6 Creating a File Listening Channel 5. Click Save and then click OK on the confirmation dialog that appears. Task 2 Create the HIPAA 271 Document Definition 1. Under Document Protocols > EDI_X12 > 5010X279 in the navigation pane on the left, select Click Add Document (the plus icon). The Document Definition page appears. 3. In the Documentation Definition Name field, enter 5010_271_X279-def. 4. In the Definition field, browse to the location where you extracted the sample ZIP file, and then to /artifacts/schema. Select 5010_271_X279.xsd. 5. In the Transaction Set ecs File field, browse to the location where you extracted the sample ZIP file, and then to /artifacts/schema. Select 5010_271_X279.ecs. Figure 1 6 Document Definition Page (271) 6. Click Save and then click OK on the confirmation dialog that appears. 1.4 Creating a File Listening Channel In this step, you define a listening channel to be used to pull messages from the specified path and to send the messages to Oracle B2B. To create a file listening channel 1. On the Oracle B2B Console, click Administration and then select the Listening Channel tab. Tip: If the Listening Channel tab is not visible, expand the browser window to the right until it is visible, or click the double arrows to the right of the tab menu and select Listening Channel from the drop-down list. 2. On the Listening Channel page, click Add Channel to Trading Partner (the plus icon). 3. Name the listening channel Provider_in_File, and select Generic File-1.0 for the protocol. 1-6 Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

7 Configuring the Trading Partners 4. Scroll down to the Transport Protocol Parameters tab under Channel Details. In the Folder name field, enter /tmp/provider_in. This is the location where you want the input file to reside. Figure 1 7 Listening Channel Page 5. Click Save and then click OK on the confirmation dialog that appears. 6. In your file system, create the folder /tmp/provider_in. 1.5 Configuring the Trading Partners In this step, you create a new trading partner that initiates the messages and sends them to the default trading partner, which you configure to be the trading partner that responds to the transaction. The Payer is the host trading partner, and the Provider is the remote trading partner. This step is performed on the Oracle B2B Console. Task 1 Configure the Default Trading Partner 1. On the Oracle B2B Console, click Partners. The Partners page appears. Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-7

8 Configuring the Trading Partners Figure 1 8 Trading Partners Page 2. In the Partner list on the left, select MyCompany and then click Edit Trading Partner (the pencil icon). 3. On the Trading Partner Name and Icon dialog, change the name of the trading partner from MyCompany to Payer and then click OK. 4. Click OK on the confirmation dialog that appears. 5. On the Profile tab of the Partners page, add the identifiers listed in the following table. To add an identifier, click Add Identifier (the plus sign to the right of the Identifiers section), select the identifier from the drop-down list in the Name field, and enter the value. Table 1 1 Payer Partner Identifiers Identifier EDI Interchange ID Qualifier EDI Interchange ID EDI Group ID Value ZZ HIS HIS 1-8 Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

9 Configuring the Trading Partners Figure 1 9 Identifiers for the Payer Trading Partner 6. Click Save and then click OK on the dialog that appears. Task 2 Create the Initiating Trading Partner 1. On the Oracle B2B Console, click Partners. The Partners page appears. 2. Click Add New Trading Partner (the plus icon). 3. On the Partner Name dialog, enter Provider for the name. 4. Click OK on both dialogs. 5. On the Profile tab of the Partners page, add the identifiers listed in the following table. To add an identifier, click Add Identifier (the plus sign to the right of the Identifiers section), select the identifier from the drop-down list in the Name field, and enter the value. Table 1 2 Identifier Provider Trading Partner Identifiers EDI Interchange ID Qualifier EDI Interchange ID EDI Group ID Value ZZ ClearingHouse ClearingHouse Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-9

10 Configuring the Trading Partners Figure 1 10 Identifiers for the Provider Trading Partner 6. Click Save and then click OK on the dialog that appears. Task 3 Add a Channel to the Provider Trading Partner 1. Complete Task 4, "Add Document Definitions to the Initiator Trading Partner". 2. On the Provider Partner page, select the Channels tab. 3. Click Add Channel to Trading Partner (the plus sign next to Channel). 4. In the new row that appears, enter Out_To_Provider for the name and select Generic File-1.0 for the Protocol. 5. Scroll down to the Folder name field on the Transport Protocol Parameters tab, and enter /tmp/provider_out. This is where output files will be written. Figure 1 11 Provider Trading Partner Channel Tab 1-10 Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

11 Creating the Trading Partner Agreements 6. Click Save and then click OK on the dialog that appears. 7. Create the folder/tmp/provider_out in your file system. Task 4 Add Document Definitions to the Initiator Trading Partner 1. Complete Task 2, "Create the Initiating Trading Partner". 2. On the Provider Partner page, select the Documents tab. 3. Click Add Document Definition (the plus sign next to Documents). 4. On the Select Document Definition dialog, expand EDI_X12 > 5010X279 > 270 and select 5010_270_X279-def. Click Add. Figure 1 12 Select Document Definitions Dialog 5. Deselect the check box in the Receiver column to indicate that this trading partner sends 270 documents. 6. Click Save and then click OK on the dialog that appears. 7. Repeat the above steps to add EDI_X12 > 271 > 5010_271_X279-def. For this document definition, select Receiver and deselect Sender to indicate that the trading partner only receives 271 documents. 8. Click Save and then click OK on the dialog that appears. 1.6 Creating the Trading Partner Agreements For this scenario, you need to create two trading partner agreements, one for the inbound messages and one for the outbound. This step is performed on the Oracle B2B Console. Task 1 Create the Trading Partner Agreement for Inbound 1. On the B2B Console, click Partner. 2. In the Partner panel, select the Provider trading partner; in the Agreement panel, click Create New Agreement (the plus icon). Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-11

12 Creating the Trading Partner Agreements Figure 1 13 Adding a New Agreement 3. On the Agreement page, click Select Document Definition. The Select Document Definition dialog appears. Figure 1 14 Select Document Definition 4. Select the partner Payer <---- Provider with the document definition EDI_ X X _270_X279-def. Click OK. 5. Under Agreement Parameters, deselect Functional Ack. 6. In the Agreement page, scroll down to the Payer section and click Add Identifier (the plus icon). The Select Identification dialog appears Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

13 Creating the Trading Partner Agreements Figure 1 15 Select Identification Dialog 7. Select all three identifiers, and then click OK. Tip: Use the Shift and Ctrl keys to select all three identifiers. The identifiers all appear in the Payer section. Figure 1 16 Identifiers for Payer in Agreement 8. In the Agreement page, scroll to the Provider section and click Add Identifier. 9. On the Select Identification dialog, select all three identifiers, and then click OK. The identifiers all appears in the Provider section. Figure 1 17 Identifiers for Provider in Agreement Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-13

14 Creating the Trading Partner Agreements 10. Click Save and then click OK on the dialog that appears. 11. Click Validate to make sure the agreement is valid, and then click OK on the confirmation dialog. 12. Click Deploy to deploy the agreement, and then click OK on the confirmation dialog. Task 2 Create the Trading Partner Agreement for Outbound 1. On the B2B Console, click Partners. 2. In the Partner panel, select the Provider trading partner; in the Agreement panel, click Create New Agreement (the plus icon). 3. On the Agreement page, click Select Document Definition. The Select Document Definition dialog appears. Figure 1 18 Select Document Definition 4. Select the partner Payer -----> Provider with the document definition EDI_ X X _271_X279-def. Click OK. 5. Under Agreement Parameters, deselect Functional Ack. 6. Scroll down to the Payer section and click Add Identifier (the plus icon). The Select Identification dialog appears. Figure 1 19 Select Identification Dialog 1-14 Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

15 Creating the Trading Partner Agreements 7. Select all three identifiers, and then click OK. The identifiers all appear in the Payer section. Figure 1 20 Identifiers for Payer in Agreement 8. In the Agreement page, scroll right to the Provider section and click Add Identifier. 9. On the Select Identification dialog, select all three identifiers, and then click OK. 10. Click the down arrow next to the Channel field in the Provider section, and select Out_To_Provider. Figure 1 21 Identifiers and Channel for Provider 11. Click Save and then click OK on the dialog that appears. 12. Click Validate to make sure the agreement is valid, and then click OK on the confirmation dialog. 13. Click Deploy to deploy the agreement, and then click OK on the confirmation dialog. Note: For the Oracle B2B application to work properly, you need to: 1. In the Oracle B2B console, Click Administration, and then click the Configuration tab. 2. Under Miscellaneous(continued), set Auto Stack Handler to true and both Inbound Dispatcher Count and Outbound Dispatcher Count to 1 Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-15

16 Creating the SOA Composite Application 1.7 Creating the SOA Composite Application The following procedures describe how to create the SOA application and project, and include creating a receiving B2B service, a sending B2B service, and an Oracle BPEL process to transfer the data. These procedures are performed using Oracle JDeveloper. This process includes the following tasks: Task 1, "Create the SOA Application and Project" Task 2, "Create and Configure a Oracle B2B Adapter for the Source" Task 3, "Create and Configure the Oracle B2B Adapter for the Target" Task 4, "Create a BPEL Process" Task 5, "Link the Partner Links to the Activities" Task 6, "Create Global Variables" Task 7, "Configure the Assign Activity" Task 9, "Deploy the Composite Application" Task 1 Create the SOA Application and Project In Oracle JDeveloper, the processing logic is defined in a project, and projects are contained in applications. In this step, you create a SOA application and project. 1. Launch Oracle JDeveloper by running the jdev executable file. 2. Do one of the following: If there are no existing applications, click New Application. If there are existing applications, click in the existing application name in the Application Navigator toolbar, and select New Application. The Create SOA Application Wizard appears. 3. For the application name, enter FPScenario4. 4. Under Application Template, select SOA Application Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

17 Creating the SOA Composite Application Figure 1 22 Create SOA Application Wizard - Name Your Application 5. Click Next. The Name Your Project page appears. Figure 1 23 Create SOA Application Wizard - Name Your Project 6. For the project name, enter HIPAA_270_271, and then click Next. The Configure SOA Settings page appears. 7. Select Empty Composite, and then click Finish. The application and project are created in the Application Navigator and the composite.xml file is opened in the editor. Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-17

18 Creating the SOA Composite Application 8. Click Save All. Task 2 Create and Configure a Oracle B2B Adapter for the Source The receiving Oracle B2B adapter created in this step receives messages from the source system. 1. From the Components Palette on the right, scroll down to B2B and drag it to the Exposed Services lane in the composite to create a receiving endpoint. The B2B Configuration Wizard appears. 2. On the Welcome page, click Next. The Service Name page appears. 3. For the service name, enter Receive_270. Click Next. The B2B Integration Type page appears. 4. Leave Default selected, and then click Next. The Application Server Connection page appears. 5. If a connection to your application server is defined for JDeveloper, select it from the AppServer Connection list. Otherwise, do the following to create a connection: a. Click the plus sign next to the AppServer Connection field. The Create Application Server Connection window appears. b. Enter a unique name for the connection and make sure the connection type is set to WebLogic Figure 1 24 Create Application Server Connection - Name and Type c. Click Next. The Authentication page appears. d. Enter the user name and password to log in to the WebLogic Server Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

19 Creating the SOA Composite Application Figure 1 25 Create Application Server Connection - Authentication e. Click Next. The Configuration page appears. f. Enter the following information for the server; Weblogic Hostname: The name of the computer where the WebLogic Administration Server resides. Port: The port number on which the Administration Server listens for requests. Weblogic Domain: The name of the user domain that is running the Administration Server. Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-19

20 Creating the SOA Composite Application Figure 1 26 Create Application Server Connection - Configuration g. Click Next. The Test page appears. h. Click Test Connection. Figure 1 27 Create Application Server Connection -Test i. When the test comes back successful, click Next, and then click Finish. The Application Server Configuration page reappears, and the wizard attempts to connect to the SOA Server. When the connection is made, the 1-20 Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

21 Creating the SOA Composite Application server name appears in the SOA Server field. You can click Test B2B to test the connection. 6. Click Next. The Operation page appears. 7. Select Receive to indicate that this endpoint will receive messages from the external system, and then click Next. The Document Definition Handling page appears. 8. Click Next to accept the default selections. Tip: To see the default document definition handling configuration, click the Advanced tab. The Document Definition page appears. 9. Expand EDI_X12 > 5010X279 > 270, and then select 5010_270_X279-def. Figure 1 28 B2B Configuration Wizard - Document Definition 10. Click Next, and then click Finish. The service is created, the Receive_270.wsdl file appears in the Project tree, and the B2B service appears in the Exposed Services lane. 11. Click Save All on the Oracle JDeveloper toolbar. Task 3 Create and Configure the Oracle B2B Adapter for the Target The sending Oracle B2B adapter created in this step sends messages to the target system. 1. From the Components Palette on the right, scroll down to B2B and drag it to the External References lane in the composite to create a receiving endpoint. The B2B Configuration Wizard appears. 2. On the Welcome page, click Next. The Service Name page appears. 3. For the service name, enter Send_271. Click Next. The B2B Integration Type page appears. Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-21

22 Creating the SOA Composite Application 4. Leave Default selected, and then click Next. The Application Server Connection page appears. 5. Select the application server connection you created in the previous task from the AppServer Connection list. The wizard attempts to connect to the SOA Server. When the connection is made, the server name appears in the SOA Server field. You can click Test B2B to test the connection. 6. Click Next. The Operation page appears. 7. Select Send to indicate that this endpoint will receive messages from the external system, and then click Next. The Document Definition Handling page appears. 8. Click Next to accept the default selections. Tip: To see the default document definition handling configuration, click the Advanced tab. The Document Definition page appears. 9. Expand EDI_X12 > 5010X279 > 271, and then select 5010_271_X279-def. Figure 1 29 B2B Configuration Wizard - Document Definition 10. Click Next, and then click Finish. The service is created, the Send_271.wsdl file appears in the Project tree, and the B2B service appears in the Exposed Services lane. 11. Click Save All on the Oracle JDeveloper toolbar. Task 4 Create a BPEL Process The BPEL process defines the transformation and routing logic for the data between the two services you just created. 1. From the Oracle JDeveloper Component Palette, drag a BPEL Process to the Components section of the canvas Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

23 Creating the SOA Composite Application The Create BPEL Process Wizard appears. 2. In the Template field, select Define Service Later, and then click OK. Figure 1 30 Create BPEL Process Wizard The BPEL files appear in the project tree, and the BPEL component appears in the canvas. 3. Drag a connector from the Receive_270 service to the BPEL component. 4. Drag a connect from the BPEL component to the Send_271 service. The composite should appear similar to the following image. Figure 1 31 BPEL Process Composite 5. Double click the BPEL component to open it in the BPEL Editor. 6. From the Component Palette, drag the following activities to the BPEL process in the order given: Receive Assign Invoke Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-23

24 Creating the SOA Composite Application Figure 1 32 BPEL Process Activities 7. Click Save All on the Oracle JDeveloper toolbar. Task 5 Link the Partner Links to the Activities Linking the partner links to the activities in the BPEL process defines the processing flow for the data. 1. In the BPEL process, drag a connector from the receive activity to the Receive_270 partner link. The Edit Receive window appears Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

25 Creating the SOA Composite Application Figure 1 33 Edit Receive Activity 2. On the General tab, select Create Instance, and click Auto-Create Variable by the Variable field. 3. Name the variable Receive_270_receive_InputVariable. Click OK on the Create Variable dialog, and then click OK on the Edit Receive dialog. 4. In the BPEL process, drag a connector from the invoke activity to the Send_271 partner link. The Edit Invoke window appears. Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-25

26 Creating the SOA Composite Application Figure 1 34 Edit Invoke Activity 5. Under Variables, click Automatically Create Input Variable by the Input field. On the Create Variable dialog, rename the variable to Invoke_271_send_ InputVariable. 6. Click OK on the Create Variable dialog, and then click OK on the Edit Invoke dialog. Task 6 Create Global Variables This step includes creating system variables and mapping them to hard-coded values that specify messaging information, such as the document protocol and type and the sender and receiver. 1. On the BPEL Editor toolbar, click Variables (the (x) icon). The Variables dialog appears. Figure 1 35 Variables Dialog 2. In the tree, select Variables, and then click the plus icon. The Create Variable dialog appears Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

27 Creating the SOA Composite Application 3. In the Name field, enter protocolversion. 4. Click Browse next to the Type field. The Type Chooser dialog appears. Figure 1 36 Type Chooser Dialog for Variable Types 5. Expand the tree, select string, and then click OK. 6. Click OK on the Create Variable dialog. 7. Repeat the above steps to create the following variables, all of the string type. doctypename from to messageid messagetype Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-27

28 Creating the SOA Composite Application Figure 1 37 Variables Created for the BPEL Process 8. When you are done creating variables, click Close on the Variables dialog. Task 7 Configure the Assign Activity 1. In the BPEL process, double click the assign activity. The Edit Assign window appears. 2. Drag the Expression icon in the upper right onto the protocolversion variable in the right panel. The Expression Builder appears. Tip: The Expression icon looks like a calculator with an fx symbol Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

29 Creating the SOA Composite Application Figure 1 38 Expression Builder for Assign Activity 3. In the Expression field, enter the following text including quotes: 5010X Repeat the previous two steps for each of the following variables, assigning the value given in the table below: Global Variable Value doctypename 271 from Payer to Provider messageid xp20:current-datetime() messagetype 1 5. In the right panel of the Edit Assign window, expand Invoke_271_send_ InputVariable and then drag the XML Fragment icon to the Invoke_271_send_ InputVariable > body node. Tip: The XML Fragment icon is next to the Expression icon and looks like a puzzle piece. 6. Copy the full text of the file /<sample_zip>/artifacts/input/271.xml into the window that appears (where <sample_zip> is the directory where you extracted the sample ZIP file). Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-29

30 Creating the SOA Composite Application Note: If the XML Fragment icon does not bring up a window, you can copy the source from the prebuilt sample. To do this, do the following: 1. Navigate to /artifacts/samples/composite and unzip hcfp-104-soa_composite.zip. 2. Navigate to FastPath_Scenario/HIPAA_270_271 and open the file BPELProcess1.bpel. 3. Copy the text beginning with <copy> <from><transaction-271 xmlns="... and ending with the text <to variable="invoke1_send_inputvariable" part="body" </copy> 4. Paste this text into your BPEL process source code using the BPEL Editor source view. Paste it beneath these lines: <copy> <from expression= "1" /> <to variable="messagetype"/> </copy> 5. At the end of the text you copied, change Invoke1_send_InputVariable to Invoke_271_send_InputVariable. 6. Return to the Designer mode in the BPEL Editor and click Validate to be sure the text is copied correctly. Return to the Edit Assign window. 7. On both sides of the Edit Assign window, expand Invoke_271_send_ InputVariable > body > ns4:transaction-271 : Transaction-271, and drag a connector from ns4:segment-st : Segment-ST on the left to ns4:segment-st : Segment-ST on the right. 8. Click OK, and then click OK on the Edit Assign dialog. 9. On the Oracle JDeveloper toolbar, click Save All. Task 8 Configure the Invoke Activity This step maps B2B properties to the global variables you created earlier. 1. In the BPEL Editor, double click the Invoke activity, and click the Properties tab on the Invoke dialog Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

31 Creating the SOA Composite Application Figure 1 39 Invoke Dialog, Properties Tab 2. In the Properties list, select b2b.totradingpartnerid. 3. Double click inside the Value field, and then click the ellipsis button that appears in the field. The Adapter Property Value dialog appears. 4. Select Variable, and then click the Browse icon. The Variable XPath Builder appears. Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-31

32 Creating the SOA Composite Application Figure 1 40 Variable XPath Builder Dialog 5. In the Variables list, select to, and then click OK. The value you selected appears on the Adapter Property Value dialog. Figure 1 41 Adapter Property Value 6. Click OK on the Adapter Property Value dialog. The variable information appears in the b2b.totradingpartnerid row. 7. Repeat the above steps to configure the properties listed in the following table with the values given. Table 1 3 Property b2b.messagetype b2b.messageid B2B Property Values for the Invoke Activity b2b.fromtradingpartnerid b2b.documenttypename b2b.documentprotocolversion Variable to Select for Value messagetype messageid from doctypename protocolversion 1-32 Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

33 Testing the Application The properties on the Invoke dialog should look similar to the following figure. Figure 1 42 Completed Property Values for the Invoke Activity 8. Click OK, and then click Save All on the Oracle JDeveloper toolbar. Task 9 Deploy the Composite Application Once you have completed creating and configuring the project components, you can deploy the application to the WebLogic server. 1. In the Application Navigator panel, right-click HIPAA_270_271, point to Deploy, and then click HIPAA_270_271. The Deploy HIPAA_270_271 dialog appears. 2. Select Deploy to Application Server, and then click Next. 3. On the Deploy Configuration page, click Next. 4. On the Select Server page, select the server connection you defined in Task 2, and then click Finish. The HIPAA application is deployed to the WebLogic server. Any messages generated during deployment appear in the lower section of the Oracle JDeveloper window. 1.8 Testing the Application A sample input file is provided so you can test your application and verify that it is working correctly. All you need to do is copy the input file to the directory you specified earlier, and the application will pick it up and process it. Testing the application consists of two steps: Testing the application and verifying the data. 1. Navigate to the location where you extracted the sample ZIP file, and then to /artifacts/input. 2. Copy the 270.dat file to /tmp/provider_in. The file should disappear quickly, indicating that it has been picked up by your application. 3. To verify the message processing in the B2B Console, do the following: Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-33

34 Testing the Application a. Log on to the B2B console as described in Section 1.3, "Creating the HIPAA Document Definitions." b. Click Reports in the upper right of the console. The Reports page appears with the Business Message tab selected. c. If the 270 and 271 messages are not listed in the results lick, click Search. The messages should appear in the results list. Figure 1 43 Business Message Report d. Click the Application Message tab. e. If the messages do not appear in the results list, click Search to view the messages Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

35 Working with the Prebuilt Sample Figure 1 44 Application Message Report f. Click on the Details icon for a message to view additional information. 4. To verify the message processing in Oracle Enterprise Manager, do the following: a. Launch a web browser and log in to the console. The URL is where <hostname> is the name of the computer on which WebLogic Server is installed, and <port> is the port number on which WebLogic Server is listening. b. In the navigation tree on the left, expand SOA > <domain> > default, and then select HIPAA_270_271 (where <domain> is the name of your WebLogic domain). The Dashboard page appears, where you can view information about the HIPAA_270_271 composite. 1.9 Working with the Prebuilt Sample The sample ZIP file includes the B2B components and the Oracle JDeveloper project that are described in the previous procedures. You can import the B2B components, and deploy the Oracle JDeveloper project and test it without going through the steps of creating the project. 1. Navigate to the location where you extracted the sample ZIP file, and then to /artifacts/samples/composite. 2. Extract the hcfp-104-soa_composite.zip file. 3. Log on to the B2B Console. 4. Click Administration, and then click the Configuration tab. 5. Under Miscellaneous(continued), set Auto Stack Handler to true and both Inbound Dispatcher Count and Outbound Dispatcher Count to Click the Import/Export tab. Beta Draft Using Oracle B2B to Send and Receive HIPAA Messages 1-35

36 Working with the Prebuilt Sample 7. Click Browse under Import, and then navigate to /artifacts/samples/b2b and select hcfp-104-hipaa-composite_270_271.zip. 8. Click Import. 9. When the import is complete, click the Listening Channels tab. 10. For each channel, click the Channel Attributes subtab, and select Enable. Click Save. 11. Click Partners, and then select the Payer partner. 12. For each agreement, select the agreement and then click Deploy. 13. Launch Oracle JDeveloper. 14. Click File > Open, and navigate to the directory where you extracted the sample ZIP file and then to /artifacts/samples/composite/fastpath_ Scenario. Select FastPath_Scenario.jws. 15. Deploy the project, as described in Task 9, "Deploy the Composite Application". 16. Test the application, as described in Section 1.8, "Testing the Application" Oracle SOA Suite for healthcare intergration - Sample Scenario Beta Draft

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files About This Tutorial 1Creating an End-to-End HL7 Over MLLP Application 1.1 About This Tutorial 1.1.1 Tutorial Requirements 1.1.2 Provided Files This tutorial takes you through the steps of creating an end-to-end

More information

Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example

Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example michael.czapski@oracle.com June 2010 Table of Contents Introduction... 1 Pre-requisites... 1 Prepare HL7 Data... 1 Obtain and Explore the HL7

More information

Building and Using Web Services With JDeveloper 11g

Building and Using Web Services With JDeveloper 11g Building and Using Web Services With JDeveloper 11g Purpose In this tutorial, you create a series of simple web service scenarios in JDeveloper. This is intended as a light introduction to some of the

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical

Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical Instructions for Configuring a SAS Metadata Server for Use with JMP Clinical These instructions describe the process for configuring a SAS Metadata server to work with JMP Clinical. Before You Configure

More information

Query JD Edwards EnterpriseOne Customer Credit using Oracle BPEL Process Manager

Query JD Edwards EnterpriseOne Customer Credit using Oracle BPEL Process Manager Query JD Edwards EnterpriseOne Customer Credit using Oracle BPEL Process Manager 1 Overview In this tutorial you will be querying JD Edwards EnterpriseOne for Customer Credit information. This is a two

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management for BPEL processes and human tasks This presentation introduces the federated task management feature for BPEL processes

More information

Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example Functional ACK Addendum

Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example Functional ACK Addendum Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example Functional ACK Addendum michael@czapski.id.au June 2010 Table of Contents Introduction... 1 Pre-requisites... 1 HL7 v2 Receiver Solution...

More information

How to add your Weebly website to a TotalCloud hosted Server

How to add your Weebly website to a TotalCloud hosted Server How to add your Weebly website to a TotalCloud hosted Server Creating your Weebly website: 1.) Go to weebly.com and create a free account. 2.) Build and design your personal website using the Weebly features.

More information

Oracle BPM 11g. Hands-On Workshop Lab Guide

Oracle BPM 11g. Hands-On Workshop Lab Guide Oracle BPM 11g Hands-On Workshop Lab Guide Copyright 2010 TABLE OF CONTENTS AGENDA:... 4 GETTING STARTED... 5 LAB 1: BPMN MODELING... 14 Introduction... 14 Naming Convention... 15 Creating the BPM Project

More information

Creating and Issuing the Workstation Authentication Certificate Template on the Certification Authority

Creating and Issuing the Workstation Authentication Certificate Template on the Certification Authority In this post we will see the steps for deploying the client certificate for windows computers. This post is a part of Deploy PKI Certificates for SCCM 2012 R2 Step by Step Guide. In the previous post we

More information

StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes

StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP4StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,

More information

Oracle Service Bus Examples and Tutorials

Oracle Service Bus Examples and Tutorials March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan

More information

Cloud Administration Guide for Service Cloud. August 2015 E65820-01

Cloud Administration Guide for Service Cloud. August 2015 E65820-01 Cloud Administration Guide for Service Cloud August 2015 E65820-01 Table of Contents Introduction 4 How does Policy Automation work with Oracle Service Cloud? 4 For Customers 4 For Employees 4 Prerequisites

More information

Building an Agile PLM Web Application with JDeveloper and Agile 93 Web Services

Building an Agile PLM Web Application with JDeveloper and Agile 93 Web Services Building an Agile PLM Web Application with JDeveloper and Agile 93 Web Services Tutorial By: Maneesh Agarwal,Venugopalan Sreedharan Agile PLM Development October 2009 CONTENTS Chapter 1 Overview... 3

More information

WebSphere Business Monitor V7.0 Script adapter lab

WebSphere Business Monitor V7.0 Script adapter lab Copyright IBM Corporation 2010 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 7.0 LAB EXERCISE WebSphere Business Monitor V7.0 Script adapter lab What this exercise is about... 1 Changes from the previous

More information

WebSphere Business Monitor V6.2 KPI history and prediction lab

WebSphere Business Monitor V6.2 KPI history and prediction lab Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 KPI history and prediction lab What this exercise is about... 1 Lab requirements...

More information

Windows Firewall Configuration with Group Policy for SyAM System Client Installation

Windows Firewall Configuration with Group Policy for SyAM System Client Installation with Group Policy for SyAM System Client Installation SyAM System Client can be deployed to systems on your network using SyAM Management Utilities. If Windows Firewall is enabled on target systems, it

More information

Releasing blocked email in Data Security

Releasing blocked email in Data Security Releasing blocked email in Data Security IN-TopicInfo:Topic 41101/ Updated: 02-May-2011 Applies To: Websense Data Security v7.1.x Websense Data Security v7.5.x Websense Data Security v7.6.x - v7.8x SMTP

More information

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES)

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES) USING STUFFIT DELUXE StuffIt Deluxe provides many ways for you to create zipped file or archives. The benefit of using the New Archive Wizard is that it provides a way to access some of the more powerful

More information

econtrol 3.5 for Active Directory & Exchange Administrator Guide

econtrol 3.5 for Active Directory & Exchange Administrator Guide econtrol 3.5 for Active Directory & Exchange Administrator Guide This Guide Welcome to the econtrol 3.5 for Active Directory and Exchange Administrator Guide. This guide is for system administrators and

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

EMC Documentum Business Process Suite

EMC Documentum Business Process Suite EMC Documentum Business Process Suite Version 6.5 SP1 Sample Application Tutorial P/N 300-008-170 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Tutorial Build a simple IBM Rational Publishing Engine (RPE) template for IBM Rational DOORS

Tutorial Build a simple IBM Rational Publishing Engine (RPE) template for IBM Rational DOORS Tutorial Build a simple IBM Rational Publishing Engine (RPE) template for IBM Rational DOORS Length: 1 hour Pre-requisites: Understand the terms document template and document specification, and what RPE

More information

Developing Rich Web Applications with Oracle ADF and Oracle WebCenter Portal

Developing Rich Web Applications with Oracle ADF and Oracle WebCenter Portal JOIN TODAY Go to: www.oracle.com/technetwork/java OTN Developer Day Oracle Fusion Development Developing Rich Web Applications with Oracle ADF and Oracle WebCenter Portal Hands on Lab (last update, June

More information

Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x

Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x Configuring Secure Socket Layer (SSL) for use with BPM 7.5.x Configuring Secure Socket Layer (SSL) communication for a standalone environment... 2 Import the Process Server WAS root SSL certificate into

More information

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This

More information

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Goals... 3 High- Level Steps... 4 Basic FTP to File with Compression... 4 Steps in Detail... 4 MFT Console: Login and

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

IBM. Implementing SMTP and POP3 Scenarios with WebSphere Business Integration Connect. Author: Ronan Dalton

IBM. Implementing SMTP and POP3 Scenarios with WebSphere Business Integration Connect. Author: Ronan Dalton IBM Implementing SMTP and POP3 Scenarios with WebSphere Business Integration Connect Author: Ronan Dalton Table of Contents Section 1. Introduction... 2 Section 2. Download, Install and Configure ArGoSoft

More information

INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR. User Guide for the RightFax Fax Service. Web Utility

INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR. User Guide for the RightFax Fax Service. Web Utility INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR User Guide for the RightFax Fax Service Web Utility August 2011 CONTENTS 1. Accessing the Web Utility 2. Change Password 3. Web Utility:

More information

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern

WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern Copyright IBM Corporation 2010 All rights reserved WebSphere Business Monitor V7.0: Clustering Single cluster deployment environment pattern What this exercise is about... 2 Exercise requirements... 2

More information

Merak Outlook Connector User Guide

Merak Outlook Connector User Guide IceWarp Server Merak Outlook Connector User Guide Version 9.0 Printed on 21 August, 2007 i Contents Introduction 1 Installation 2 Pre-requisites... 2 Running the install... 2 Add Account Wizard... 6 Finalizing

More information

Setup Guide for Exchange Server

Setup Guide for Exchange Server Setup Guide for Exchange Server Table of Contents Overview... 1 A. Exchange Server 2007/2010 Inbound Mail... 2 B. Exchange Server 2007/2010 Outbound Mail (optional)... 8 C. Exchange Server 2003/2000 Inbound

More information

Table of Contents. 1. Content Approval...1 EVALUATION COPY

Table of Contents. 1. Content Approval...1 EVALUATION COPY Table of Contents Table of Contents 1. Content Approval...1 Enabling Content Approval...1 Content Approval Workflows...4 Exercise 1: Enabling and Using SharePoint Content Approval...9 Exercise 2: Enabling

More information

Integrating with BarTender Integration Builder

Integrating with BarTender Integration Builder Integrating with BarTender Integration Builder WHITE PAPER Contents Overview 3 Understanding BarTender's Native Integration Platform 4 Integration Builder 4 Administration Console 5 BarTender Integration

More information

IBM BPM V8.5 Standard Consistent Document Managment

IBM BPM V8.5 Standard Consistent Document Managment IBM Software An IBM Proof of Technology IBM BPM V8.5 Standard Consistent Document Managment Lab Exercises Version 1.0 Author: Sebastian Carbajales An IBM Proof of Technology Catalog Number Copyright IBM

More information

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

TIBCO ActiveMatrix Service Bus Getting Started. Software Release 2.3 February 2010

TIBCO ActiveMatrix Service Bus Getting Started. Software Release 2.3 February 2010 TIBCO ActiveMatrix Service Bus Getting Started Software Release 2.3 February 2010 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

System Center Service Manager

System Center Service Manager System Center Service Manager E-mail Configuration Version: 0.1 Date: October, 2010 Authors: David Baur Feedback: Send suggestions and comments about this document to David.Baur@infrontconsulting.com Contents

More information

Initial Setup of Mozilla Thunderbird with IMAP for Windows 7

Initial Setup of Mozilla Thunderbird with IMAP for Windows 7 Initial Setup of Mozilla Thunderbird Concept This document describes the procedures for setting up the Mozilla Thunderbird email client to download messages from Google Mail using Internet Message Access

More information

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management IBM Tivoli Software Maximo Asset Management Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management Document version 1.0 Rick McGovern Staff Software Engineer IBM Maximo

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

Learn About Analysis, Interactive Reports, and Dashboards

Learn About Analysis, Interactive Reports, and Dashboards Learn About Analysis, Interactive Reports, and Dashboards This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright

More information

Census. di Monitoring Installation User s Guide

Census. di Monitoring Installation User s Guide Census di Monitoring Installation User s Guide 1 r1 Contents Introduction... 3 Content overview... 3 Installing Windows 2003 Server Components... 4 System requirements... 4 di Monitoring Web Set-up...

More information

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, 2015. Version 4.0 NS DISCOVER 4.0 ADMINISTRATOR S GUIDE July, 2015 Version 4.0 TABLE OF CONTENTS 1 General Information... 4 1.1 Objective... 4 1.2 New 4.0 Features Improvements... 4 1.3 Migrating from 3.x to 4.x... 5 2

More information

Creating a Web Service using IBM Rational HATS. For IBM System i (5250) Creating a Web Service using HATS 1

Creating a Web Service using IBM Rational HATS. For IBM System i (5250) Creating a Web Service using HATS 1 Creating a Web Service using IBM Rational HATS For IBM System i (5250) Creating a Web Service using HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web service that

More information

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 2 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 3... 3 IIS 5 or 6 1 Step 1- Install/Check 6 Set Up and Configure VETtrak ASP.NET API 2 Step 2 -...

More information

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms

Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Fax User Guide 07/31/2014 USER GUIDE

Fax User Guide 07/31/2014 USER GUIDE Fax User Guide 07/31/2014 USER GUIDE Contents: Access Fusion Fax Service 3 Search Tab 3 View Tab 5 To E-mail From View Page 5 Send Tab 7 Recipient Info Section 7 Attachments Section 7 Preview Fax Section

More information

Pcounter Web Administrator User Guide - v2014-09-08. Pcounter Web Administrator User Guide Version 1.0

Pcounter Web Administrator User Guide - v2014-09-08. Pcounter Web Administrator User Guide Version 1.0 Pcounter Web Administrator User Guide - v2014-09-08 Pcounter Web Administrator User Guide Version 1.0 Table of Contents Table of Contents... 2 Overview... 3 Installation Prerequisites and Requirements...

More information

Using EMC Documentum with Adobe LiveCycle ES

Using EMC Documentum with Adobe LiveCycle ES Technical Guide Using EMC Documentum with Adobe LiveCycle ES Table of contents 1 Deployment 3 Managing LiveCycle ES development assets in Documentum 5 Developing LiveCycle applications with contents in

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

Configure Managed File Transfer Endpoints

Configure Managed File Transfer Endpoints Configure Managed File Transfer Endpoints 1993-2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

RSA Security Analytics

RSA Security Analytics RSA Security Analytics Event Source Log Configuration Guide Microsoft Windows using Eventing Collection Last Modified: Thursday, July 30, 2015 Event Source Product Information: Vendor: Microsoft Event

More information

Oracle Business Intelligence 11g OPN Advanced Workshop

Oracle Business Intelligence 11g OPN Advanced Workshop Oracle Business Intelligence 11g OPN Advanced Workshop Lab Book OPN: Oracle Business Intelligence 11g Advanced Workshop OPN Workshop: BI 11g Advanced Seite 1 Authors Revision Jignesh Mehta Naresh Nemani

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER. The purpose of this tutorial is to develop a java web service using a top-down approach.

DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER. The purpose of this tutorial is to develop a java web service using a top-down approach. DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER Purpose: The purpose of this tutorial is to develop a java web service using a top-down approach. Topics: This tutorial covers the following topics:

More information

FieldIT Limited www.fieldit-limited.com. FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install)

FieldIT Limited www.fieldit-limited.com. FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install) FieldIT Limited www.fieldit-limited.com FieldIT CRM Installation Manual v1.3.i3 (Enterprise Install) Oliver Field FieldIT Limited 2013 13 Introduction The FieldIT CRM software can be installed in several

More information

Laptop Backup - Administrator Guide (Windows)

Laptop Backup - Administrator Guide (Windows) Laptop Backup - Administrator Guide (Windows) Page 1 of 86 Page 2 of 86 Laptop Backup - Administrator Guide (Windows) TABLE OF CONTENTS OVERVIEW PREPARE COMMCELL SETUP FIREWALL USING PROXY SETUP FIREWALL

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

CREATING YOUR FIRST ADOBE DIGITAL ENTERPRISE PLATFORM DOCUMENT SERVICES APPLICATION

CREATING YOUR FIRST ADOBE DIGITAL ENTERPRISE PLATFORM DOCUMENT SERVICES APPLICATION CREATING YOUR FIRST ADOBE DIGITAL ENTERPRISE PLATFORM DOCUMENT SERVICES APPLICATION Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents

More information

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder MX-2300, MX-2600, MX-2700, MX-3100, MX-3501, MX-4501, MX-5500, MX-6200, MX-6201, MX-7000, MX-7001, *MX-M850, *MX-M950,

More information

Windows Server Update Services 3.0 SP2 Step By Step Guide

Windows Server Update Services 3.0 SP2 Step By Step Guide Windows Server Update Services 3.0 SP2 Step By Step Guide Microsoft Corporation Author: Anita Taylor Editor: Theresa Haynie Abstract This guide provides detailed instructions for installing Windows Server

More information

Tutorial on Building a web Application with Jdeveloper using EJB, JPA and Java Server Faces By Phaninder Surapaneni

Tutorial on Building a web Application with Jdeveloper using EJB, JPA and Java Server Faces By Phaninder Surapaneni Tutorial on Building a web Application with Jdeveloper using EJB, JPA and Java Server Faces By Phaninder Surapaneni This Tutorial covers: 1.Building the DataModel using EJB3.0. 2.Creating amasterdetail

More information

Acrolinx IQ. Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9

Acrolinx IQ. Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9 Acrolinx IQ Acrolinx IQ Plug-in for Adobe CQ Rich Text Editor Installation Guide Version: 2.9 2 Contents Overview 3 About this Guide...3 Acrolinx IQ and CQ Editor...3 Installation 4 Single Sign-on Configuration...4

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

DocuPrint C3290 FS Features Setup Guide

DocuPrint C3290 FS Features Setup Guide DocuPrint C3290 FS Features Setup Guide Adobe and PostScript are trademarks of Adobe Systems Incorporated in the United States and/or other countries. Apple, Bonjour, ColorSync, EtherTalk, Macintosh, and

More information

Entrust Managed Services PKI. Configuring secure LDAP with Domain Controller digital certificates

Entrust Managed Services PKI. Configuring secure LDAP with Domain Controller digital certificates Entrust Managed Services Entrust Managed Services PKI Configuring secure LDAP with Domain Controller digital certificates Document issue: 1.0 Date of issue: October 2009 Copyright 2009 Entrust. All rights

More information

Install FileZilla Client. Connecting to an FTP server

Install FileZilla Client. Connecting to an FTP server Install FileZilla Client Secure FTP is Middle Georgia State College s supported sftp client for accessing your Web folder on Webdav howeve you may use FileZilla or other FTP clients so long as they support

More information

Scribe Online Integration Services (IS) Tutorial

Scribe Online Integration Services (IS) Tutorial Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,

More information

Configuring Network Load Balancing with Cerberus FTP Server

Configuring Network Load Balancing with Cerberus FTP Server Configuring Network Load Balancing with Cerberus FTP Server May 2016 Version 1.0 1 Introduction Purpose This guide will discuss how to install and configure Network Load Balancing on Windows Server 2012

More information

MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # 70-643)

MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # 70-643) MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # 70-643) Chapter Six Configuring Windows Server 2008 Web Services, Part 1 Objectives Create and configure Web

More information

Composite.Community.Newsletter - User Guide

Composite.Community.Newsletter - User Guide Composite.Community.Newsletter - User Guide Composite 2015-11-09 Composite A/S Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.composite.net Contents 1 INTRODUCTION... 4 1.1 Who Should Read This

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

LepideAuditor Suite for File Server. Installation and Configuration Guide

LepideAuditor Suite for File Server. Installation and Configuration Guide LepideAuditor Suite for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

E-mail Listeners. E-mail Formats. Free Form. Formatted

E-mail Listeners. E-mail Formats. Free Form. Formatted E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail

More information

Oracle WebLogic Portal

Oracle WebLogic Portal Oracle WebLogic Portal Tutorials Getting Started with WebLogic Portal 10g Release 3 (10.3) September 2008 Oracle WebLogic Portal Tutorials - Getting Started with WebLogic Portal, 10g Release 3 (10.3) Copyright

More information

Colligo Email Manager 6.2. Offline Mode - User Guide

Colligo Email Manager 6.2. Offline Mode - User Guide 6.2 Offline Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 3 Checking for Updates 4 Updating Your License

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

More information

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054

More information

Delegated Administration Quick Start

Delegated Administration Quick Start Delegated Administration Quick Start Topic 50200 Delegated Administration Quick Start Updated 22-Oct-2013 Applies to: Web Filter, Web Security, Web Security Gateway, and Web Security Gateway Anywhere,

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

etoken Enterprise For: SSL SSL with etoken

etoken Enterprise For: SSL SSL with etoken etoken Enterprise For: SSL SSL with etoken System Requirements Windows 2000 Internet Explorer 5.0 and above Netscape 4.6 and above etoken R2 or Pro key Install etoken RTE Certificates from: (click on the

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite

Business Portal for Microsoft Dynamics GP 2010. Field Service Suite Business Portal for Microsoft Dynamics GP 2010 Field Service Suite Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views

More information

How to test and debug an ASP.NET application

How to test and debug an ASP.NET application Chapter 4 How to test and debug an ASP.NET application 113 4 How to test and debug an ASP.NET application If you ve done much programming, you know that testing and debugging are often the most difficult

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010

OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010 OUTLOOK ANYWHERE CONNECTION GUIDE FOR USERS OF OUTLOOK 2010 CONTENTS What is Outlook Anywhere? Before you begin How do I configure Outlook Anywhere with Outlook 2010? How do I use Outlook Anywhere? I already

More information

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deployment Guide Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Welcome to the BIG-IP LTM system -

More information

TIBCO Business Studio ActiveMatrix Decisions Add-in Tutorial

TIBCO Business Studio ActiveMatrix Decisions Add-in Tutorial TIBCO Business Studio ActiveMatrix Decisions Add-in Tutorial Software Release 1.3 November 2015 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

You must have at least Editor access to your own mail database to run archiving.

You must have at least Editor access to your own mail database to run archiving. Archiving An archive is a copy of a database you can create to store information no longer in use. Like a replica, an archive contains all documents and design elements in the original database, but unlike

More information