Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
HI,
I developed a web service in C#.net hosted in windows server., the consumer is a application built in Java hosted in Linux. If i set Windows authentication for my webservices, will the java be able to consume my web services?

If not? what would i need to do from web service side?

Please help., A sample code will help a lot.
Posted
Comments
Sergey Alexandrovich Kryukov 17-Dec-13 4:27am    
All Web services can be consumed on all platform using different languages, because they are based on some common standards. I don't know what kind of service you do use, but... do you have WSDL?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900