Changes
Changed functions
| Previous definition | New definition |
| execCommand(command) | execCommand(command, bNoThrow) |
Changed methods
| Previous definition | New definition |
| HttpClientRequest.connect(hasProxy) | HttpClientRequest.connect(hasProxy, async) |
| HttpClientRequest.execute(hasProxy) | HttpClientRequest.execute(hasProxy, async, context, timeout) |
| HttpSoapConnection.HttpSoapConnection(url, codepage, protocol) | HttpSoapConnection.HttpSoapConnection(url, codepage, protocol, async) |
SOAP calls changed
| Previous definition | New definition |
| nms:offer:Cancel(in offerId, in comment) | nms:offer:Cancel(in offerId, in comment, in offerSpaces) |
| nms:offer:StartValidation(in offerId) | nms:offer:StartValidation(in offerId, in type, in offerSpaces) |
| nms:offer:Validation(in offerId, in refused, in comment) | nms:offer:Validation(in offerId, in type, in offerSpaces, in refused, in comment) |
| xtk:builder:InstallPackage(in parameters) | xtk:builder:InstallPackage(in parameters, in ignoreWarning) |
| xtk:session:Logon(in login, in password, in parameters, out sessionToken, out sessionInfo) | xtk:session:Logon(in login, in password, in parameters, out sessionToken, out sessionInfo, out securityToken) |

