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
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
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
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
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-
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
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
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