I think I may have found an answer to this problem
here:http://robertmarkbramprogrammer.blogspot.com/2011/10/connection-properties-and-adobe.htmlThis
blog indicates that you can do local invocation by not setting the
connection properties. I am going to try it out using code something
like this:ServiceClientFactory serviceClientFactory =
ServiceClientFactory.createInstance(null);I am assuming that this will
work as long as I deploy my client application in the same JVM. We'll
see...
I was getting this same problem and it was driving me crazy trying to
figure out what was wrong. Finally, I just recreated the invokeDDX
operation that was failing and then it all of a sudden started working.