I don't have time to double check what each of these mean.. but I also
use "-u -s -f" and am able to generate stubs.
On Sun, Aug 22, 2010 at 1:16 PM, Nydriotis Apostolos
wrote:
> ./wsdl2java.sh -o -uri -d adb
--
Greg Akins
http://insomnia-consulting.org
http://www.pghcodingdojo.org
http://
The exact command I use is:
./wsdl2java.sh -o -uri -d adb
On 08/22/2010 08:05 PM, Greg Akins wrote:
What options are you passing to wsdl2java?
On Sun, Aug 22, 2010 at 9:56 AM, Nydriotis Apostolos
wrote:
Hello,
I'm using wsdl2java tool that comes with Axis2 1.5.1 to generate the stubs
What options are you passing to wsdl2java?
On Sun, Aug 22, 2010 at 9:56 AM, Nydriotis Apostolos
wrote:
> Hello,
>
> I'm using wsdl2java tool that comes with Axis2 1.5.1 to generate the stubs
> that I need for creating a webService client given its WSDL file. (I use
> the adb databinding)
>
> Whe
Hello,
I'm using wsdl2java tool that comes with Axis2 1.5.1 to generate the stubs
that I need for creating a webService client given its WSDL file. (I use
the adb databinding)
When I try to generate stub classes for a paypal web service (its wsdl
file is here: https://www.paypalobjects.com/wsdl
service to service communication can be easily mapped to client to
service communication. Meaning, inside your service have an Axis2 client
can invoke the other service.
Deepal
On 8/22/2010 6:58 AM, satheesh wrote:
hi,
I would be thank full if anyone give hint on the followings,
There are
hi,
I would be thank full if anyone give hint on the followings,
There are 2 web services deployed in 2 different machine.
Need to find a generic way to invoke a method of service2 from service1.
wsdl of service2 and the method information to be invoked are provided in
Service1.
how can the a