Avatar

Level 10

That is what is supposed to happen ....the Import/Export bindings are not the same as the Data Bindings. The Data Bindings are used to bing the field to the Data Dom which is used when a submit operation occurs. That data dom is written to the submitting process. The Import/Export bindings are used when invoking a web service. The web services are generally used to augment the form (supply additional information - like populating a ddlist from an external source). Are you trying to fully populate the form with the return of the web service? Are there multiple records being returned at the same time?

Paul