cancel
Showing results for 
Search instead for 
Did you mean: 

InterfaceDetermination did not yield any actual interface

Former Member
0 Kudos
2,904

I am working on a web service to web service scenario. While trying to resolve issues with the response processing, I seem to have broken the request. But it did work. Now, when I try to hit the integration's endpoint I get generic error response but in the Communication Channel Monitor for my channel I see this error: "InterfaceDetermination did not yield any actual interface". I have read all the related post I can find, I've added and removed the xml namespace on my inbound message but here are few other suggestions that would apply. Below are the key configuration screens. Is there any other way I can see what is the cause of this problem? And, any suggestions to resolve it would be very helpful.

The response seen in SOAP UI

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

   <SOAP:Body>

      <SOAP:Fault>

         <faultcode>SOAP:Server</faultcode>

         <faultstring>Server Error</faultstring>

         <detail>

            <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

               <context>XIAdapter</context>

               <code>ADAPTER.JAVA_EXCEPTION</code>

               <text>See log trace with id: n/a</text>

            </s:SystemError>

         </detail>

      </SOAP:Fault>

   </SOAP:Body>

</SOAP:Envelope>

Message Type:

Service Interface

Operation Mapping

View Entire Topic
vicky20691
Active Contributor
0 Kudos

Hi Carlton,

definitely a structrue mismatch issue. Please put one space in the description of ico/sender agreement. Reactiuvate it.

Take out the wsdl again and with that wsdl imported give user id and hit the endpoint.

Regards,

Vikas

SharathYaralkattimath
Contributor
0 Kudos

Thanks, it worked for me.