Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Abap client proxy

Former Member
0 Likes
566

All,

I have created a client proxy in CRM system and i have tested in from SE80 and everything works i retrieve data and works fine.

But now i have created a test program where i use a client proxy and i send the request with the same parameters, but i do not receive any response.

I have created the proxy object with the logical port and no exception is being throwed, any idea?

Regards

Jon

1 ACCEPTED SOLUTION
Read only

ec1
Active Participant
0 Likes
514

Hi Jon,

Whenever something unexpected happens, I think it's best to find out if a request has been sent out correctly from the client proxy and received by the web service.

If the web service is an SAP web service, you can use the following

1. SRT_UTIL transaction. You can find out more from the link below

http://wiki.scn.sap.com/wiki/display/ABAPConn/ABAP+Web+Service+Monitors

2. You may want to enable logging and tracing as well.

http://help.sap.com/saphelp_nwpi711/helpdata/en/2f/9eddbb74b84775931ca9f2297c77be/content.htm

Hope this helps.

Regards,

Stevanic

2 REPLIES 2
Read only

ec1
Active Participant
0 Likes
515

Hi Jon,

Whenever something unexpected happens, I think it's best to find out if a request has been sent out correctly from the client proxy and received by the web service.

If the web service is an SAP web service, you can use the following

1. SRT_UTIL transaction. You can find out more from the link below

http://wiki.scn.sap.com/wiki/display/ABAPConn/ABAP+Web+Service+Monitors

2. You may want to enable logging and tracing as well.

http://help.sap.com/saphelp_nwpi711/helpdata/en/2f/9eddbb74b84775931ca9f2297c77be/content.htm

Hope this helps.

Regards,

Stevanic

Read only

Former Member
0 Likes
514

Hi Stevanic,

I have executed the client proxy with the testing tool provided in SE80 and i receive parameters from the external WS. I have implemented a testing program on which the WS is called with the same parameters and it does not retrieve data.

In both cases the log is ok.

Thanks

Regards

Jon