cancel
Showing results for 
Search instead for 
Did you mean: 

Web service error

former_member206857
Active Participant
0 Kudos

Hi, I have this issue posted on the SOA group but no one seems to understand it.

Take a look, let me know if you have seen it before?

http://scn.sap.com/thread/3803768

Accepted Solutions (1)

Accepted Solutions (1)

former_member206857
Active Participant
0 Kudos

Figured it out.

The proxy consumer was able to give me an error message to work with.

When we did EHP 3 to 6, we upgraded the Kernel from 7.00 to 7.21 ext.

It corrupts the server cert. I re-created it and gave it to them, all good now.

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hi Joshua,

Please avoid cross-posting (you should keep only one thread opened).

You should follow the recommendations from SAP note 1319507, i.e. using wss_setup, etc.

If this is not sufficient, then you can use SOAMANAGER to have a trace file, which might provide you with more details about what is missing:

  • SOAMANAGER
  • Go to Tab 'Logs and Traces'
  • Select 'Trace configuration'
  • Edit the active traces, so that the 'Export trace' is not checked.
  • Save the settings.

I also recommend reading the following SAP Help page.

I hope this helps,

Cris

former_member206857
Active Participant
0 Kudos

Thanks Cristiano.

I did take a harder look at my log errors.

I did run the report and create the users with report wss_report.

Still having issues. Almost appears to be a negotiating between bindings.

See the soap error I found:

**** Trace file opened at 20150929 104203 Eastern Daylight Time, by disp+work

**** Versions SAP-REL 721,0,300 RFC-VER U 3 1498740 MT-SL

XRFC> Begin of user trace

XRFC> ---------------------------------------------------------------------

XRFC>                                                                     <

XRFC> TRACE SOAP RUNTIME - header                                         <

XRFC>                                                                     <

XRFC> ------------------------------------------------------------------  <

XRFC> PARENT_ID  : ROOT_CALL_ID                                           <

XRFC> TRC_KEY    : 3FB866E5335AF1D5B8E9842B2B523427                       <

XRFC> REQ_BASED  :                                                        <

XRFC> SESSION_ID : 000412553FB866E5335AF1CEB8E9842B2B523427               <

XRFC> TS_CALL    : 20150929144203.7700000                                 <

XRFC> SY_UNAME   : XXXXXXX                                               <

XRFC> HOSTNAME   : OT9XXXX                                               <

XRFC> SY_SID     : XXX                                                    <

XRFC> SY_MANDT   : 200                                                    <

XRFC> SYS_NR     : 00                                                     <

XRFC> APPLSERVER : OT9XXXX_XXX_00                                        <

XRFC> ISPRESCHED : X                                                      <

XRFC> DURATION   : 10                                                     <

XRFC> NETHDRTIME : 10                                                     <

XRFC> CALL_STATE : 2                                                      <

XRFC> ERRORTYPE  : SYSFAIL                                                <

XRFC> ERRORAREA  :                                                        <

XRFC> CTXDP_TYPE : SOAP_RUNTIME                                           <

XRFC> MEMCONSUMP : 571                                                    <

XRFC> ------------------------------------------------------------------  <

XRFC>                                                                     <

XRFC> TRACE SOAP RUNTIME - trace records                                  <

XRFC>                                                                     <

XRFC> ------------------------------------------------------------------  <

XRFC> E SOAP_RUNTIME 20150929144203.7800000 : CL_SOAP_RUNTIME_SERVER      <

XRFC> ->EXECUTE_PROCESSING Exception handling in SOAP runtime             <

XRFC>                                                                     <

XRFC>                                                                     <

XRFC> E SOAP_RUNTIME 20150929144203.7800000 : CL_SOAP_RUNTIME_SERVER      <

XRFC> ->EXECUTE_PROCESSING A SOAP Runtime Core Exception occurred in      <

XRFC> method SET_SOAP_VERS_BY_CONT_TYPE of class CL_SOAP_HTTP_TPBND_ROOT  <

XRFC> at position id 3 with internal error id 1036 and error text SRT:    <

XRFC> HTTP-Code 415: ("Unsupported Media Type") (fault location is 1 ).   <

XRFC>                                                                     <

XRFC> ---------------------------------------------------------------------

XRFC> End of user trace


cris_hansen
Advisor
Advisor
0 Kudos

Hi Joshua,

Have you tested the scenario using a web browser? AFAIK, you would need to use WS navigator or tools such as SOAP UI to test.

Usually this happens due to text/html request sent by the browser.

Thanks,

Cris