SalesForce WSDL / Logout / RequestObject with no Elements does fail

Hi

another issues with the Salesforce WSDL shipped under Salesforce WSDL does create strange Service Interface to the support@remobjects.com

Method Logout form the ISforceService = interface
->  function logout(const _logout: logout): logoutResponse;
with the request object “logout” not having any Attribute or Element!

Please do not ask me, why Salesforce does have such strange parameter objects but:

Testing with SOAP-UI -> works fine (Request-Message)
(soapenv:Body)
(urn:logout/)
(/soapenv:Body)
(remark: hat to replace the and with [ ] and ( ) to be shown in this forum)

same with RemObjects: the empty object is somehow corrupted
[SOAP-ENV:Body xmlns:ro=“urn:enterprise.soap.sforce.com”]
[v1:logout xmlns:v1=“urn:enterprise.soap.sforce.com”]
[v1:logout/]
[/v1:logout]
[/SOAP-ENV:Body]

–> the RemObjects body cannot be loaded by the Salesforce server
… looks like a “double define” of “logout”
–> removing the [v1:logout/] from the body-node does work

regards

Günther

Any news on that problem/bug?