Since you aren't using a servicegroup, then the only way your clients can access your resources is to either:
1) Make the resource EPRs known ahead of time to the clients, but this will only work if those EPRS are static (i.e. stay the same each time you restart the app), or 2) Implement an operation in your service that clients can call to get the EPRs of the other resources. Then, using the returned EPR, the client can access that resource instance directly. -----Original Message----- From: mabroukONnet [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 2:53 AM To: [email protected] Subject: access resource instances without serviceGroup hi, We have a service which expose some instances of one resource. Like wsrf sample, except that This service don't include the serviceGroup. In client part, how to do for selecting and invoking a specific instance? (note that the service is active and we can't modify or add anything in it) thanks mabroukONnet -- View this message in context: http://www.nabble.com/access-resource-instances-without-serviceGroup-tf3 987303.html#a11321482 Sent from the Muse User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
