cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to call subsequent SOAP API in S/4 HANA Public Cloud

JastinC1
Explorer
0 Kudos
203

In S/4 HANA Public Cloud, I'm trying to call two consecutive SOAP API - one is to Post Journal Entry (for reclass) while the other is to update a custom field of the original Journal Entry.

First API (post) works as expected. However, the second API (change) does not work. It seems that in method CL_WS_PROXY_RUNTIME_OUTBOUND->EXECUTE, the attribute M_REQUEST_URI still contain the URI of the first API (post) hence causing error.

I tried to look for some class to reset the attribute but they are all not permitted to be used. 

Any ideas on how to make this work?

View Entire Topic
Seven
Advisor
Advisor
0 Kudos
Thank you for your query. To the best of my knowledge, the Journal Entry SOAP APIs do not utilize the class CL_WS_PROXY_RUNTIME_OUTBOUND for outbound services. Could you please elaborate further on your use case? If you have any additional context or details, it would help us better understand your situation.