Sometimes, we want to make a service available in different protocols so that clients could have an option to choose one of their favorite methods to consume the web services.
Here we are going to talk about how to make one WCF service available in RESTful POX(Plain Old XML as XML for short), JSON and [...]
Continue reading about WCF RESTful POX, JSON and SOAP Coexist
When sending test email or sending email notification in Redmine, you see the follow error,
An error occurred while sending mail (504 5.7.4 Unrecognized authentication type )
This is caused by the target SMTP service may not require any authentication while sending the email from your application. In order to make Redmine email work properly,
Firstly, open [...]
Continue reading about Redmine Email 504 5.7.4 Unrecognized authentication type