Hi, we have problem with J2SE receiver SOAP adapter. Communcation is working corect till the moment when adapter is receiving two messages per 1 second, see log:
08:44:41 (3835): Request transport message received at 8000/soaptest1
08:44:41 (3835): Request transport message received at 8000/soaptest1
08:44:41 (3836): Request message parsed
08:44:41 (3836): Request message parsed
08:44:41 (3837): Response message serialized
08:44:41 (3837): Response message serialized
08:44:41 (3838): Response transport message sent
08:44:41 (3838): Response transport message sent
The target Message Handler get message in wrong format:
<?xml version='1.0' encoding='UTF-8'?><SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'><SOAP:Header xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:SAP='http://sap.com/xi/XI/Message/30' xmlns:wsse='http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd' xmlns:wsu='http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd'/><SOAP:Body><FROM_SAP_TO_CVG xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> <?xml version='1.0' encoding='UTF-8'?><SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'><SOAP:Header xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:SAP='http://sap.com/xi/XI/Message/30' xmlns:wsse='http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd' xmlns:wsu='http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd'/><SOAP:Body><FROM_SAP_TO_CVG xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> <DATA xsi:type='xsd:string'> payload message A </DATA> <DATA xsi:type='xsd:string'> payload message B </DATA> </FROM_SAP_TO_CVG></SOAP:Body></SOAP:Envelope>
and Message Handler principle brake down.
Consolidating hardware of machine where AE is installed we didn't get better effect.
Do you have the same experince. Thanks