cancel
Showing results for 
Search instead for 
Did you mean: 

"InterfaceDetermination did not yield any actual interface" Error

0 Kudos

Hi Folks,

I configured SOAP to JDBC scenerio.

When the Webservice try to post the data in the URL .

http://host:Port/XISOAPAdapter/MessageServlet?channel=:Service name:cc

I am getting following error"Interface Determination did not yield any actual interface"

I have tried in SOAP UI tool its working fine and data getting loaded into the table.

Whether the error is because its pointing to wrong Service Interface?

Regards,

Pavithra.R

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello Pavithra,

Remove the SWCV from ICO and check ,it should work.

0 Kudos

I tried this and it works.

Thank you

helmut_skolaut3
Active Participant
0 Kudos

Hi all,

same issue I had, too. Can someone explain why removing the SWCV is solving the issue?

Regards

   Helmut

nitindeshpande
Active Contributor
0 Kudos

Hello Helmut,

Once the SWCV is removed the structure of the input data is not validated against the operation of the service interface, hence the error in interface determination do not arise, as the structure is not validated against the operation of SI.

Regards,

Nitin

former_member186851
Active Contributor
0 Kudos

Check this note Helmut-1933223

If this is not relevant let me know,Somehow I missed that note somewhere.

helmut_skolaut3
Active Participant
0 Kudos

Perfect, this was solving the issue 😉 Thanks a lot!

Answers (2)

Answers (2)

former_member204100
Active Participant
0 Kudos

Hi Pavithra,

most probably you are calling a wrong endpoint URL.

Just try to use the same URL what you see in SOAPUI tool during the tests:

You can also check this note how to construct the endpoint URLs for SOAP calls:

856597 - FAQ: XI 3.0 / PI 7.0/7.1/7.3 SOAP Adapter

--> "To which URL can I send my SOAP message"

Best Regards,

Viktor

Bhargavakrishna
Active Contributor
0 Kudos

Hi Pavithra,

Did you check the inbound payload and see if there are any in consistencies in the XML name space and tags?

Recheck the ID configuration such as namespaces / business service / SWCV etc

Regards

Bhargava Krishna