If you use the ServerFactoryBeans (and not just "Endpoint.publish(...)"), you can call:
factory.getServiceFactory().getConfigurations() or setConfigurations() to manipulate the list of configurations. In general, you would do something like: factory.getServiceFactory().getConfigurations().add(0, yourConfig); Dan On Monday 27 October 2008 1:05:22 pm Ostermueller, Erik wrote: > http://www.nabble.com/[EMAIL PROTECTED] > 7631.html > > In the above thread, Dan wrote: > >> With 2.1.3, you will be able to write a ServiceConfiguration object > > that > > >> can override the getWrapperPartMinOccurs method to return 1 instead > > of > > >> 0. You can try the 2.1.3 snapshots if you want to play with that. > > I'm doing java-first and would like to take a look at trying this. > How do you associate a custom ServiceConfiguration with the service? > Perhaps you could point me to a particular junit test that does this... > -- Daniel Kulp [EMAIL PROTECTED] http://dankulp.com/blog
