You need to sign in to do that
Don't have an account?

Newbie question Connecto to Web Service API from java code
Hi,
I've done some data extraction from the API via .net, but never with java. My question is how to connect even though there is documentaion on that I was wondering if I can just add a web reference to my java project like in .net and start from there to make service calls, or do I need to use the ant stuff??? I guess I have a disconnect on this piece of it.
Help is appreciated.
Thanks in advance.
I've done some data extraction from the API via .net, but never with java. My question is how to connect even though there is documentaion on that I was wondering if I can just add a web reference to my java project like in .net and start from there to make service calls, or do I need to use the ant stuff??? I guess I have a disconnect on this piece of it.
Help is appreciated.
Thanks in advance.
Similar to how you add a web reference to import a WSDL, usually in java environments (such as eclipse), there are plugins that convert the WSDL to Java classes. Search online for "WSDL2Java" for more information.