cancel
Showing results for 
Search instead for 
Did you mean: 

What to in SLD (Business and Technical sys)for Java server Proxy?

Former Member
0 Kudos

I am using java server proxy for communicating with XI.

I have HTTP as sender comm channel and XI as Receiver comm channel and this is the error i got in SXMB_MONI.

What to give in SLD for java Server proxy, i have given Web as Java.....is this what the error says.Help is highly appreciated.

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

- <!-- Request Message Mapping

-->

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

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_Folder_MM_</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>

<SAP:P3>Fatal Error: com.sap.engine.lib.xml.parser.Parser~</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Während des Anwendungs-Mappings com/sap/xi/tf/_Folder_MM_ wurde eine com.sap.aii.utilxi.misc.api.BaseRuntimeException geworfen: Fatal Error: com.sap.engine.lib.xml.parser.Parser~.</SAP:Stack>

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

</SAP:Error>

=====================

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Datta,

Please can you check you mapping:

<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

Regards

Vijaya

Former Member
0 Kudos

Hi

Thanks for your prompt reply!

I have checked in IR->Message mapping->Test and tested by giving values for source and i got correct values in Target as per the mapping.

No error here in Message mapping. Can you tell me as what to be given in SLD for java server proxy. i have given Web as Java is this correct?

Thanks a lot

Former Member
0 Kudos

Hi vijaya!

I have done by copying source message from IR->Message mapping->Test and copied and tested the same as Payload in HTTP client. I got status code 200. But in RWB and SXMB_MONI i got some error like MAPPING DURING EXECUTE.

I tested in message mapping, it is working fine.

Why it is showing like that in RWB and SXMB_MONI.

Help me!

Thanks a lot!

moorthy
Active Contributor
0 Kudos

Hi,

<i>Can you tell me as what to be given in SLD for java server proxy. i have given Web as Java is this correct?</i>

Correct. Refer Note-809420

http://help.sap.com/saphelp_erp2004/helpdata/en/3e/e3fb40f17af66fe10000000a1550b0/frameset.htm

Probably the mapping error is because of -

1) Not able to get structured message to the Java Proxy

i.e input to the Java Proxy is wrong.

2) Do you have any data format/type mismatch etc with XI message data and your Java Proxy input structure..

Just check it..

Regards,

Moorthy

Answers (2)

Answers (2)

mf_haq
Active Participant
0 Kudos

Hi Datta,

You can use WEB AS JAVA as BS for JAVA server proxy.

with rgds,

MFH

former_member187339
Active Contributor
0 Kudos

Hi,

Check your mapping and refer to this blog:

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

Regards

Suraj

Former Member
0 Kudos

Hi

Iam referring that blog only.

What to given in SLD for Java Server Proxy?(This is what i have given "Web as Java").

I have given correct mapping in IR->Message mapping.

I tested there by giving values in my source message and got correct values in my Target as per my mapping.

Thanks for your prompt reply.

former_member187339
Active Contributor