TimeService
Returns the time
The following operations are supported. For a formal definition, please review the Service Description.
-
GetTimeDesc
Returns the time description of the server
This web service does not conform to WS-I Basic Profile v1.1.
Please examine each of the normative statement violations below. Follow the recommendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.1 conformance warnings for the entire vroot.
To turn off BP 1.1 conformance warnings for the entire vroot remove the 'BP1.1' value from the <conformanceWarnings> section of the configuration file of your application:
<configuration> <system.web> <webServices> <conformanceWarnings> <remove name='BasicProfile1_1'/> </conformanceWarnings> </webServices> </system.web> </configuration>
R2706: A wsdl:binding in a DESCRIPTION MUST use the value of "literal" for the use attribute in all soapbind:body, soapbind:fault, soapbind:header and soapbind:headerfault elements.
- Input element soapbind:body of operation 'GetTimeDesc' on portType 'TimeServiceSoap' from namespace 'http://dotnet.jku.at/time/'.
- Output element soapbind:body of operation 'GetTimeDesc' on portType 'TimeServiceSoap' from namespace 'http://dotnet.jku.at/time/'.
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, SoapDocumentService, SoapDocumentMethod.
For more details on Basic Profile Version 1.1, see the Basic Profile Specification.