cancel
Showing results for 
Search instead for 
Did you mean: 

Server Proxy Issue

former_member188353
Participant
0 Kudos

Hi All,

         i'm i'm doing one SOAP to Proxy Synchronous Scenario,when i'm executing getting the error

<SAP:Stack>Error during proxy processing Message E M3 752 cannot be processed in plugin mode HTTP</SAP:Stack>

Can any body suggest me how to over come this one.

Thanks,

Prasad.

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Prasad,

Check your ABAP proxy code. The ECC is raising a message type E and you can't raise this message when you call a proxy, because the proxy is executed in batch mode.

Regards.

dipen_pandya
Contributor
0 Kudos

Hi,

I assume that you are using XI adapter to communicate with ABAP proxy.

Check in ST22 ECC side if there is any specific log, also debug the proxy with external breakpoint to check where it fails.

Regards,

Dipen.