if (log.isDebugEnabled()) {
log.debug("Calling DocLitWrapperPlusMethodMarshaller.marshalRequest");
log.debug(
" The DocLitWrapped Plus marshaller is used when the web service method deviates from the normal doc/lit rules.");
}
EndpointInterfaceDescription ed = operationDesc.getEndpointInterfaceDescription();
EndpointDescription endpointDesc = ed.getEndpointDescription();
Protocol protocol = Protocol.getProtocolForBinding(endpointDesc.getClientBindingID());
MarshalServiceRuntimeDescription marshalDesc =
MethodMarshallerUtils.getMarshalDesc(endpointDesc);
TreeSet<String> packages = marshalDesc.getPackages();
String packagesKey = marshalDesc.getPackagesKey();