XML Web Service - Complex Types Dialog Box

Makes it possible for you to specify information for complex types such as table and field names for XML Web service operations that return ADO.NET DataSets or property names for a returned object, such as an XMLDOMNodeList, which SOAP Toolkit 3.0 returns for most complex types.

This dialog box appears when you click Complex Types in the XML Web Service - Client Detail Dialog Box.

  • Dataset
    Specifies a table and field name of the returned DataSet. The XML Web service control imports the DataSet into an XMLAdapter object object that your application can use. When the client operation is called, the cursor is automatically created.

    • Dataset tables   Specifies a table from the tables available in the DataSet.

    • Table fields   Specifies a field from the fields available in the selected DataSet table. Selecting a field can be useful when binding to the TextBox ControlSource property.

    • Use existing cursor if already opened   Specifies to use an existing cursor that has the same name; otherwise, create a new cursor.

  • Object
    Most XML Web service operations that return complex types are objects, which are treated by SOAP Toolkit 3.0 as XMLDOMNodeLists, and have properties to which you might want to bind your control.

    • Values   Displays properties associated with the object.
  • Query
    Calls the XML Web service so that you can view the available values for the DataSet or object.
  • Reset
    Resets all values to empty strings.
  • Attach Schema
    Sets the CursorAdapterCursorSchema property to the schema of the selected table. Available when a CursorAdapter object is selected in the Client Detail dialog box.

See Also

Reference

XML Web Service - Client Detail Dialog Box

Other Resources

Dialog Boxes (Visual FoxPro)