‎2014 May 16 3:52 PM
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
‎2014 Jun 04 1:58 AM
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
‎2014 Jun 04 1:58 AM
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
‎2014 Jun 04 8:16 AM
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