<SAP:AdditionalText>soap fault: Server was unable to read request. ---> There is an error in XML document (1, 412). ---> The string '' is not a valid AllXsd value.</SAP:AdditionalText>
Over "Audit Log", Runtime Workbench, I can see that the request message is entirely and successfully processed by SOAP Adapter, and that the error occurs at the moment it continues to the response message. Seems that the parsing problem is on the target system, not on soap adapter. Anyway, I analysed the XML according to the position given by the error message (1, 412) and there are no invalid characters and, also, the tag at this position does not have an empty value.
Has anyone come across such a problem? Any ideas of what could be wrong?
Thanks and happy new year to all you,
Andre
1) check the XML that you send to the WS
2) if the server returned this soap fault it might mean that XML was not correct.
3) Do you have the schema for the xml that was sent, validate the xml against the schema for errors, that might tell you the error, try doing a test within xi that should catch validation errors right away