cancel
Showing results for 
Search instead for 
Did you mean: 

Server proxy working fine but client proxy not working

Former Member
0 Kudos

Hi ALl

I have scenario  SOAP -xi - server abap  proxy this scenarioa is working

But whne i am trying for abap cleint proxy - xi -soap Message is not coming out of R3

In sxmb_moni of " R3  "system messages is in error and there is no message in XI moni

following trace is found tin message in R3  "AN SQL error occurred when accessing table SXMSPVERS "

-

Accepted Solutions (1)

Accepted Solutions (1)

gagandeep_batra
Active Contributor
0 Kudos

Hi

check for that paarticular table  if there is any lock on that table  and also if some other job is accessing that table  then  lock on that which is causing error

and also check in st22 for any dump

check the following link this might help

http://wiki.sdn.sap.com/wiki/display/Snippets/Change+Inbound+Proxy+status

Gagandeep

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Debug your sender proxy code with sample data and see the results .

Former Member
0 Kudos

Hi Amit

If I understand correctly, you have SOAP to Proxy synchronous interface.

And you problem is when you send SOAP request the first request part is working fine but you are not able to see response in SXMB_MONI..

Is this your problem? If it is then there is problem on ABAP side inside Proxy development and you can check that inside tcode : sproxy and try to test your proxy interface in sproxy you will come to know why its not working in debug. As this is synchronous interface you are expecting response from proxy but which you are not getting in moni you can check on ABAP side Proxy development

If this is not the problem explain your scenario and problem with more details.

Thanks,Bhupesh