cancel
Showing results for 
Search instead for 
Did you mean: 

Web service response error

former_member188005
Contributor
0 Kudos

Hi All,

I have created a web service using function module. When I am testing that web service and when I pass the input parameter the response in null and it gives the message as stated below:

HTTP/1.1 200 OK

Set-Cookie: <value is hidden>

content-type: text/xml; charset=utf-8

content-length: 268

sap-srt_id: 20080102/112210/v1.00_final_6.40/47792E0F766D009E000000000A64961E

server: SAP Web Application Server (1.0;700)

Can anyone explain/suggest me Am I missing somethin or I have to do some settings in SAP as I am using RFC enabled Function module for Web service.

Regards..

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

HTTP 200 with empty response is the default behaviour when the webservice is running properly. U may go ahead with ur scenario. Are u facing any other problem?

Regards,

Prateek

Former Member
0 Kudos

I think u r testing the WSDL link on web browser.

This is the normal status message u get when u test it.

Thnx

Chirag

Answers (1)

Answers (1)

former_member188005
Contributor
0 Kudos

Thanks....for the replies.