What you can probably do is have a webservice which will return the WSDL Url's depending upon your situations and then assign that URL to the partnerLink before you call the actual 'dynamic' webservices.
See this for more http://ode.apache.org/endpoint-references.html Hope this helps Thanks Dhanush -----Original Message----- From: LeeMike [mailto:[email protected]] Sent: Wednesday, June 23, 2010 7:31 AM To: [email protected] Subject: Re: How can dynamically select web services from BPEL process Hi, Now,we must give a path of WSDL through <partLink> when designed BPEL process . Then, I want to give a path of WSDL at running of BPEL time . This given WSDL descripte a web services which selected from many web services. thanks! Bob Brodt wrote: > > Hi, > > Not sure how you want to "dynamically" invoke a service at runtime - do > you mean based on message content? Take a look at the BPEL <if> which > allows you to specify a condition using an XPath expression which can > include your message parts. Then just use <invoke> in your execution > paths. > > _______________________________________ > Robert ("Bob") Brodt > Senior Software Engineer, JBoss Riftsaw > JBoss by Red Hat > > ----- Original Message ----- > From: "LeeMike" <[email protected]> > To: [email protected] > Sent: Tuesday, June 22, 2010 2:15:12 AM GMT -07:00 US/Canada Mountain > Subject: How can dynamically select web services from BPEL process > > > HI: > Now,I prepare for compositing web services with BPEL. I want to binding > specific web service at running time .So, how can I dynamically select web > services ? What method can achieve this goal ? > Thanks! > -- > View this message in context: > http://old.nabble.com/How-can-dynamically-select-web-services-from-BPEL- process-tp28957334p28957334.html > Sent from the Apache Ode User mailing list archive at Nabble.com. > > > -- View this message in context: http://old.nabble.com/How-can-dynamically-select-web-services-from-BPEL- process-tp28957334p28967005.html Sent from the Apache Ode User mailing list archive at Nabble.com.
