My organisation is getting into the SOA开发者_运维技巧 world (a bit late, but that\'s what it\'s like here!) and we\'re looking into the ESB Toolkit 2.0 (we already have BizTalk Server 2009).
In one sentence, what i ultimately need to know is how to share objects between mid-tier functions w/ out requiring the application tier to to pass the data model objects.
I am planning to write a .net web application using SOA, which means data operations are made using web methods. There will be many, many methods so I got the next questions:
I have thinked of 3 alternatives: The settings are handed from one service to the next in each transaction.
What is the proper way to handle polymorphic business objects in a WCF/SOAP world? It seems to me that SOA and OOP are at odds with each other - to expose a clean WSDL you need concrete objects, typi
Problem: WCF contract objects cannot implement 2 types of lists (ie: List and List). Long-winded explanation:
Scenario: What my project do right now User Enters his Login and Password through his mobile phone and servlets contacts webservice of Authentication and user gets authenticated with the system in t
Is it possible to initialize BPEL variables at the declaration ? if so how ? declaration example : <variables>
I have a system, that has 3 general parts to aid my description. 1) DATABASE- to store all tables, this same database will store data for other services as well including a web application, silverlig
I am wanting to write some web services using WCF. I would like to have a \"thread pool\" in my web service.