Hi All,
I would like to ask a question about IB.
I have configure peoplesoft IB in my local vm.
I had tried to provide service by CI, and in the finish process, it shows a wsdl link. I tried to access the link, and the XML show correct Output.
h t t p ://server:port/PSIGW/PeopleSoftServiceListeningConnector/CI_CI_PERSONAL_DATA.1.wsdl
but when I access h t t p ://server:port/PSIGW/PeopleSoftServiceListeningConnector, it return below message in xml.
It's a normal Output ?
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<?xml version="1.0" ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>IBRequest:getInfoXMLString(). ExternalOperationName is a required field.</faultstring>
<detail>
<IBResponse type="error" xmlns="">
<DefaultTitle>Integration Broker Response</DefaultTitle>
<StatusCode>20</StatusCode>
<MessageID>10403</MessageID>
<DefaultMessage>
<![CDATA[]]>
</DefaultMessage>
<MessageParameters>
<Parameter>
<![CDATA[ExternalOperationName]]>
</Parameter>
</MessageParameters>
</IBResponse>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>