Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HTTP/1.1 500 Internal Server Error.......content-type: text/html;charset=ut

Former Member
0 Likes
2,472

Hi

I have created one web service... while i am testing in WSNAVIGATOR i am getting the following error.........

<b>Request</b>

POST /sap/bc/srt/rfc/sap/ZZ_BAPI_CUSTOMER_DISPLAY?sap-client=100 HTTP/1.1

Host: SAPDEV:8000

Content-Type: text/xml; charset="UTF-8"

Connection: close

Authorization: <value is hidden>

Content-Length: 578

SOAPAction: ""

<?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/"><enableSession>true</enableSession></sapsess:Session></SOAP-ENV:Header><SOAP-ENV:Body><ns1:CustomerDisplay xmlns:ns1='urn:sap-com:document:sap:soap:functions:mc-style'><CustomerNo>0000040009</CustomerNo></ns1:CustomerDisplay></SOAP-ENV:Body></SOAP-ENV:Envelope>

<b>Response</b>

HTTP/1.1 500 Internal Server Error

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

content-length: 3175

how to solve this problem.... please help me

Regards

Ravi Shankar B

Message was edited by:

RaviShankar B

Hi

I have created one web service... while i am testing in WSNAVIGATOR i am getting the following error.........

<b>Request</b>

POST /sap/bc/srt/rfc/sap/ZZ_BAPI_CUSTOMER_DISPLAY?sap-client=100 HTTP/1.1

Host: SAPDEV:8000

Content-Type: text/xml; charset="UTF-8"

Connection: close

Authorization: <value is hidden>

Content-Length: 578

SOAPAction: ""

<?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Header><sapsess:Session xmlns:sapsess="http://www.sap.com/webas/630/soap/features/session/"><enableSession>true</enableSession></sapsess:Session></SOAP-ENV:Header><SOAP-ENV:Body><ns1:CustomerDisplay xmlns:ns1='urn:sap-com:document:sap:soap:functions:mc-style'><CustomerNo>0000040009</CustomerNo></ns1:CustomerDisplay></SOAP-ENV:Body></SOAP-ENV:Envelope>

<b>Response</b>

HTTP/1.1 500 Internal Server Error

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

content-length: 3175

how to solve this problem.... please help me

Regards

Ravi Shankar B

Message was edited by:

RaviShankar B

1 REPLY 1
Read only

athavanraja
Active Contributor
0 Likes
1,012

generally HTTP500 error would generate ABAP dumpt - check txn ST22.

other thing i have noticed is SAPDEV:8000

you have set up FQDN (fully qualified domain name) for web applications to work properly.

for more on FQDN check this.

https://wiki.sdn.sap.com/wiki/display/BSP/FullyQualifiedDomainName%28FQDN%29

Regards

Raja