Re: [Axis2] wsdl2java won't generate stubs for all the bindings

2010-08-23 Thread Nydriotis Apostolos
And what if wsdl document uses two different bindings for just one version? This paypal's wsdl https://www.paypalobjects.com/wsdl/PayPalSvc.wsdl uses two bindings "PayPalAPISoapBinding" and "PayPalAPIAASoapBinding" with different operations at each one. How can a client access an operation of

Dynamic short lived services

2010-08-23 Thread Steve Chernyak
Hello, I'm tasked with writing a client against a service that has a custom messaging pattern implementation. The service is defined as in-out. However, it also supports a replyTo address that is defined in the body of the message (not ws-addressing compliant at all). The replyTo address will rec

RE: [Axis2] wsdl2java won't generate stubs for all the bindings

2010-08-23 Thread Meeusen, Christopher W.
I'm not 100% sure on this because I've only used ADB with the default soap version, but I think that wsdl2java will only generate one *stub.java file in this situation. Then if you want to explicitly use soap version 1.1 or 1.2 you can specify properties in your stub. This article shows how to sp

Re: [Axis2] wsdl2java won't generate stubs for all the bindings

2010-08-23 Thread Nydriotis Apostolos
No, it doesn't give any error messages. The xNASDAQLastSale wsdl has 4 bindings: ("XigniteNASDAQLastSaleSoap", "XigniteNASDAQLastSaleSoap12", "XigniteNASDAQLastSaleHttpGet" and "XigniteNASDAQLastSaleHttpPost"). When I tried the command you gave I got the stub for just the first binding. Shoul

RE: [Axis2] wsdl2java won't generate stubs for all the bindings

2010-08-23 Thread Meeusen, Christopher W.
Does it give an error message? I was able to use this command and generate stubs fine. wsdl2java -uri http://www.xignite.com/xNASDAQLastSale.asmx?WSDL -p test.xmethods -d adb Chris -Original Message- From: [email protected] [mailto:java-

Re: WebSphere 6.1, axis2 1.4.1 and java.lang.NoSuchMethodError

2010-08-23 Thread Alexander Rosemann
It was a classpath issue. I wasn't aware of the fact that you can change the classpath setting of WebSphere 6.1 in two places. Obviously, I changed it at the wrong place. In case you have a similar issue, try to change the classpath setting as follows: Got to Applications/Enterprise Applicatio

Re: [Axis2] wsdl2java won't generate stubs for all the bindings

2010-08-23 Thread Greg Akins
On Mon, Aug 23, 2010 at 6:06 AM, Nydriotis Apostolos wrote: >  Are you able to generate stubs for every binding in the WSDL? > I tried using "-u -s -f" but it didn't work. I just take the stub > for just one binding and not for all of them. > Sorry Nydriotis.. in my case I only have one binding i

Re: [Axis2] wsdl2java won't generate stubs for all the bindings

2010-08-23 Thread Nydriotis Apostolos
Are you able to generate stubs for every binding in the WSDL? I tried using "-u -s -f" but it didn't work. I just take the stub for just one binding and not for all of them. On 8/22/10 9:47 PM, Greg Akins wrote: I don't have time to double check what each of these mean.. but I also use "-u -s