Can someone please help, I really don't know where to turn and this is pretty urgent (holding up our release until this can be resolved). And sorry to be sending to this mailinglist, but i got no response from u...@xfire.
I'm creating client proxy objects per the user guideline below: Service serviceModel = new ObjectServiceFactory().create(YourService.class, "SuperService", "urn:your:namespace", null); YourService client = (YourService) new XFireProxyFactory().create(serviceModel, "http://your/remote/url"); Since I'm doing this on multiple threads simultaneously as part of a commons-pool, but am using the same serviceModel object across all these threads, is this thread-safe? My own concurrency testing shows that this seems to be OK, but I still need some more "official" response before I can get approval to push this change to production. =( Thanks! -dave
