cancel
Showing results for 
Search instead for 
Did you mean: 

Connection broken error while service consumer creation

former_member184588
Active Participant
0 Kudos

Hi,

I need to consume a .net soap web service. During the creation of the service consumer the following error occurs:

Exception occurred in communication framework:Error in HTTP Framework:500 Connection Broken http://domain/path/servicename?WSDL

Unfortunately I cannot find informations regarding this error.

There is one strange behavior. Our SAP System is running on Linux and the Web Service on a windows machine. From a windows system it is no problem to access the WSDL-File. On a Linux System this is not possible.

Does someone know this error and knows reasons?

Thanks, Vanessa

Accepted Solutions (0)

Answers (2)

Answers (2)

bill_johnson3
Member
0 Kudos

Vanessa,

I don't suppose you found the resolution to this issue, did you?  I am experiencing almost exactly the same thing (i.e., works on Windows but not HP-UX).

Bill

attila_mikulan
Employee
Employee
0 Kudos

Hi Bill

Check these wiki pages, you might get the answer, what causes the problem

http://wiki.scn.sap.com/wiki/x/EwA6FQ

http://wiki.scn.sap.com/wiki/x/AgA6FQ

It seems the problem is with the connection, SAP cannot access the WSDL. Maybe a level 3 ICM trace could also show more details regarding the problem:

http://wiki.scn.sap.com/wiki/x/c4E_FQ

Cheers,

Attila

jitendra_it
Active Contributor
0 Kudos

Hello Vanessa ,

have you checked with downloading WSDL ?

former_member184588
Active Participant
0 Kudos

Hi,

yes, I downloaded the WSDL file and the corresponding XSDs and tried unsuccessfully to create the web service.

Greetings