XFireHome DocumentationJavadocs QuicklinksAegis Binding DevelopersDeveloper Space |
General QuestionsWhat are the goals of XFire?
Technical QuestionsWhy is XFire producing invalid XML?XFire is based on StAX and not all StAX implementations work correctly. See the Dependency Guide for information on how to choose a stax implementation. Why 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
|