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

  • Home
  • SEARCH
  • 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 8261507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:25:58+00:00 2026-06-08T03:25:58+00:00

I’m looking over a wsdl and it contains a soap:address location tag with a

  • 0

I’m looking over a wsdl and it contains a soap:address location tag with a value of jms:/queue?destination=....

  • What is the use of soap:address value on the WSDL?
  • Will it affect the way on how the client should connect to the web service?

Also, I tried to search Google for jms:/queue?destination=... and the term ‘SOAP over JMS’ is on the results.

  • What is ‘JMS’ and what is ‘SOAP over JMS’?

I’m working on the client side so I’m concern if I need to make any measures for it. Currently, I only know how to connect to a REST and SOAP web service via HttpUrlConnection.

Below is a sample of the WSDL file: (As seen below, the transport protocol in used is HTTP, but then a service is also using it with a JMS address? I’m a bit confused here. Is this SOAP over HTTP or SOAP over JMS?)

<wsdl:binding name="MethodSOAP_JMS_Binding" type="tns:MethodPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
    <wsdl:operation name="methodName">
        <soap:operation soapAction="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
        <wsdl:input name="method_Input">
            <soap:body parts="RequestBean" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
        </wsdl:input>
        <wsdl:output name="method_Output">
            <soap:body parts="ResponseBean" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
        </wsdl:output>
    </wsdl:operation>
</wsdl:binding>

<wsdl:service name="MethodSOAP_JMS_Service">
    <wsdl:port binding="tns:MethodSOAP_JMS_Binding" name="MethodSOAPPort">
        <soap:address location="jms:/queue?..." xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
    </wsdl:port>
</wsdl:service>

Thanks in advanced!

  • 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-08T03:26:00+00:00Added an answer on June 8, 2026 at 3:26 am

    JMS, Java Message Service, is a Java standard to send reliable messages between systems. A message is never sent directly between systems, like HTTP, but rather stored and forwarded by a JMS compliant server software. A JMS message is some headers and a payload of various type, but for SOAP it’s most likely a String payload as SOAP is XML based.

    A JMS URL is not as “self-standing” as a HTTP url.

    Like this one:

    jms:///queue?connectionfactory=MyQCF&destination=MyQ
    

    It says you should connect with a so called Connection Factory called MyQCF and to a destination called MyQ. Exactly what this means must be configured elsewhere, it says nothing about a specific physical server etc. This is common in JMS, since the most common way to setup a connection to a JMS server is via a configuration file or register called JNDI. In that configuration a vendor specifc settings and configuration resolves into which server to contact, which vendor/version of the server, which destination (topic or queue) etc. etc.

    There is not really as easy as getting an open source java library and just start. All JMS vendors are unique implementations. (exampels. IBM WebSphere MQ, Apache ActiveMQ, Tibco EMS, OpenMQ, HornetQ). There are some OpenSource and some commercial. You need to figure out which specific JMS vendor is used in your infrastructure, the setup the JMS configuration acording to that vendors documentation. Some vendors allows complete settings in the JMS url, such as ActiveMQ. It still requires the specific library loaded in java.

    SOAP over JMS simply uses all the common standards for SOAP such as WSDL, WS-Security etc. but JMS adds reliability and transactionality together with loose coupling which in turn gives robustness in trade for system and configuration complexity.

    If you have no specific JMS vendors and libraries in mind, you might want to look at CXF and ActiveMQ to get up and running with SOAP over JMS. Guide can be found here.

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

Sidebar

Related Questions

I want use html5's new tag to play a wav file (currently only supported
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I am trying to understand how to use SyndicationItem to display feed which is
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
In my XML file chapters tag has more chapter tag.i need to display chapters
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I want to show the soap response to UIWebview.. my soap response is, <p><img
We are using XSLT to translate a RIXML file to XML. Our RIXML contains
I need a function that will clean a strings' special characters. I do NOT

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.