SoapTest


The following operations are supported. For a formal definition, please review the Service Description.


This web service does not conform to WS-I Basic Profile v1.0.

Please examine each of the normative statement violations below. Follow the recomendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.0 conformance warnings for the entire vroot.

To turn off BP 1.0 conformance warnings for the entire vroot remove the 'BP1.0' value from the <conformanceClaims> section of the configuration file of your application:

<configuration>
  <system.web>
    <webServices>
      <conformanceClaims>
        <remove name='BP1.0'>
      </conformanceClaims>
    </webServices>
  </system.web>
</configuration>


R2706: A DESCRIPTION MUST use the value of 'literal' for the use attribute in the SOAP Binding description.
Recommendation: To make it conformant change the implementation of the service to use 'rpc-literal' or 'document-literal' SOAP messages. You need to add explicit Use=SoapBindingUse.Literal property to all service and method level attributes: SoapRpcService, SoapRpcMethod, SoapDocumentationService, SoapDocumentationMethod.

For more details on Basic Profile Version 1.0, see the Basic Profile Specification.