Maybe I'm trying strange things again, but I think this time it's not the case.
The idea is that we have a kind of J2EE-based applications architecture and we want to make it SOA.
The first idea that comes to my mind is implementing an entry point, in this case a servlet, that will receive all http SOAP request, will parse them, and redirect to the corresponding dispatcher inside the architecture.
But surfing the waves I still can't find an example or support for this issue. Looks like everyone relys on a third party software to deal with these requests. That can be handy, but you lose the point of making it to completely fit your requirements.
So, do you think my approach is not viable? Or can anyone point me to any examples of SOAP request parsing in Java?
Cheers,
Dian
The idea is that we have a kind of J2EE-based applications architecture and we want to make it SOA.
The first idea that comes to my mind is implementing an entry point, in this case a servlet, that will receive all http SOAP request, will parse them, and redirect to the corresponding dispatcher inside the architecture.
But surfing the waves I still can't find an example or support for this issue. Looks like everyone relys on a third party software to deal with these requests. That can be handy, but you lose the point of making it to completely fit your requirements.
So, do you think my approach is not viable? Or can anyone point me to any examples of SOAP request parsing in Java?
Cheers,
Dian