cancel
Showing results for 
Search instead for 
Did you mean: 

Fields not populated in Server proxy

Former Member
0 Kudos

This is a webservices to ECC, synchronous scenario. I am sending a field to ECC. ECC is receiving it but it is sending an empty response.

The PI version is single stack. How to trouble shoot this?

I am trsting from SOAP UI and I am getting this error

Accepted Solutions (1)

Accepted Solutions (1)

nitindeshpande
Active Contributor
0 Kudos

Hello Midhun,

Can you test your proxy within ECC, by sending test data in SPROXY? Do you get any response while testing in ECC? If not, then there is some problem with the code or the data provided.

Regards,

Nitin

Former Member
0 Kudos

How do I send test data in SPROXY?

former_member182412
Active Contributor
0 Kudos

Hi Midhun,

Check this blog.

Regards,

Praveen.

iaki_vila
Active Contributor
0 Kudos

Hi Midhun,

You can test your entire scenario, if you set an external breakpoint with the same user that you have defined in the receiver communication channel.

Regards.

Answers (3)

Answers (3)

Former Member
0 Kudos

The issue was with the authorization of the id. I changed the user id and password used in the communication channels and the scenario started working

Thanks everyone

0 Kudos

Hi Madhav,

This is something to be looked into the ABAP Code because in PI point of view your scenario is working fine but the only thing is the corresponding response to your input field is not fetching back from the tables.

There is some link is missing within the ABAP Code.

Thanks

Venkat B.

former_member186851
Active Contributor
0 Kudos

Helo Midhun.

Check in the SXMB_MONI of ECC,

If the field is not populated there itself,Then check the ABAPEr to check if the response/proxy code is correct.