on 2024 Nov 13 1:49 PM
Hi ABAP gurus,
I have created a Service Consumer using Proxy Class with WSDL provided to connect to the third party system. I have similarly designed other Service Consumer using Proxy Class which are working fine and data is being received by third party system.
However, for one different functionality for which i have done similar SOAMANAGER configuration activity, the class method call of the Proxy class is giving the error message : SOAP:1023 SRT: Processing error in Internet Communication Framework: ("Connection closed") and it is being captured in TRY- ENDTRY block using CATCH statement.
Reference sample code below :
I also searched SAP community but could not find any solution.
Kindly let me know what can be the probable solution for this error.
Thanks in advance.
Devendra
Request clarification before answering.
Did you already use SRT_UTIL to generate a trace?
Also are you able to consume the service from a tool such as SoapUI (so from your PC)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Raymond,
Thanks a Lot for your Reply !!
After your suggestion i used transaction SRT_UTIL , applied --> Functional Trace <-- and executed my program and here is the log it shows after refresh :
-ERROR_MESSAGE --> Connection to server broken (ICM_HTTP_CONNECTION_BROKEN)
The thing is that roughly 2-3 times out of 10 the program works also and it doesnot give the error but execution of program 80 % of the times is giving error : SOAP:1023 SRT: Processing error in Internet Communication Framework: ("Connection closed") in catch statement.
The issue is that at times it works and at times it doesnot for the same configuration. Is there a some parameter value somewhere i have to Change or Maintain in SAP ?
What could be the probable solution for this ?
Best Regards,
Devendra
Hi @RaymondGiuseppi ,
Today I tried consuming the service from SoapUI and i get the yellow highlighted message.
In SOAMANAGER i increased the --> Maximum Wait for WS Consumer <-- time to 360 seconds from 0 which was maintained earlier.
Although the backend processing is taking around 40 seconds to complete, the connection is timing out.
Any views on this ?
Thanks
Check with Network Admin (yours and provider of service) for problem related to https or firewall, and read a KBA such as 2149132 - ICM performance checks
If the proxy is consumer service, you can try used this configuration the service:
Add these fields proxy and port, this data is provided by the basis team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
17 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.