amazon

Monday, August 17, 2015

INBOUND OUTBOUND SERVICE

INBOUND OUTBOUND SERVICE

ABSTRACT
A long running asynchronous model where the service consumer does not wait for the service to complete its processing, rather the consumer is event driven and reacts to service responses from the workflow. The workflow chains a number of services together to fulfil its processing; of course some of those services can be composite services themselves. A harbor manager operates in addition to one or more transaction processing environments and usually manages state information relating to the service consumer’s workflow instance; this state information can be used by the various services invoked within the workflow.
Collaborations are designed to have some overall context within their processing. For example, services that collaborate to set-up a outbound services. The overall exchange of messages between services needs to be meaningful to the collaboration whilst the execution of a particular service is stateless (in the context of the collaboration) and stand-alone simply exposing it’s inbound and outbound processing.
A service does not usually “understand” the collaboration processing context that surrounds the data in the message it is receiving. A request / reply service takes an inbound message, validates the various schemas of data in the message, possibly adapts the data, uses this data in the internal processing of the service’s business logic, and then performs processing on the data for transmission of an outbound message.
PROJECT DESCRIPTION

         There are four modules in this project. They are,

·         Login Form
·         Set Up
·         Shipping Entry
·         Items
·         Reports
         LOGIN FORM:

                  The Login module contains,

            • User Name
            • Password

Admin having the Valid User Name and Password . He/She have permission to enter Export Manager and import manager details. Admin also have permissions to enter Route details, Modes Details, Tariff Details and User related details.

          SET UP:

                  The Set Up module contains,
                                                    
            • Route
            • Modes
            • Tariff
            • Users

ROUTE:

Admin having permission to enter route related details such as Source and destination stored in table.


MODE:

Admin having permissions to enter Mode related details such as Import or Export.




TARIFF:

Admin have to fill the cost of goods in ships based on the weight and distance traveled

USER:

Admin have to fill the User related details such as the user may Export or Import User based on their User Id, User Name, Password and Location.


         SHIPPING ENTRY:

                  The shipping Entry module contains,

            • Imports


IMPORT:

 If  the Export goods are failed means the consigners should fill the details.


            ITEMS:

                  It contains the details about the products which are imported and   
               exported.    
         REPORTS:  
                 It generates the reports about the transactions.                













No comments:

Post a Comment