Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7737285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:57:25+00:00 2026-06-01T07:57:25+00:00

I am looking for alternative SOAP ( javax.xml.soap ) implementation, other than Sun SAAJ

  • 0

I am looking for alternative SOAP (javax.xml.soap) implementation, other than Sun SAAJ. The reason for that is because I would like to deploy JAX-WS WebService on IBM JDK 5 driven Tomcat AS, but it is known problem that Sun SAAJ implementation depends on reallocated Xerces classes (see Ref Impl does not work with IBM JDK and SAAJ test cases no longer work with IBM’s SDK) and the only way out for that is to use a custom Maven profile to pull com.sun.xml.parsers:jaxp-ri like:

<profiles>
    <profile>
        <id>pre-jdk5-profile</id>

        <activation>
            <jdk>(,1.4]</jdk>
        </activation>

        <dependencies>
            <dependency>
                <groupId>com.sun.xml.parsers</groupId>
                <artifactId>jaxp-ri</artifactId>
                <scope>runtime</scope>
            </dependency>
        </dependencies>
    </profile>
</profiles>

I would like to drop this profile and simply replace SOAP implementation with one that works everywhere.

I suppose that vendor SOAP implementations may come with Apache Axis / Apache CXF (which is based on IBM SOAP4J) or JBoss AS – please provide information based on my preferences:

  • Implementation should be easy to separate from the rest staff (preferably one light-weighted jar).
  • Implementation should support SOAP messages with attachments.
  • Implementation should be Java5 bytecode compatible.
  • If implementation is available in Maven Central, this is a plus.

References:

  • SOAP with Attachments API for Java
  • How does JBossWS compare to other SOAP stacks
  • Alternative SOAP implementation besides those offered by Microsoft
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T07:57:26+00:00Added an answer on June 1, 2026 at 7:57 am

    After browsing around I have come the the following potential solution of the problem. I have explored what are the descendants of javax.xml.soap.MessageFactory using grepcode.com.

    Apart from standard com.sun.xml.messaging.saaj.soap.MessageFactoryImpl, I have found (as supposed):

    • org.apache.axis2.saaj.MessageFactoryImpl in org.apache.axis2:axis2-saaj:1.6.1. This JAR correctly announces the factories via META-INF\services\javax.xml.soap.MessageFactory and META-INF\services\javax.xml.soap.MetaFactory so no other tuning is needed. This version (according to Maven Central) was released in 2011, few dependencies, recommended.
    • org.jboss.ws.core.soap.MessageFactoryImpl in org.jboss.ws.native:jbossws-native-core:3.2.1.Beta2 from JBoss 3.x. Looks to be rather old and perhaps JBoss is not supporting it’s development anymore as I was able to find this jar outside maven central (here). A lot of dependencies, 1.8M size, not recommended.
    • org.apache.openejb.server.webservices.saaj.MessageFactoryImpl in org.apache.openejb:openejb-webservices:4.0.0-beta-2 and org.apache.geronimo.webservices.saaj.GeronimoMessageFactory in org.apache.geronimo.modules:geronimo-webservices:3.0-M1. In reality either of these factories is a wrapper/runtime_locator for Axis2 or Sun implementations (see SaajFactoryFinder and SAAJFactoryFinder). Not to be considered.

    Bottom line: The only acceptable alternative is Axis2 implementation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for a free alternative to TFS. What would be the best
I am looking for alternative specification languages options for Java, like JML. Does any
My xml looks something like this : <elements> <elem> ....bunch of other elements </elem>
Possible Duplicate: Is there an alternative to string.Replace that is case-insensitive? I'm looking for
I'm looking for an alternative to SDL that supports multiple windows on multiple display
http://github.com/gabriel/yajl-objc I've already tried SBJSON, and while it works, I'm looking into alternative options
I am looking for an alternative to using an object/variable in global scope --
I am looking for an alternative to acts_as_solr or thinkingsphinx for fulltext search in
I am looking for an alternative to C-style union. boost::variant is one such option.
I have been looking for an alternative to Hibernate for various reasons. I came

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.