Showing related tags and posts accross the entire site.
-
I am new to NetTiers and so far love it. I am trying to learn it in the following scenario: My Windows App -> Service Layer -> WebServiceClient -> WebServices -> SqlClient -> Data. I want to insert two different types of entities within a database transaction. I noticed that I possibly...
-
Hi Hugo, Yes, to do this you would have to write something that would wrap the webservice calls. There are a few ways to do this, and you would also have to write a few lines of custom logic in the webservice template because it currently passes null. We already include an HTTPModule which does just...