cancel
Showing results for 
Search instead for 
Did you mean: 

Error while calling a webservice from ABAP system

Former Member
0 Kudos

Hi All,

I have generated a proxy for the webservice that is there in a Java system.

Iam getting the following error when I make a method call of that generated proxy.

SOAP:1.026 SRT: HTTP-Code 500: ("Internal Server Error").

Does anybody has any idea why is this happening?

Thank You,

Suresh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Suresh,

Check the 'srt' service is activated or not in your ABAP System. You can check this service at 'sicf' transaction code.

Regards,

Sridhar.

Former Member
0 Kudos

Hi Sridhar,

It is active and it was working fine. It suddendly started giving this error. Do you think if there is any possibility that there would be something wrong in the system where webservice is lying?

Thank You,

Suresh.

Former Member
0 Kudos

I have solved it by myself. There was some mistake in defining the URL while determining the port.

Thank You.