cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

"InterfaceDetermination did not yield any actual interface" Error

Former Member
0 Likes
2,650

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 Member
0 Likes

Hello Pavithra,

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

Former Member
0 Likes

I tried this and it works.

Thank you

helmut_skolaut3
Contributor
0 Likes

Hi all,

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

Regards

   Helmut

nitindeshpande
Active Contributor
0 Likes

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 Member
0 Likes

Check this note Helmut-1933223

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

helmut_skolaut3
Contributor
0 Likes

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

fab71
Newcomer
0 Likes
for me the solution was to change message protocol from SOAP1.1 to XI 3.0 into SOAP sender channel and then it worked without removing SWSC

Answers (2)

Answers (2)

former_member204100
Active Participant
0 Likes

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 Likes

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