Forum Discussion

hemangajmera's avatar
hemangajmera
New Contributor
13 years ago

WSDL had soap 1.1, but soapUI uses 1.2

Hi
I am doing SOAP/JMS with tibco as the server. Everything is working fine, but somehow SOAPUI is detecting SOAP version as 1.2 for WSDL which has SOAP version 1.1. How can this be fixed?

Here is the xmlns in the definition.
<wsdl:definitions name="Untitled" targetNamespace="removed" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:jms="http://www.tibco.com/namespaces/ws/2004/soap/binding/JMS" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:jndi="http://www.tibco.com/namespaces/ws/2004/soap/apis/jndi">


WSDL has http://schemas.xmlsoap.org/wsdl/soap/ and not http://schemas.xmlsoap.org/wsdl/soap12/, Still in soapUI it is shown as version 1.2 instead of 1.1

Here is the binding part just in case it is needed


<wsdl:binding name="removed" type="removed">
<soap:binding style="document" transport="http://www.tibco.com/namespaces/ws/2004/soap/binding/JMS"/>
<jms:binding messageFormat="Text"/>


Regards
Hemang

3 Replies

  • AydinK's avatar
    AydinK
    New Contributor
    Hi!

    I'm having same issue with:

      
    <definitions name="removed"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    ...
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/jms"/>

    So it is "only" a soapUI problem and hopefully not specification-related?

    Aydin
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi,

    Could you please point out why exactly you believe SoapUI is using the wrong Soap version?

    Regards,

    Renato
    SmartBear Software