Calling a web-service via NHibernate -
we have webservice created perform database operations. service created in java hibernate.
can use nhibernate access java service in our .net code?
i think kind of misunderstand nhibernate does. library facilitates database access. it's not because webservice uses hibernate internally need nhibernate in .net part. actually, webservice, you're not interested in internal workings of webservice. you're interested in webservice exposes: contract.
if want consume contract in .net code, should looking @ wcf client
Comments
Post a Comment