Chapter 8 Working with Web Services


Web service method properties

When the Web Service method check box is selected in the operation property sheet, a Web Method page appears. The Web Method page in the operation property sheet includes the following properties:

Property Description
SOAP extension class Used for .NET. At creation of the class, new default functions are added. In .NET, a method can have a SOAP extension class to handle the serialization and de-serialization for the method and to handle security of other SOAP extensions features. You can click the Properties tool beside this box to display the class property sheet, or click the Create tool to create a class to use as SOAP extension class
WSDL data type Data type for the return type. It includes basic data types from the object language and complex data types from the WSDL Schema. You can click the Properties tool beside this box to display the WSDL Schema page of the component property sheet. This page shows the contents of the WSDL schema

The SOAP Input page defines the name and schema of the SOAP input message element.

The SOAP Output page defines the name and schema of the SOAP output message element.

The SOAP Fault page defines the default name and schema of the SOAP fault message element.

 


Copyright (C) 2005. Sybase Inc. All rights reserved.