Hi All I Developed a small WCF Services And hosted it using host program.But I want to use that WCF service using some other technology like JAVA from another PC, how can we do that?
The only way you can share your service with other languages is to use primitive types as return values. If you use .net specific serialisables you will have problems as Java won't know what they are.
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum