Where is the service


The service contains a set of endpoints.

<service name="Validator" 
       interface="val:ValidatorInterface"
       resource='http://www.example.org/MyResource'>
  <endpoint name="ValidatorSoap"
            binding="val:ValidatorSoapHttpPost">
    <soap:address
      location="http://example.org/w3c/validator" /> 
  </endpoint>
  <endpoint name="ValidatorHttpGet"
            binding="val:ValidatorHttpGet">
    <http:address
      location="http://example.org/w3c/validator" /> 
  </endpoint>
<service>

Open issues: