Thanks for the reply Martin.
 
I am trying to avoid generating stubs (not an option for me). I want to execute dynamically at runtime for a given wsdl. Is this possible with Axis2? I know you can do it with Systinet.
 
Thanks,
Ted


From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 21, 2006 5:48 PM
To: axis-user@ws.apache.org
Subject: Re: Dynamic Proxy

Good Evening Ted-
 
If you already have the WSDL then you can run the Java2WSDL utility to generate the required stubs
e.g.
org.apache.axis.wsdl.WSDL2Java Whatever.wsdl

HTH,
Martin
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.
 

 
----- Original Message -----
From: Ted Jones
Sent: Wednesday, June 21, 2006 5:25 PM
Subject: Dynamic Proxy

Can someone please point me to some example code for a dynamic proxy in Axis2? I have a wsdl url and just want to set the operation and parameters via code.
 
Thanks,
Ted Jones

Reply via email to