cancel
Showing results for 
Search instead for 
Did you mean: 

RFC ->XI->Soap

Former Member
0 Kudos

Hi,

I am Integrating Sap (RFC ) with Webservice ( Soap) using SAP XI.

While Executing I am getting Folowing Error In RWB

Received XI System Error. ErrorCode: ADAPTER.SOAP_EXCEPTION ErrorText: soap fault: Server did not recognize the value of HTTP Header SOAPAction: SaveEquipment. ErrorStack:

Returning synchronous error notification to calling application: XIAdapter:ADAPTER.SOAP_EXCEPTION:soap fault: Server did not recognize the value of HTTP Header SOAPAction: SaveEquipment..

Transmitting the message using connection http://xi-server:8000/sap/xi/engine?type=entry failed, due to: XIAdapter:ADAPTER.SOAP_EXCEPTION:soap fault: Server did not recognize the value of HTTP Header SOAPAction: SaveEquipment..

The message status set to FAIL.

Wat will be the Reason for throwing this error,

Any One Help me in this ..

Points will be Awarded.

Regards,

Jayasimha Jangam

Accepted Solutions (0)

Answers (4)

Answers (4)

iaki_vila
Active Contributor
0 Kudos

Hi,

Try with this:

http://serverXI:port/XISOAPAdapter/MessageServlet?channel=:BussinesService:SenderChanel&version=...

With port: 8000 or 50000

BussinesService: your bussines service (who contain sender channel)

SenderChannel: your sender chanerl in your sender agreement

OutInterface: the name of the outbound interface

http%3A%2F%2Ftry%2Fother : your namespace with %3A%2F%2F for "://" and "%2" for "/"

Into sender soap channel, no mark checkboxes.

Former Member
0 Kudos

check the SOAP url are using any action in our WSDL and in soap adapter if using speicy correct soap action

vuyyurujyothi
Participant
0 Kudos

Hi Jayasimha,

As per my knowledge, A WebService may provide more than one functionality. SOAPAction specifies the functionality that we are going to use in the WebService.

Check whether the WebService contains this SOAPAction or not first.

Check the URL is correct or not.

Regards,

Jyothi.

Former Member
0 Kudos

try this

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

Go through below onw carefully

Question: SOAP_EXCEPTION - soap fault: Server did not recognize the value of HTTP Header SOAPAction: AddUpdateCostObjectLevel1.

Answer: problem is resolved by passing the "http://company's URL/AddUpdateCostObjectLevel1" in the SOAP action.