Re: Axis's Architecture

2004-03-26 Thread Chris Haddad
hi vivek - transport, global, and service define execution scope. handlers attached to the service chain will only execute for web services requests targetting a specific service. global handlers will always be executed, and transport handlers are only executed if a message is recieved by a

Axis's Architecture

2004-03-26 Thread Vivek Nagulapati
Hello All, I have few questions on the low-level architecture of Axis. 1. According to the architecture guide of Axis, it states that there are 3 chains of handlers that a MessageContext object has to go through before being serviced i) Service ii) Global iii) Transport. IIRC, Service handlers