Thursday

how to add new Service to reference.svcmap

Add a new MetadataSource into the file, save it, and Update the reference, all metadata files will be downloaded automatically.
MetaSource tag will be looking like this:
  
<MetadataSource Address="http://localhost/myservices/Services/Service1.svc?wsdl" Protocol="http" SourceId="1" />


No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...