Web services are available, but can not be created as a configuration object. At the same time you still can publish it on the main infobase and use in the mobile application. For example:
| Code |
|---|
URL = URL + "/ws/ws1.1cws?wsdl";
Definitions = New WSDefinitions(URL, User, Password);
Proxy = New WSProxy(Definitions, "http://localhost/ws1", "SynchronizationWithMobileDevice",
"SynchronizationWithMobileDeviceSoap");
Proxy.User = User;
Proxy.Password = Password;
Proxy.ExecuteSynchronization(MobileDeviceID,
DeviceDescription,
MainNode.ReceivedID,
MainNode.SentID,
"2"); |
The data exchange do not require the absolutely identical configurations, but the conversion rules should be used to exchange data between applications with different configurations. Unfortunately the application for data conversion rule creation is not yet available in English.