Component Interface Based Webservice test with soapUI.
edited Sep 30, 2013 9:17PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 2 commentsAnswered ✓
Dear All,
I am using component Interface Based Web Service and testing with soapUI. Every thing like Integration Broker i have setup successfully.
When i test with soapUI i am getting the error.
My SOAP Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:m47="http://xmlns.oracle.com/Enterprise/Tools/schemas/M476964.V1">
<soapenv:Header/>
<soapenv:Body>
<m47:Get__CompIntfc__CURRENCY>
<m47:CURRENCY_CD>INR</m47:CURRENCY_CD>
</m47:Get__CompIntfc__CURRENCY>
</soapenv:Body>
</soapenv:Envelope>
My SOAP Response
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
I am using component Interface Based Web Service and testing with soapUI. Every thing like Integration Broker i have setup successfully.
When i test with soapUI i am getting the error.
My SOAP Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:m47="http://xmlns.oracle.com/Enterprise/Tools/schemas/M476964.V1">
<soapenv:Header/>
<soapenv:Body>
<m47:Get__CompIntfc__CURRENCY>
<m47:CURRENCY_CD>INR</m47:CURRENCY_CD>
</m47:Get__CompIntfc__CURRENCY>
</soapenv:Body>
</soapenv:Envelope>
My SOAP Response
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
Tagged:
1