Monday, February 13, 2012

The Parking Permit Demo (5)

Here I let you the episodes #7 - #10 of The Parking Permit Demo with Oracle BPM/SOA suite.

pp-07_Defining_Schema_Type_n_Element_for_ParkingPermitReply
  • Defining XSD complexType & element for replies from verification services, naming it ParkingPermitReply

pp-08_Defining_WS_Messages_based_on_existing_Schema_Elements
  • Creating two WSDL messages shared among the verification services, naming them ParkingPermitApplicationMsg & ParkingPermitReplyMsg
  • Basing the message parts on existing XSD elements ParkingPermitApplication & ParkingPermitReply respectively

pp-09_Defining_Verification_Services_Interfaces_via_PortTypes__Part1
  • Creating a portType for the Vehicle Verification Service, naming it VehicleOwnershipVerificationPortType, defining a single operation & calling it verifyVehicleOwnership
  • Setting the operation type (pattern) to Request/Response with input message ParkingPermitApplicationMsg and output message ParkingPermitReplyMsg

pp-10_Defining_Verification_Services_Interfaces_via_PortTypes__Part2
  • Creating a portType for the Electoral Register Verification Service, naming it ElectoralRegisterVerificationPortType, verifyRegisterEligibility.
  • Defining a single operation & calling it
  • Setting the operation type (pattern) to Request/Response, reusing the input message ParkingPermitApplicationMsg and the output message ParkingPermitReplyMsg
  • Creating a portType for the Residence Verification Service, naming it ResidenceVerificationPortType, verifyResidenceElegibility.
  • Defining a single operation 
  • Setting the operation type (pattern) to Request/Response, reusing the input message ParkingPermitApplicationMsg and the output message ParkingPermitReplyMsg


No comments:

Post a Comment