Skip to main content
Skip table of contents

<service>

This element defines a Web service.

 

parents

<definitions>

children

<documentation>[0:1] <methods>[1]

 

Attributes

Attribute
Data Type
Usage
Default Value
Description
namexsd:NCNamerequirednoneThe name of the service.
encodingxsd:tokenoptionaldocument/literalThe SOAP message encoding format. Sets the default encoding for methods in this service. Valid values are "document/literal" and "rpc/encoded".
namespacexsd:anyURIoptional The service namespace. If this attribute is omitted a namespace URI will be constructed using the service name attribute value with the prefix "http://soapam.com/service/".

Example

XML
<service name="MyService" encoding="document/literal">
...
</service>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.