cancel
Showing results for 
Search instead for 
Did you mean: 

XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Virtual Interface not found

Former Member
0 Kudos

Hi guys,

I get following error. And have no idea what is the reason. I was looking on web for some time, but didn't find anything relevant..

Can you help where can be problem?

What's that "Virtual Interface not found" problem?

<?xml version="1.0" encoding="UTF-8" standalone="true"?>

<!-- Inbound Message -->

<SAP:Error xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SAP="http://sap.com/xi/XI/Message/30" SOAP:mustUnderstand="1">   
     <SAP:Category>XIAdapterFramework</SAP:Category>
     <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
     <SAP:P1/>
     <SAP:P2/>
     <SAP:P3/>
     <SAP:P4/>
     <SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Virtual Interface not found</SAP:AdditionalText>
     <SAP:Stack/>
     <SAP:Retry>M</SAP:Retry>
</SAP:Error>


Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

we'd need more info:

1. does it happen on sending the message from PI to WS or on the way back ?

2. have you tested the WS with SOAP UI - does is work correctly over there ?

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi guys,

@Simone:

Right service is called (WS URL) and without any Action.

In Service Interfaces correct Operation is chosen.

@Michal:

This error is happening on the way back from WS to PI, it's response.

And from SOAP UI therefore I got the same answer.. Just little bit longer

nageshwar_reddy
Contributor
0 Kudos

Hi Marek,

Looks like deleting the enterprise service and recreating may help .

Check out the following threads. These may help you proceed int the right direction

http://scn.sap.com/thread/1802072
http://wiki.sdn.sap.com/wiki/display/VC/Virtual+Interface+not+found+error

Former Member
0 Kudos

Hi, I tried that way, but didn't help.

In NW 7 that option is not called Virtual Interface, but Service Definiton.. But without success.

Still the same error.

Any other idea?

Former Member
0 Kudos

This seems as an error in generating Soap Service call..

Check also if you're trying to call the right service, without operations/methods.