wdsl

Is it possible to call BlazeDS from Java?

Basically I'm trying to proxy some webservices locally (for reasons I won't go into now) and then have a Java application call it. I'm looking at BlazeDS since it seems to do just this, mostly to avoid the crossDomain.xml file required by Flex to call webservices. However I can't seem to find any reference on how to connect through a J...

Web service WSDL - Type Expansion and backward compatibility

I have a requirement to add additonal enumeration items to a web service response and I want to know any best practices around this. I assume this is considered a non-backward compatible change? Should I employ a web service versioning aproach here? Thanks in advance. ...