Hi, Gabriel --
In fact, I use an AS/400 server ( OS/400 V5R2 for specification ) without WebSphere. I want to invoke, from this OS/400, a web service which run on a Windows Server .NET
WSIF is a library for invoking different things as though they were honest web services, not invoking actual web services. (As for OS/400, there is some weirdness on the commandline (due to length) compared to UNIX, depending on the overall setup of the machine, but the JVMs are relatively standard.)
What you want is just a client library, and you should probably check out Apache Axis (http://ws.apache.org/axis).
--- Paul Brown FiveSight Technologies, Inc. - http://www.fivesight.com The BPEL Experts.
