[ http://issues.apache.org/jira/browse/ODE-5?page=comments#action_12417796 ]
Grant McDonald commented on ODE-5: ---------------------------------- Previous email regarding new implementation: ===================================== Currently I am using ODE BPE within servicemix to send messages to a legacy application that provides a SOAP endpoint that has complex interrelated xml schemas already defined. I noticed that functionality for relative schema/wsdl imports was not currently implemented so I have patched BPE to this effect. Import declarations with locations of the form: ../somepath/somedoc.xsd ../../someotherpath/somedoc.xsd ./somedoc.xsd Are now supported. I have also written a trivial test in the bpelTests location using test1 as the base (not much was required: just ensuring that the imports worked successfully). All the patch files and test files are in the attached archive. > Implementation of Relative Schema/WSDL Import Paths > --------------------------------------------------- > > Key: ODE-5 > URL: http://issues.apache.org/jira/browse/ODE-5 > Project: Apache Ode > Type: New Feature > Versions: Incubator > Environment: Ubuntu Linux 5.10, Windows XP SP2 > Reporter: Grant McDonald > Priority: Minor > Attachments: relativeSchemaImportsPatch.zip > > Currently relative import locations are supported by the BPELWSDLLocator > implementation in ODE. Attached is a patch and appropriate unit tests (which > could be fleshed out a little more) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
