Book description
The world of e-commerce is changing rapidly. Some ten years ago, e-commerce was mostly defined as participating in an Electronic Data Interchange (EDI) initiative.
Today, e-commerce means much more than just EDI: it means supporting interactive Web sites; it means enabling the communications with multiple exchanges; it means using XML and the Internet to conduct interactive business-to-customer and business-to-business communications.
This IBM Redbooks publication explores some of the possibilities using products from WebSphere Business Integration V4.1 and WebSphere Business Connect V1.1 product suites.
For more up-to-date information about WebSphere B2B, please
refer to the following books:
B2B solutions using WebSphere Partner Gateway V6.0,
http://www.redbooks.ibm.com/abstracts/sg247109.html?Open and
Secure Production Deployment of WebSphere Business Integration
Connect,
http://www.redbooks.ibm.com/abstracts/sg246457.html?Open.
Please note that the additional material referenced in the text is not available from IBM.
Table of contents
- Notices
- Preface
- Part 1: Overview
-
Part 2: The solution technology
- Chapter 3: Introducing the technology
- Chapter 4: CrossWorlds overview
- Chapter 5: Trading Partner Interchange overview
- Chapter 6: WebSphere Data Interchange overview
- Chapter 7: Web Services Gateway overview
- Chapter 8: Installation and basic configuration of the Trading Partner Interchange
- Chapter 9: Installation and basic configuration of the WebSphere Data Interchange
-
Chapter 10: Installation and basic configuration of the Web Services Gateway
- Installing the software (1/5)
- Installing the software (2/5)
- Installing the software (3/5)
- Installing the software (4/5)
-
Installing the software (5/5)
- Installing and configuring DB2
- Installing JDK
- Installing and updating WebSphere Application Server
- Updating the IBM HTTP Server
- Installing IBM SecureWay® Directory Version 3.2.2 for Windows
- Securing the Web Services Gateway administration pages
- Configuring WebSphere Application Server for the Web Services Gateway
- Configuring Web Services Gateway application server and enterprise applications
- Deploying channels, filters, and the LFT sample for the Web Service Gateway
- Configuring SecureWay Directory
- Configuring WebSphere security
- Securing the Web Services Gateway administration
-
Chapter 11: Installation and basic configuration: WebSphere Business Integration Adapters
- Installation of WebSphere Business Integration Adapters (1/2)
- Installation of WebSphere Business Integration Adapters (2/2)
- Configuration of the WebSphere Business Integration Adapter for SAP (1/5)
- Configuration of the WebSphere Business Integration Adapter for SAP (2/5)
- Configuration of the WebSphere Business Integration Adapter for SAP (3/5)
- Configuration of the WebSphere Business Integration Adapter for SAP (4/5)
- Configuration of the WebSphere Business Integration Adapter for SAP (5/5)
-
Part 3: Common components of the solution
- Chapter 12: Introducing the company and the scenario
-
Chapter 13: SAP components
- Overview
- Our sales order
- Basic customizing for our scenario
- Customizing the scenario in pictures (1/5)
- Customizing the scenario in pictures (2/5)
- Customizing the scenario in pictures (3/5)
- Customizing the scenario in pictures (4/5)
-
Customizing the scenario in pictures (5/5)
- Overview of the IMG items to be reviewed
- Creating a new sales order type
- Appropriate sales item category
- Defining the workflow event linkage
- Determining the vendor of the material
- Defining the material master and purchase information records
- The standalone test routine
- Goods entry posting from dispatch advice
-
Chapter 14: WebSphere MQ Integrator components
- Trading with our partners
- Outbound purchase order
- OrdersWSGW message flow
- OrdersWDI message flow
- OrdersFromSAP message flow (1/2)
- OrdersFromSAP message flow (2/2)
- Unit test (1/2)
- Unit test (2/2)
- Inbound order acknowledgement and delivery for WSGW
- AcknowledgementWSGW message flow (1/2)
- AcknowledgementWSGW message flow (2/2)
- DeliveryWSGW message flow
- ReplyFromWSGW message flow
- Unit test (1/2)
- Unit test (2/2)
- Inbound order acknowledgement and delivery for WDI (1/2)
- Inbound order acknowledgement and delivery for WDI (2/2)
- DeliveryWDI message flow
- ReplyFromWDI message flow
- Unit test
- Summary of files used in this chapter
-
Part 4: Trading with the EDI partner
-
Chapter 15: WebSphere Data Interchange components
- Outbound purchase order flow (1/4)
- Outbound purchase order flow (2/4)
- Outbound purchase order flow (3/4)
- Outbound purchase order flow (4/4)
- Communication setup (1/3)
- Communication setup (2/3)
- Communication setup (3/3)
- Inbound Purchase Order Acknowledgement flow (1/3)
- Inbound Purchase Order Acknowledgement flow (2/3)
- Inbound Purchase Order Acknowledgement flow (3/3)
- Inbound Advance Shipment Notice flow
- Monitoring and debugging a running system
- Chapter 16: Trading Partner Interchange components
-
Chapter 15: WebSphere Data Interchange components
-
Part 5: Trading with the Web services partner
- Chapter 17: Developing Web services
-
Chapter 18: Web Services Gateway components
- Overview of the solution
- Preparing for development
- Creating a new ITSOTestServer server project
- Creating a new MQManager Web project
- Creating the MQManager Web Service (1/7)
- Creating the MQManager Web Service (2/7)
- Creating the MQManager Web Service (3/7)
- Creating the MQManager Web Service (4/7)
- Creating the MQManager Web Service (5/7)
- Creating the MQManager Web Service (6/7)
-
Creating the MQManager Web Service (7/7)
- Creating the package for the Java class
- Creating the MQConnReceive Java class
- Implementing the MQConnReceive Java class
- Adding MQ support to the project
- Creating the MQConnSend Java class
- Implementing the MQConnSend Java class
- Creating the package for JavaBean
- Creating the MQReceiveService JavaBean
- Implementing the MQReceiveService JavaBean
- Creating the MQReceiveService Web Service
- Using the Web service wizard
- Configuring the Web service identity
- Web service scope
- Enabling SOAP security
- Selecting JavaBean methods and encoding styles
- Defining Java to XML mappings
- Proxy generation
- Defining the XML to Java mappings
- Verifying the SOAP bindings
- Web service test client
- Generating a sample client
- Publishing the Web service
- Investigating the generated files
- SOAP router servlets
- Viewing the deployed Web services
- Web service sample client
- Creating the MQSendService JavaBean
- Implementing the MQSendService JavaBean
- Creating the MQSendService Web service
- Using the Web service wizard
- Configuring the Web service identity
- Changing the service implementation
- Changing the proxy class
- Web service sample client
- Creating the POManager Web project
- Creating the POManager Web Service (1/3)
- Creating the POManager Web Service (2/3)
-
Creating the POManager Web Service (3/3)
- Creating the package for JavaBean
- Creating the PurchaseOrder JavaBean
- Implementing the PurchaseOrder JavaBean
- Creating the MQManager Web service Client
- Copying the WSDL service implementation
- Creating the MQReceiveService Web service client
- Creating the MQSendService Web service client
- Creating the PurchaseOrderManager JavaBean
- Implementing the PurchaseOrderManager JavaBean
- Creating the PurchaseOrderManager Web service
- Creating the MQTriggerMonitor Web project
- Creating the MQTriggerMonitor Web Service (1/3)
- Creating the MQTriggerMonitor Web Service (2/3)
-
Creating the MQTriggerMonitor Web Service (3/3)
- Creating the POManager Web service Client
- Copying the WSDL service implementation
- Creating the PurchaseOrderManager Web service client
- Creating the package for JavaBean
- Creating the MQConnReceiveWait Java class
- Implementing the MQConnReceiveWait Java class
- Adding MQ support to the project
- Creating the StopValue Java class
- Implementing the StopValue Java class
- Creating the MQReceiveServiceWait JavaBean
- Implementing the MQReceiveServiceWait JavaBean
- Creating the MQReceiveServiceWait Web service
- Testing the Web service sample client
- Deployment (1/2)
- Deployment (2/2)
- Appendix A: Sample SAP code and IDocs (1/2)
- Appendix A: Sample SAP code and IDocs (2/2)
- Appendix B: Sample Java code for Web services (1/6)
- Appendix B: Sample Java code for Web services (2/6)
- Appendix B: Sample Java code for Web services (3/6)
- Appendix B: Sample Java code for Web services (4/6)
- Appendix B: Sample Java code for Web services (5/6)
- Appendix B: Sample Java code for Web services (6/6)
- Appendix C: Additional material
- Related publications
- Index (1/3)
- Index (2/3)
- Index (3/3)
- Back cover
Product information
- Title: A B2B Solution using WebSphere Business Integration V4.1 and WebSphere Business Connection V1.1
- Author(s):
- Release date: August 2003
- Publisher(s): IBM Redbooks
- ISBN: None
You might also like
book
BizTalk 2010 EDI for Health Care: HIPAA Compliant 837 Solutions
Building a successful health care claims processing EDI implementation in BizTalk Server can be complex. Decisions …
book
BizTalk 2013 EDI for Supply Chain Management: Working with Invoices, Purchase Orders and Related Document Types
Building a successful supply chain processing EDI implementation in BizTalk Server can be complex. Decisions must …
book
Risk Intelligent Supply Chains
This unique avant-garde book brings the risk intelligent supply chain (RISC) concept to life for the …
article
Twenty Years of Open Innovation
Organizations that practice open innovation draw on external resources to develop new ideas for products and …