Passing Parameters to Get XML Schema, WSDL and WSIL
You can use query format or path format to get XML schema, WSDL and WSIL.
Using Query Format to Get XML Schema, WSDL and WSIL
Use the following query format to get XML schema:
http://<machinename>:<port>/PSIGW/PeopleSoftServiceListeningConnector?Operation=
GetSchema&xsd=SERVICE_OPERATION.VERSION
Use the following query format to get WSDL:
http://<machinename>:<port>/PSIGW/PeopleSoftServiceListeningConnector?Operation=
GetWSDL&wsdl=SERVICE_OPERATION.VERSION
Use the following query format to get WSIL:
http://<machinename>:<port>/PSIGW/PeopleSoftServiceListeningConnector?Operation=
GetWSIL
Using Path Format to Get XML Schema, WSDL and WSIL
Use the following path format to get XML schema:
http://<machinename>:<port>/PSIGW/PeopleSoftServiceListeningConnector/
<REMOTENODE>/<OperationName>.<version>.xsd
Use the following path format to get WSDL:
http://<machinename>:<port>/PSIGW/PeopleSoftServiceListeningConnector/
<REMOTENODE>/<OperationName>.<version>.wsdl
Use the following path format to get WSIL:
http://<machinename>:<port>/PSIGW/PeopleSoftServiceListeningConnector/
<REMOTENODE>/inspection.wsil