Configuring the service manifest

Once a service listening to port 80 is authored, we need to configure port 80 in the service manifest to open a listener in the service. This can be done by editing Service Manifest.xml:

<Resources> 
<Endpoints>
<Endpoint Name="WebEndpoint" Protocol="http" Port="80" />
</Endpoints>
</Resources>

 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.1.156