PDA

View Full Version : Integrating with Weblogic 10



muzipok
Nov 5th, 2009, 11:17 AM
Hi there,

did anybody integrate Spring Integration projects into Oracle Weblogic 10.3.1 Server?
I'm having quite some trouble getting the webservices endpoint running.

To be a bit more specific:
we have an ws:inbound-gateway accepting documents. now i do understand, that ws:inbound-gateway is a spring-webservice with a message dispatcher servlet, right?
so, when deploying in an application server, i have to add the messagedispatcherservlet to web.xml. all incoming requests are assigned to this servlet.
according to the administration console the servlet is deployed, but i can't reach the webservice aka ws:inbound-gateway.

what am i missing? or do you need more information?


thanks!

Alex