WSDL URL Formats
After you a publish a WSDL document using the Provide Web Service wizard, the system displays a WSDL URL. The URL provided is the path to the WSDL document location in the WSDL repository in the PeopleSoft Pure Internet Architecture. The URL is used by external systems that will be invoking a PeopleSoft service.
The default URL format is path style. The following example shows a WSDL URL in path format:
http://localhost/PSIGW.war/PeopleSoftServiceListeningConnector/PT_WORKLIST.1.wsdlThe path style URL is generated by appending the WSDL document name to the target location value specified in the Service Configuration page.
PeopleSoft Integration Broker also supports a query parameter format. The following example shows a WSDL URL in query parameter format:
http://PeopleSoftServiceListeningConnector?Operation=GetWSDL&wsdl=PT_WORKLIST.1The query parameter style URL is generated by passing either the WSDL document name or service name.version or service alias.version as a query parameter.
PeopleSoft still supports the query parameter format, however path format is preferred. Note that if using query parameter format, manual intervention may be required if the schema target location is changed.