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

Regarding the Web services

Former Member
0 Likes
1,810

Hello,

We have a topical error regarding Web services.We have created a web servicepublished-created the end points ..it is working fine.

Once u transopted to Quality we are getting "Invalid Response content type. Server returned code (500) with message <Internal Server Error> and content type <text/html; charset=utf-8>. Http proxy info: none"

We checked the patch level in DEV and Quality system.

Please help us..

Thanks in advance.

Moderator message: please choose more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Aug 17, 2011 4:20 PM

Hello,

We have a topical error regarding Web services.We have created a web servicepublished-created the end points ..it is working fine.

Once u transopted to Quality we are getting "Invalid Response content type. Server returned code (500) with message <Internal Server Error> and content type <text/html; charset=utf-8>. Http proxy info: none"

We checked the patch level in DEV and Quality system.

Please help us..

Thanks in advance.

Moderator message: please choose more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Aug 17, 2011 4:20 PM

12 REPLIES 12
Read only

Former Member
0 Likes
1,746

Hello Sumana,

There might be some type mismatch in the input data you provide to the web service.

First you confirm whether the data types of your data and data types of receiver end are same.

Try to convert the data if it is the case.

I am working on similar task.

Here, I have converted the data to string format and sent it, as the receiver data type is in 'string'.

However, this is for outbound process.(i.e., consuming web services)

Read only

0 Likes
1,746

Hello,

Could you tell us were to check for Char-set in ABAP system.

Thanks in advance

Read only

matt
Active Contributor
0 Likes
1,746

Have you been to tx SOAMANAGER in the quality system to set up the correct binding, and to generate the fresh WSDL? That has to be done after each transport.

Read only

Former Member
0 Likes
1,746

THe application consumes 23 web service and 4 RFC's, but the problem we are experiencing is only with this service. We have transported the service - Published in SE 80 - Created endpoints in SOAMANAGER.

The service in working in CE 7.2 DEV but throwing an error after transported to CE 7.2 Quality.

Read only

matt
Active Contributor
0 Likes
1,746

I'm still not clear on an important point.

In your quality system, have you run transaction SOAMANAGER?

Read only

Former Member
0 Likes
1,746

Hi Matt,

Thanks for the reply, We have executed the Tx SOAMANAGER for couple of times but the web service is giving the same error as posted above.In se37 the function module is working fine.

Kindly help us..

Thanks in advance.

Read only

matt
Active Contributor
0 Likes
1,746

And you have checked in SOAMANAGER on quality that the configuration is correct (i.e. similar to that in your development system).

Read only

Former Member
0 Likes
1,746

When we execute the transnported service in Quality SOAMANAGER, except this servie all other services are executed successfully. Only this service is giving us the following error:

Invalid Response content type. Server returned code (500) with message <Internal Server Error> and content type <text/html; charset=utf-8>. Http proxy info: none

Read only

Former Member
0 Likes
1,746

Matt,

The configurations are same for SOAMANAGER in Dev and Qlty. Also the service in concern "zbom_reqonhold_readdata" is working fine in DEV. Tested this service in SOAMANAGER and CE Service registry as well. After transporting to Quality, the associated function module is working fine. But when this service is executed in SOAMANAGER or CE Service registry it is throwing this error.

Any help on this is highly appreciated.

Regards,

Sumana

Read only

matt
Active Contributor
0 Likes
1,746

Check SICF that the service is activated.

Go to ST01, start an authorisation trace. Attempt to use the service, then look at the trace to check if it's an auth issue.

Check SM21 for any indication of an issue at that time.

The problems I've encountered have been the service not being activated, the role not having the service included with the correct hash entry as in USOBHASH, or other authorisation errors.

Finally, go to SMICM, and using one of the options there, up the trace level to 3. But if you get to that stage, you're really getting into networking type knowledge.

Read only

Former Member
0 Likes
1,746

Matt,

Thank you for your reply.

We were able to close this issue. The syntax error the service was not allowing the service to execute. Still wondering how it worked in Dev.

However, we had recreated the service definition and transported the same to Quality and now its working.

Read only

Former Member
0 Likes
1,746

This message was moderated.