users@jax-rpc.java.net

Re: Upgrade to Java 1.6 killed my app!

From: V B Kumar Jayanti <Vbkumar.Jayanti_at_Sun.COM>
Date: Thu, 22 Mar 2007 16:42:49 +0530

syg6 wrote:

>Hello,
>
>Well ... I've had to put an 'if' my code. If it contains the 1.1 uri, to
>create a 1.1 Message. If it contains 1.2, create a 1.2 Message. It's a
>bummer, as I said, because when 1.3 or 1.4 of SOAP comes out I'll have to
>change my code. But it seems that's all I can do ...
>
>Thanks for your replies!
>
>
Let me file an RFE and see what we can do, whether we can workaround
this or change the spec in future when a SOAP 1.3/1.4 actually arrive.

Thanks,
kumar

>Bob
>
>
>V B Kumar Jayanti wrote:
>
>
>>But the use of DYNAMIC_SOAP_PROTOCOL makes the SAAJ runtime capable of
>>accepting both SOAP 1.1 and SOAP 1.2 messages, especially when you make
>>a SOAPConnection.call()
>>
>>
>>
>
>
>