cancel
Showing results for 
Search instead for 
Did you mean: 

Server Proxy 7.3 issue with URL

vijay_kumar133
Active Participant
0 Kudos

HI,

We configured SOAP Adapter with xi3.0 message protocol for server proxys.

All configurations are done and RFC are created.

Client proxy are working fine. its only issue with server proxy the URL details which we are passing are.

http://xyz.com:8001/sap/xi/engine?type=receiver

http://xyz.com:8001/sap/xi/engine?type=entry

tried both nonof them are working and promting with error

SOAP: call failed: java.lang.NullPointerException: while trying to invoke the method com.sap.aii.af.sdk.xi.mo.xmb.XMBMessageHeader.getMessageId() of an object loaded from local variable messageHeader

Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.NullPointerException: while trying to invoke the method com.sap.aii.af.sdk.xi.mo.xmb.XMBMessageHeader.getMessageId() of an object loaded from local variable messageHeader

Required some info what else need to do to fix this..

Regards

Vijay.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

1 have a look if your ECC can work with SOAP - XI protocol

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef4...

- section prerequisite for ABAP backends

- section OSS notes

2. are you sure the port it 8001 ? can you check it in TCODE - SMICM - goto - services - of ECC ?

Regards,

Michal Krawczyk

vijay_kumar133
Active Participant
0 Kudos

HI Michal,

1. We are at patch level

SAP_BASIS 702 0010 SAPKB70210

and SAP_XIAF version is 1000.7.30.5.0.XXXX

so we are at 7.3 path level 5 .

Hope we have implemented all the corrections as required.

2. Yes I have checked in SMICM its 8001 as http port in ECC backend.

Regards

Vijay

Answers (1)

Answers (1)

0 Kudos

Hi Gurus,

I am facing the same issue and could you share with me how you got it fixed.  I am using PI7.3 JAVA stack and SOAP adapter for sender and receiver.   Error message is SOAP: call failed: java.lang.NullPointerException: while trying to invoke the method com.sap.aii.af.sdk.xi.mo.xmb.XMBMessageHeader.getMessageId() of an object loaded from local variable messageHeader from Receiver.  It's urgent producton issue, pls kindly help.

Best regards,

Christina

vijay_kumar133
Active Participant
0 Kudos

hi

we created an HTTP destination type with below url

http://<host>:<port>/sap/xi/engine?type=receiver

with service user with all authorization

then in CC

we used that HTTP destination this solved our issue..

check this and let me know still u r facing error or not.

Regards

Vijay

0 Kudos

Hi vijay,

we might have a similar problem.

Where did you create the HTTP destination type? In SM59? And how did you use it (in which transaction?)?

Best regards,

Nicole

0 Kudos

Hi,

we found out that it was an authorization Problem. We needed to pick another SAP_XI role.

Best regards,

Nicole