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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:16:23+00:00 2026-05-24T12:16:23+00:00

I was wondering if someone could explain the differences in a SOAP request/response of

  • 0

I was wondering if someone could explain the differences in a SOAP request/response of a Web service with the following wsdl binding style/use:

  1. Document/literal
  2. RPC/literal
  3. wrapped document style

Thanks in advance

  • 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-24T12:16:24+00:00Added an answer on May 24, 2026 at 12:16 pm

    This article from IBM DeveloperWorks [Which style of WSDL should I use?] has an excellent explanation of the differences between these binding styles. In a nutshell, the only differences are the values of the SOAP binding “style” attribute (“rpc” or “document”) in the WSDL file and the way the message arguments and return values are defined (and thus how they appear in the SOAP messages themselves):

    [Note the reordering of items from the question to emphasize relationships]

    1. RPC/literal – WSDL message element defines arguments and return value(s) of operations.
      • PROS: simple WSDL, operation name appears in SOAP message, WS-I compliant.
      • CONS: difficult to validate since arguments are defined in WSDL not XSD.
    2. Document/literal – WSDL message parts are references to elements defined in XML Schema.
      • PROS: easily validated with XSD, WS-I compliant but allows breakage.
      • CONS: complicated WSDL, SOAP message does not contain operation name.
    3. Document/literal wrapped (or “wrapped document style”) – WSDL message input has single input and output parameters and input refers to XSD element with same local name as WSDL operation.
      • PROS: easily validated, SOAP message contains operation name, WS-I compliant.
      • CONS: most complicated WSDL (not an official style but a convention).

    In my experience, #3 (Document/literal Wrapped) is very common in large enterprise projects because it is both Microsoft and OSS friendly and it is well suited for a top-down development model (e.g. WSDL/XSD first, then generate code artifacts). Microsoft invented it [1] and popular Java/OSS tools (Axis2, JAX-WS) support it explicitly.

    The “real world” difference likely comes down to which styles are supported — and how well — by the tools of your choice.

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

Sidebar

Related Questions

I was wondering if someone could explain how the following code works: public interface
I was wondering if someone could explain how to use will_paginate on an array
I ran across this and was wondering if someone could explain why this works
I saw this tip in another question and was wondering if someone could explain
Just wondering if someone could explain this to me? I have a program that
I was wondering if someone could explain in detail what (int)(l ^ (l >>>
I was wondering if someone could explain to me what the #pragma pack preprocessor
I was wondering if someone could explain in layman's terms what partial ordering of
Yes this is homework. I was wondering if someone could explain the process of
Just wondering if someone could explain why an unstable sort is considered bad? Basically

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.