web services - Pass Internet Address (URL) through HTTP connection or SSL connection -


in mule ce 3.3.0, want control urls requests http connection, ssl connection or other connections. have internet url (www.web-mail.com) clients seeing web-mail, enter address (www.web-mail.com) in browser. want put mule server (esb) between web-mail server , clients transfer client's request (www.web-mail.com) through mule server (esb) toward web-mail server. in each requests , calls (www.web-mail.com) client server want use mule logging, during process don't need contents. number of calling www.web-mail.com important me, want count them mule.

enter image description here

how can issue? possible?how????

for simple things, can use:

proxy pattern: http://www.mulesoft.org/documentation/display/current/http+proxy+pattern

bridge pattern: http://www.mulesoft.org/documentation/display/current/bridge+pattern


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -