cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming Web Services in ABAP

Former Member
0 Kudos

Hi all,

I'm working on building a scenario to build a web service consumer in SAP. I created my proxy class in SE80 and completed all config and Logical port in SOAMANAGER. I'm generating this Proxy using a WSDL i received from host system. When i try to test my proxy system gives error "SOAP:1,023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response ICM_HTTP_CONNECTON_BROKEN"

I checked with my administrator and basis team. they seem not find any issue and network person is not able to trace a request going out at firewall level. I'm trying to reach an outside system(internal system but outside our network) so firewall and port all verified.

any ideas? what I'm missing here. Based on info i got from SDN this supposed to be a simple test.

really appreciate if you can help me here

P.S: please look at the attachment for more details on my settings.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The issue is resolved. The serivce was defined with https and we were trying wtih http.

Former Member
0 Kudos

Hi,

Does the web service have to be configured by a SAP Basis person or can it be done by a Developer?

Also would you be able to help me on what checks/configurations need to be done to get the Web Service to work?

I am currently trying to consume a SharePoint Web Service, and I am new to SAP.

Thank You,

Shaneel. 

Former Member
0 Kudos

Hi,

We are getting same error by accessing more than create an order with more than 1000 items in UAT.Below is the error.


SOAP:1023 SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_BROKEN")

But we are not gertting error upto 1000 orders.Please advise..


Advance Thanks,

Sudarshan

Former Member
0 Kudos

Hi,

I am having the same problem.