3.1.4.5 PublishData

The following example shows the XSD for the GetServiceOptions operation request.

     <wsdl:operation name="PublishData">
       <wsdl:input message="tns:PublishDataSoapIn" />
       <wsdl:output message="tns:PublishDataSoapOut" />
     </wsdl:operation>

The PublishData operation saves the state in a DataSet class to database tables. PublishData can be invoked only if the service is in the "Publish" state (set by calling BeginPublish).

In the case of invalid database credentials or inputs (nonexistent server, database, username, or invalid password), an error is returned.