Hello everybody
we have a problem of packege serialization.
We have developed a web service with SE37.
On WSADMIN we have activated and execute this web service.
This service return a list of material. The problem born when this list is very populated (1.500 materials ).
This is the log of error:
HEADER:
-
HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=utf-8
Content-Length: 864
Sap-Srt_id: 20060315/121218/v1.00_final_6.40/7FE60EB9AFDE4546A0019963B3837962
Server: SAP Web Application Server (1.0;640)
REQUEST:
-
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body xmlns:ns1="urn:sap-com:document:sap:soap:functions:mc-style">
<ns1:ZWsMaterialList>
<MaterialeEn xsi:nil="true"/>
<MaterialeBg xsi:nil="true"/>
<Tipomat>HA01</Tipomat>
</ns1:ZWsMaterialList>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
RESPONSE:
-
http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Body>
<soap-env:Fault>
<faultcode>soap-env:Client</faultcode>
<faultstring xml:lang="en">Deserialisation failed</faultstring>
<detail>
http://www.sap.com/transformation-templates">
<MainName>/1BCDWB/WSS0060310112124812000</MainName>
<ProgName>/1BCDWB/WSS0060310112124812000</ProgName>
<Line>29 </Line>
<Valid>X</Valid>
<MatchFault>
<DescriptionText>System expected element 'Tipomat'</DescriptionText>
<TokenType>S</TokenType>
<TokenName>MaterialeBg</TokenName>
<TokenNameSpace/>
<TokenValue/>
</MatchFault>
<Caller>
<Class>CL_SRG_RFC_PROXY_CONTEXT</Class>
<Method>IF_SXML_PART~DECODE</Method>
<Positions>1 </Positions>
</Caller>
</n0:SimpleTransformationFault>
</detail>
</soap-env:Fault>
</soap-env:Body>
</soap-env:Envelope>
SOME HELPS ????
thank you
Mauro