cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Filter on XI J2EE server for web service calls to Sender SOAP Adapter

Former Member
0 Kudos

I've created a web service for an o/b synch interface using the wizard and published the WSDL in a custom-built UDDI application where clients can subscribe to it, this UDDI application also provides authentication mechanism. The URL is in the pattern http://<host:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>;

When the clients call the web service, I need to authenticate the credentials & subscription against the UDDI application server; I have an Agent to do this. I need to configure in such a way that this Agent intercepts the request sent to http://<host:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>;.

I'm not sure which web.xml file do I modify to add an HTTP Filter which will pre-process requests to the XISOAPAdapter/MessageServlet and which EAR/WAR should receive the associated jars?

Did anyone use HTTP filters on SAP XI? I highly appreciate your inputs on this.

thx

praveen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Folks, any thoughts?

I appreciate your help.

praveen