XFireHome M5M6-SNAPSHOTDevelopersDeveloper Space |
General QuestionsWhat are the goals of XFire?
Technical QuestionsWhy aren't RPC/Encoded services supported by the Java Module?For interoperability, WS-I basic profile basically says that trying to support RPC/encoded services is an interopability nightmare. And they're right! However, the basic framework to support RPC/Encoded services is in place. Someone just needs to finish it. Is XFire DOM Based?XFire is structured so that in most cases the SOAP document does not need to be cached in memory at all. It is able to do this by using StAX - the streaming XML API. What is this java.lang.NoSuchMethodError: javax.xml.namespace.QName.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String
|