Hi All,
I have configured 2 SOAP Axis channels for Employee Data.
please help me the solve the issue.
I have configured both the channels(for port and host I didnt pass any values) below: created based on channel templates.
I am getting error :
request message:
<?xml version="1.0" encoding="UTF-8" ?>
<ns1:logoutxmlns:ns1="urn:sfobject.sfapi.successfactors.com" />
rresponse :
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<!--
Inbound Message
-->
-<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<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: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: javax/wsdl/OperationType</SAP:AdditionalText>
<SAP:Stack/>
<SAP:Retry>M</SAP:Retry>
</SAP:Error>