Kristina Petkova created AXIS2-5394:
---------------------------------------

             Summary: Add ability for WSDL to reference relative values for 
schemaLocation
                 Key: AXIS2-5394
                 URL: https://issues.apache.org/jira/browse/AXIS2-5394
             Project: Axis2
          Issue Type: Improvement
          Components: kernel
    Affects Versions: 1.6.2
            Reporter: Kristina Petkova
            Priority: Minor


If you want to write something like this in your wsdl file:

<import namespace="[your-namespace]" 
schemaLocation="../xsd/example/example.xsd" />

it will be translated into a link like this:
http://[server]/[your-service-name]xsd?=example.xsd

But the xsd is not there, it's relatively positioned elsewhere. 
If you agree to make such an enhancement we could propose a source code for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to