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 am am new to .netTiers and I have generated a project with the webservice option. When I try to access the webservices via http://localhost/WebService.asmx I get the following error: Description: An error occurred during the processing of a configuration file required to service this request. Please...
-
Hi I am working on an existing Project that we have decided to try out nettiers, using the service layer with Web Services and the WebServiceClient. The Architecture looks like: *********************************************** Clients (existing Clients) --------------------------------( boundry) Customized...
-
Hi guys I want to use the wrapper for the Service layer (##BBLServices.asmx), however i see there is not WebServiceClient, like the one for de DAL wrapper, i suppose that in that case i should write my own webserviceclient for the service layer web service, and Convert the entities to the proxy entitines...
-
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...
-
Can anyone offer suggestions about how to implement some form of security/authorisation in the generated web service? I'm developing a client/server application. thanks Dave
-
please see the post at the following link http://community.codesmithtools.com/forums/t/7784.aspx