http endpoint wsdl generation
-----------------------------

                 Key: SM-703
                 URL: https://issues.apache.org/activemq/browse/SM-703
             Project: ServiceMix
          Issue Type: Bug
    Affects Versions: 3.0
            Reporter: Fabrice Dewasmes


Hi, 

When you try to deploy a http provider endpoint, the target WSDL is parsed. If 
the targetNamespace of the targeted service is different from the endpoint 
namespace, the targeted wsdl is imported and operations are replicated to build 
the endpoint internal WSDL. 

But when a consumer proxies this provider, it parses the internal WSDL but 
fails to find the imported WSDL.

Problem is coming from WSDLReader with this error : 

14:01:27,344 WARN  [EndpointRegistry] Error retrieving interfaces from service 
description: WSDLException (at /definitions/import): faultCode=OTHER_ERROR: 
Unable to resolve imported document at 'porttypedef.wsdl'.: This file was not 
found: file:/R:/java/tools/jboss/4_0_3-eici/bin/porttypedef.wsdl 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to