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 6062449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:03:11+00:00 2026-05-23T09:03:11+00:00

Years ago, I built a SOAP 1.1 service based upon a WSDL I was

  • 0

Years ago, I built a SOAP 1.1 service based upon a WSDL I was given. This was rather basic: I executed Axis’ WSDL2Java and used the generated classes as base.

Now I’m told to migrate this service so people can reach it using SOAP 1.2.

What should I change in my WSDL file so my new generated service (still using Axis’ WSDL2Java) supports SOAP 1.2?

It’s important to understand that I’m service provider: I don’t want solutions that only work for clients.

Many thanks!

  • 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-05-23T09:03:11+00:00Added an answer on May 23, 2026 at 9:03 am

    Structurally, you will need to add support of SOAP 1.2 in your WSDL document.
    Your ‘abstract’ WSDL part defines the types, messages and portTypes.
    (I’m assuming here that you want to update your WSDL1.1 doc to add SOAP1.2 support for your existing service)

    To support SOAP1.2 you will need to add SOAP1.2-compliant bindings and service definitions.
    As an example, we have this port definition:

    <wsdl:portType name="ServerSoap">
        <wsdl:operation name="SomeOperation"> ...
    

    You will need to add a SOAP1.2 binding section for your operation:

    <wsdl:binding name="ServerSoap12" type="tns:ServerSoap">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
        <wsdl:operation name="SomeOperation">
            <soap12:operation soapAction="..." style="document" /> ...
    

    And a service:

    <wsdl:service name="Server">
            <!-- SOAP1.1 Service -->
            <wsdl:port name="ServerSoap" binding="tns:ServerSoap">
            <soap:address location="http://localhost:8080/Server" />
        </wsdl:port>
    
            <!-- SOAP1.2 Service -->
        <wsdl:port name="ServerSoap12" binding="tns:ServerSoap12">
            <soap12:address location="http://localhost:8080/Server" />
        </wsdl:port>
    </wsdl:service>
    

    Note that the two definitions can co-exist and your service can remain backwards compatible with SOAP1.1. The clients will have to make the choice to use SOAP1.1 or SOAP1.2.

    In practical terms, you could try generating the WSDL from the code you have, indicating Axis to generate bindings for SOAP1.2. I’m not an AXIS user, so RTM java2wsdl for a way to do that.

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

Sidebar

Related Questions

I built a system 5 years ago. These years, localhost.log in client mysql database
A few years ago I built a small OpenGL project where I simulated an
Almost 20 years ago I built a somewhat dynamic (for the time) web site
I am working on a website that was built four or five years ago
I have been given a project which was released 2+ years ago, and had
This is a Windows Console application (actually a service) that a previous guy built
I have a web service that was created several years ago in C++ and
I am looking at a friend's site which was built like 5+ years ago
I moved an application I built years ago to a new server and now
Many years ago, I did which cd and it told me cd: shell built-in

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.