[esb-issues] [JBoss JIRA] Created: (JBESB-3510) SOAPProxy handles WSDL with import incorrectly when proxying webservice through internal://
    Boris Belovic (JIRA) 
    jira-events at lists.jboss.org
       
    Mon Oct 18 04:08:54 EDT 2010
    
    
  
SOAPProxy handles WSDL with import incorrectly when proxying webservice through internal://
-------------------------------------------------------------------------------------------
                 Key: JBESB-3510
                 URL: https://jira.jboss.org/browse/JBESB-3510
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.9
         Environment: SOA-P 5.1 ER2, ESB version 4.9
            Reporter: Boris Belovic
SOAPProxy handles WSDL import incorrectly when proxying through internal:// keyword. I have WAR file with two webservices, one of which uses WSDL import - it imports external XSD schema. When I try to display WSDL of the webservice without import through SOAPProxy URL, I've got WSDL of the webservice with import
This is the URL for WSDL document of the proxied service without import 
http://localhost:8080/Contract_publisher_soapproxy/http/Proxy_Basic/internal?wsdl
but this URL refers to WSDL of the service with import (it should display WSDL of the webservice without import)
This URL is for webservice with WSDL import and it displays correct WSDL
http://localhost:8080/Contract_publisher_soapproxy/http/Proxy_Basic/internalImport?wsdl
The result is that both URLs refers to WSDL with import element, but first URL should refer to WSDL of the service without import element and second URL should refer to the WSDL of the service with  WSDL import element.
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
    
    
More information about the esb-issues
mailing list