Petals BC SOAP

Unable to get the WSDL from a SU consume if the service provider endpoint is identified only by its interface name

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 4.0.3, 4.0.4, 4.0.5, 4.0.6, 4.0.7
  • Fix Version/s: 4.0.8, 4.1
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    Deploy a SOAP SU consume containing a JBI descriptor without service-name, example:

    <jbi:services binding-component="true">
    	<jbi:consumes interface-name="itfNs:XS01" xmlns:itfNs="http://xs01.snv2sxml.technical.services.esb.acoss.fr/1.0">
    		...
    	</jbi:consumes>
    </jbi:services>

    When asking the WSDL of the service from a browser, I get:

    <error><description>Unable to get WSDL for this service</description><reason>WSDL description can not been retrieved from JBI endpoint</reason></error>
    Show
    Deploy a SOAP SU consume containing a JBI descriptor without service-name, example:
    <jbi:services binding-component="true">
    	<jbi:consumes interface-name="itfNs:XS01" xmlns:itfNs="http://xs01.snv2sxml.technical.services.esb.acoss.fr/1.0">
    		...
    	</jbi:consumes>
    </jbi:services>
    When asking the WSDL of the service from a browser, I get:
    <error><description>Unable to get WSDL for this service</description><reason>WSDL description can not been retrieved from JBI endpoint</reason></error>
  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Fri, 9 Sep 2011 - 17:21:23 +0200

Backported in the branch petals-entreprise-3.1.x

Show
Christophe DENEUX added a comment - Fri, 9 Sep 2011 - 17:21:23 +0200 Backported in the branch petals-entreprise-3.1.x
Hide
Christophe DENEUX added a comment - Fri, 9 Sep 2011 - 16:43:17 +0200

To backport in petals-entreprise-3.1.x

Show
Christophe DENEUX added a comment - Fri, 9 Sep 2011 - 16:43:17 +0200 To backport in petals-entreprise-3.1.x
Hide
Christophe DENEUX added a comment - Wed, 24 Aug 2011 - 12:18:28 +0200

In fact, the service provider endpoint is not found because of a regression introduced by svn#23095 fixing PETALSBCSOAP-42 and deleting the search by interface name.

Show
Christophe DENEUX added a comment - Wed, 24 Aug 2011 - 12:18:28 +0200 In fact, the service provider endpoint is not found because of a regression introduced by svn#23095 fixing PETALSBCSOAP-42 and deleting the search by interface name.

People

Dates

  • Created:
    Wed, 24 Aug 2011 - 12:10:09 +0200
    Updated:
    Thu, 16 Feb 2012 - 17:06:35 +0100
    Resolved:
    Fri, 9 Sep 2011 - 17:21:23 +0200