[jbossws-dev] Document/Wrapped can not be a message type

Thomas Diesler thomas.diesler at redhat.com
Thu Dec 7 13:42:28 EST 2006


This is saying:

if document/wrapped and the endpoint is not a SOAPElement endpoint do 
the wrapping.

There are occasions where a message type endpoint registers as 
document/wrapped

Jason T. Greene wrote:
> I noticed this change in ParameterMetaData
>
> ***  if (getOperationMetaData().isDocumentWrapped() &&  isMessageType()
> == false)
>       {
>          new DynamicWrapperGenerator(getClassLoader()).generate(this);
>
>          // Initialize accessors
>          AccessorFactory factory = accessorFactoryCreator.create(this);
>          for (WrappedParameter wrapped : wrappedParameters)
>             wrapped.setAccessor(factory.create(wrapped));
>       }
>
>
> Document/wrapped is not a valid message type. The only valid message
> type is bare.
>
> -Jason
>
> _______________________________________________
> jbossws-dev mailing list
> jbossws-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbossws-dev
>   

-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
Web Service Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx




More information about the jbossws-dev mailing list