cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Synchronous Scenario. Pls advice urgent

Former Member
0 Kudos

Hi All,

My scenario

System A -- XI --- System B

This is Synchronous HTTP scenario.

I tested in XI RWB.

a. I took Message Mapping Source xml structure and sent from RWB it worked fine.

b. I took xsd of Request Data Type and sent from RWB it shows error

"MAPPING">EXCEPTION_DURING_EXECUTE"

Now In real scenario System A will send data to XI.

So does it mean that I need to send Message Mapping Source xml structure to System A and not xsd of Request Data Type

Pls advice

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

VijayKonam
Active Contributor
0 Kudos

You have to give the XSD to the calling application, so that they would build their XML based on that XSD. They would have to actually send the data in XML format following the XSD that you would give to them.

VJ

Former Member
0 Kudos

Hi !

The input message should be in XML format. Try the one that didn't work in RWB in the Test tab of the Message Mapping object. You can open a sample file or just paste it to test your mapping.

The message from test a) is too different from message of test b) ?

Could you post them here?

Regards,

Matias.

Former Member
0 Kudos

Hi,

Check the message status in SXMB_MONI and let me know the trace and error message.

the below message shows that there is some problem in mapping, u have not done the correct mapping between source and target.

EXCEPTION_DURING_EXECUTE"

test the message in message mapping using test tab and let me know the result.

chirag