Thanks Travis and Robert. I'll try both advices.
Oscar.
From: tbr...@phigment.org
Date: Fri, 26 Nov 2010 13:28:15 -0500
To: webobjects-dev@lists.apple.com
Subject: Re: WOWebServiceClient Throw A Warning
Or, if you can, try JAX-WS. It's included in JDK 6 and more pleasant to work
Or, if you can, try JAX-WS. It's included in JDK 6 and more pleasant to work
with than Axis.
http://jax-ws.java.net/
tb
On Nov 26, 2010, at 11:06 AM, Pascal Robert wrote:
> Which version of WebObjects? If it's 5.3, Axis 1.1 is not really good at
> working with .Net or Axis 1.4-powered service
Which version of WebObjects? If it's 5.3, Axis 1.1 is not really good at
working with .Net or Axis 1.4-powered services. If you are only consuming
external services in your app, remove the JavaXML framework for your app and
use Axis 1.4 directly in your app, less pain for you.
> Hi list,
> I'm