As i know you can create webservice interface ( by hand or use wsgen )
and use it with xmlbeans object on java 1.4 ( using proxy client )
Service serviceModel = new XMLBeanServiceFactory.create(YourService.class);
YourService client = (YourService)
new XFireProxyFactory().create(serviceModel, "http://your/remote/url");
On 3/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,
I want to use XFire as client with XMLBeans binding. Unfortunately we have to
use Java 1.4. As asked by several users before and as descibed at the users
guide, Java 5 must be used due to annotations.
I do not want to use byte code modification as suggested in the mailing list.
Is it possible to set all configuration in generated client manually and remove
Java 5 dependency? Or are there any additional Java 5 dependencies for SOAP
client functionality? Do you have an example of a pure Java 1.4 client with
XMLbeans and typed service interface?
Thanks for answers!
--
"Feel free" - 5 GB Mailbox, 50 FreeSMS/Monat ...
Jetzt GMX ProMail testen: www.gmx.net/de/go/mailfooter/promail-out
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email
--
-----
When one of our products stops working, we'll blame another vendor
within 24 hours.
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email