public ServiceFactory getServiceFactory()
{
if (factory == null)
{
PicoObjectServiceFactory ofactory = new PicoObjectServiceFactory(picoReference,
getXFire().getTransportManager(), new MessageBindingProvider());
ofactory.setStyle(SoapConstants.STYLE_MESSAGE);
factory = ofactory;
}
return factory;