Try
WebServiceConnection WSSubmit = (WebServiceConnection)this.DataConnections["PutMarkLogicDoc"]; WSSubmit.Execute();
--- S.Y.M. Wong-A-Ton
"Richard" wrote:
[Quoted Text] > > How to use DataConnections in Infopath 2007 OM > > I want to convert the following code that was in infopath 2003 to the new > 2007 OM. > > WebServiceAdapter2 WSSubmit = (WebServiceAdapter2) > thisXDocument.DataAdapters["PutMarkLogicDoc"]; > > WSSubmit.Submit(); > > > > >
|