cancel
Showing results for 
Search instead for 
Did you mean: 

help Please: java.lang.AbstractMethodError

Former Member
0 Kudos

hi all,

This one is strange

idoc->PI-> soap

we were running our interface on Q for testing, for almost a week all went good,

now all of a sudden pi can't connect to the url here is the exception thrown:

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

<!-- Inbound Message -->

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>soap fault: java.lang.AbstractMethodError: ...........<PROJect specific description here.....>/Product;)V</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

tried to test this url form other soap clients, it works.....

i Would appreciate some help on this ,

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

tried to test this url form other soap clients, it works.....

did you use same authentication while testing with other clients?

r u using any certificates?

Answers (0)