Enterprises are inherently complex, comprising of hundreds of applications with completely different semantics. Some of these applications are custom built, where as some are acquired from third parties and some even can be a combination of both and they can be operating in different system environments.
WSO2 VMware Images helps you to try our products inside your virtualized environments without having to go through the trouble of installation and configuration. Download an image and get your hands on cutting edge, lightweight SOA middleware right away!
WSO2 Governance Registry is a product from WSO2 that facilitates you to govern the SOA platform of your organization by helping you store and manage SOA meta data. The product is free and open source with Apache licence and you can download it from http://wso2.org/projects/governance-registry
Hi You may do following 1)
Hi
You may do following
1) Using callout mediator call the web service passing login credentials
2) Using a custom mediator, parse the response and take the service URL and set it as the 'To' in the synapse message context.
3) Generates a new request and use the send mediator.
callout -> custom mediator -> send mediator.
If you do not want to use callout mediator , then you can use message chaining[1].
Please have a look at [2]
Thanks
Indika
[1] http://esbmagic.blogspot.com/2009/02/chaining-messages-with-apache-synapse.html
[2] http://wso2.org/forum/thread/8804