users@glassfish.java.net

Re: MTOM SOAP1.2 Binding deployment error

From: Lukas Jungmann <Lukas.Jungmann_at_Sun.COM>
Date: Mon, 09 Jul 2007 17:20:00 +0200

Hi,

    you have to run wsgen on your service before deployment in this
case, I guess, see also
https://glassfish.dev.java.net/issues/show_bug.cgi?id=631

HTH,

--lj

Kenneth Clark wrote:
> If I insert the following annotation inside my services they deploy fine:
>
>
>
> @BindingType(value = SOAPBinding.SOAP11HTTP_MTOM_BINDING)
>
>
>
> If I change it to
>
> @BindingType(value = SOAPBinding.SOAP12HTTP_MTOM_BINDING)
>
>
>
> It tells me the deployment failed (WSGEN failure)
>
>
>
> Am I missing something? Does glassfish support this? Do I need to enable
> anything else in order to facilitate this?
>
>
>
> Thanks in advance
>
>
>
> *Kenneth Clark*
> *System Architect / Lead Developer*
>
> *Rabid Dog Laboratories ™*
> Putting the art back into development
>
> *tel:* +27 11 475 7409
> *mobile:* +27 82 500 5090
> *e-mail:* kenneth_at_rabiddog.co.za <mailto:kenneth_at_rabiddog.co.za>
> *website:* http://www.rabiddog.co.za/
>
>
>