-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
131 changed files
with
883 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+828 KB
src/pages/app-connect-enterprise/Lab2/Assets/20220706_164223_savemessage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions
24
src/pages/app-connect-enterprise/Lab2/Assets/IN_Request.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<In_Request> | ||
<ActionRequest>O</ActionRequest> | ||
<DateRequest>2005-10-12</DateRequest> | ||
<customerNumber>1</customerNumber> | ||
<customerName>ACME Hardware</customerName> | ||
<customerDetails> | ||
<customerAddress1>1254 Main St</customerAddress1> | ||
<customerAddress2>Suite 12</customerAddress2> | ||
<customerCity>Dime Box</customerCity> | ||
<customerState>TX</customerState> | ||
<customerCountry>USA</customerCountry> | ||
<customerPostalCode>76543</customerPostalCode> | ||
<customerCreditLimit>1200</customerCreditLimit> | ||
<customerCreditScore>123</customerCreditScore> | ||
</customerDetails> | ||
<contactDetails> | ||
<contactFirstName>Freddy</contactFirstName> | ||
<contactLastName>Bloggs</contactLastName> | ||
<contactPhoneNumber>555-123-6543</contactPhoneNumber> | ||
</contactDetails> | ||
<requestDecision>Y</requestDecision> | ||
<comments>Just a Comment</comments> | ||
</In_Request> |
36 changes: 36 additions & 0 deletions
36
src/pages/app-connect-enterprise/Lab2/Assets/IN_Request.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
|
||
<xsd:element name="In_Request" type="In_RequestType"/> | ||
|
||
<xsd:complexType name="In_RequestType"> | ||
<xsd:sequence> | ||
<xsd:element name="ActionRequest" type="xsd:string"/> | ||
<xsd:element name="DateRequest" type="xsd:date"/> | ||
<xsd:element name="customerNumber" type="xsd:int"/> | ||
<xsd:element name="customerName" type="xsd:string"/> | ||
<xsd:element name="customerDetails" type="customerDetailsType"/> | ||
<xsd:element name="contactDetails" type="contactDetailsType"/> | ||
<xsd:element name="requestDecision" type="xsd:string"/> | ||
<xsd:element name="comments" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
<xsd:complexType name="contactDetailsType"> | ||
<xsd:sequence> | ||
<xsd:element name="contactFirstName" type="xsd:string"/> | ||
<xsd:element name="contactLastName" type="xsd:string"/> | ||
<xsd:element name="contactPhoneNumber" type="xsd:string"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
<xsd:complexType name="customerDetailsType"> | ||
<xsd:sequence> | ||
<xsd:element name="customerAddress1" type="xsd:string"/> | ||
<xsd:element name="customerAddress2" type="xsd:string"/> | ||
<xsd:element name="customerCity" type="xsd:string"/> | ||
<xsd:element name="customerState" type="xsd:string"/> | ||
<xsd:element name="customerCountry" type="xsd:string"/> | ||
<xsd:element name="customerPostalCode" type="xsd:string"/> | ||
<xsd:element name="customerCreditLimit" type="xsd:int"/> | ||
<xsd:element name="customerCreditScore" type="xsd:int"/> | ||
</xsd:sequence> | ||
</xsd:complexType> | ||
</xsd:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.8 KB
src/pages/app-connect-enterprise/Lab2/images/tkClickHighlightedConnection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+24.5 KB
src/pages/app-connect-enterprise/Lab2/images/tkCloseFlowExerciserWarning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+44.9 KB
src/pages/app-connect-enterprise/Lab2/images/tkCloseRecordedMsgXML.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+69.8 KB
src/pages/app-connect-enterprise/Lab2/images/tkCloseTestProgressInfo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+28.8 KB
src/pages/app-connect-enterprise/Lab2/images/tkConnectionCreated2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+23.3 KB
src/pages/app-connect-enterprise/Lab2/images/tkDeployFlowExerciser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+49.5 KB
src/pages/app-connect-enterprise/Lab2/images/tkFlowExerciserProgress.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+288 KB
src/pages/app-connect-enterprise/Lab2/images/tkHTTPMoreDescription.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+325 KB
src/pages/app-connect-enterprise/Lab2/images/tkInputMsgParseXMLNSC.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+108 KB
src/pages/app-connect-enterprise/Lab2/images/tkInputNodeWarningInfo.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+510 KB
src/pages/app-connect-enterprise/Lab2/images/tkIntoLabTraceNotepad.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+92.5 KB
src/pages/app-connect-enterprise/Lab2/images/tkIntroLab_ListenerHighlight.png
Oops, something went wrong.
Binary file added
BIN
+6.2 KB
src/pages/app-connect-enterprise/Lab2/images/tkIntroMessageFlowView.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+46.9 KB
src/pages/app-connect-enterprise/Lab2/images/tkOpenIn_Request_xsd.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+278 KB
src/pages/app-connect-enterprise/Lab2/images/tkOtherResourcesRecordedMessage.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+833 KB
src/pages/app-connect-enterprise/Lab2/images/tkRecordedMsgStructure.png
Oops, something went wrong.
Binary file added
BIN
+978 KB
src/pages/app-connect-enterprise/Lab2/images/tkRecordedMsgStructure1.png
Oops, something went wrong.
Binary file added
BIN
+118 KB
src/pages/app-connect-enterprise/Lab2/images/tkRecordedMsgTraceNode.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+835 KB
src/pages/app-connect-enterprise/Lab2/images/tkRecordedMsgXMLStructure.png
Oops, something went wrong.
Binary file added
BIN
+826 KB
src/pages/app-connect-enterprise/Lab2/images/tkRecordedMsgXMLTypes.png
Oops, something went wrong.
Binary file added
BIN
+52 KB
src/pages/app-connect-enterprise/Lab2/images/tkSaveFlowFlowExerciser.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+25.5 KB
src/pages/app-connect-enterprise/Lab2/images/tkStartFlowExerciser2.png
Oops, something went wrong.
Binary file added
BIN
+333 KB
src/pages/app-connect-enterprise/Lab2/images/tkStartFlowExerciserToolTIp.png
Oops, something went wrong.
Binary file added
BIN
+816 Bytes
src/pages/app-connect-enterprise/Lab2/images/tkStartFlowExerciserpng.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+1.79 KB
src/pages/app-connect-enterprise/Lab2/images/tkViewChangeSaveRecordedMsg.png
Oops, something went wrong.
Binary file added
BIN
+1.45 KB
src/pages/app-connect-enterprise/Lab2/images/tkViewPathFlowExerciser.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+25.8 KB
src/pages/app-connect-enterprise/Lab2/images/tlkIntroMessageFlowView.png
Oops, something went wrong.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.