I need SOAP web service on Linux that can communicate with a windows web service client (ASP.NET for example). What is the best way to do this? need help!
Can someone give me some examples or some links to some examples that work?
EDIT:
what about c++? I would like to have a c++ web service server.
how to do it and how to test it from windows (C#?)? please help.
i did succedded to write a web service with gsoap and wsdl but on windows web service client i have the error :"the content type text/plain of the response message does not match the content typeof the binding (text/xml; charset=utf-8). if using a custom encoding be sure that the IsContentTypeSupport is implemented properly." I don't know what's wrong. The web service is a wsdl url. Can someone light me up?
The webservice server will be on an ubuntu server!!