Hello all!
We have some WDJ applications on SAP NW Java 7.3 which uses webservices from SAP backend system (7.01). These webservices developed by us and based on the Function groups.
After upgrade this backend from 7.01 to 7.31 SP 7 we've faced a problem that some of our web-services can't be run anymore. Logs in the Java side sais that there are issues on the service provider side (in our case it's backend system). In the trace files of the backend system we see logs like this:
<?xml version="1.0" encoding="utf-8"?><asx:abap version="1.0" xmlns:asx="http://www.sap.com/abapxml"> <asx:values> <TRC_RECS> <SRT_MONI_STATUS_TRACE> <TS>20130716054915.086702</TS> <CLASS_NAME>CL_SOAP_RUNTIME_SERVER</CLASS_NAME> <METHOD_NAME>EXECUTE_PROCESSING</METHOD_NAME> <PROCESSORID>SOAP_RUNTIME</PROCESSORID> <PROCESSORNAME>SOAP Runtime</PROCESSORNAME> <TRC_LEVEL>1</TRC_LEVEL> <STATUS>E</STATUS> <TEXT>A SOAP Runtime Core Exception occurred in method DETERMINE_OPERATION_NAME of class CL_SRT_WSP_RT_CONFIG at position id 1 with internal error id 1033 and error text <no error message available>: ("Message "ZlibIndReadTblsCommonMass{urn:sap-com:document:sap:soap:functions:mc-style}" not supported (interface: "ZLIB_FG_WS" binding key: "50B1FBB961DA0459E10000000A840FEE")") (fault location is 1 ).</TEXT> <ISREQUEST>X</ISREQUEST> </SRT_MONI_STATUS_TRACE> </TRC_RECS> </asx:values></asx:abap>
I tried to find posts with similar problem but found nothing.
How we can fix this issue?
regards,
Lev