Integration Metadata Created by the Consume Web Service Wizard
The Consume Web Service wizard creates the following integration metadata in the PeopleSoft system from the consumed WSDL documents:
Note:
The internal name is the name that the PeopleSoft system assigns to the metadata and is the definition name that appears in the PeopleSoft system.
| Metadata | Internal Name | Version | Comments |
|---|---|---|---|
|
Service definitions |
System generated name in the format:<WSDL service name>_ <four random generated numbers>. |
Version one, denoted as: .V1 |
NA |
|
Service operation definitions |
System generated name in the format:<WSDL Service Operation Name>_ <four random generated numbers>. |
Version one, denoted as: .V1 |
NA |
|
Message definitions |
System-generated name in the format: M<unique number>. For example: M120508438. |
Version one, denoted as: .V1 |
By default, the system creates document type messages. Includes request messages, response messages. and fault messages, as appropriate. You can rename the system-generated message names in the wizard using more meaningful names. The consume process also generates schemas for each message. All schemas are unstructured. If you chose not to create document type messages, it creates nonrowset-based or container messages with references to schemas. Note: Any integers or decimals not defined with a length in the WSDL will be defined in the document as unbounded. The maximum length that fields are defined in the database for Number or Signed Number is 31, which includes the negative (if applicable) and the fractional part (for decimal). If the value needs to be larger than 31, string should be used. Additional information about messages that the Consume Web Service wizard generates is featured in this section. |
|
Document definitions |
The following metadata names are system generated:
|
Version one, denoted as: .V1 |
NA |
|
Routing definitions |
System-generated name in the format ~IMPORTED~<unique number>. For example: ~IMPORTED~14857. |
Version one, denoted as: .V1 |
System creates a point-to-point routing. |