Re: Qurey related to wsdl imports

2007-07-21 Thread Scott Kurz
Sebastien, Venkat's patch includes a test showing what I'd hoped to get working in opening the JIRA. In r557916 you can see the portType and binding WSDL files, both the same TNS and the latter doing a WSDL import of the former. Haven't had a chance to look at his changes but I wanted to

Re: Qurey related to wsdl imports

2007-07-20 Thread Jean-Sebastien Delfino
Venkata Krishnan wrote: Hi, I am taking a look at https://issues.apache.org/jira/browse/TUSCANY-1426 and to get to the crux of that problem I am first trying to see if wsdl imports work. Here is what I am attempting. There is B.wsdl that imports A.wsdl, where B.wsdl has the bindings and

Qurey related to wsdl imports

2007-07-19 Thread Venkata Krishnan
Hi, I am taking a look at https://issues.apache.org/jira/browse/TUSCANY-1426 and to get to the crux of that problem I am first trying to see if wsdl imports work. Here is what I am attempting. There is B.wsdl that imports A.wsdl, where B.wsdl has the bindings and services defined and A.wsdl

Re: Qurey related to wsdl imports

2007-07-19 Thread Venkata Krishnan
Hi, I tried this further by adding a little bit of code in the WSDLDocumentProcessor.read method. Over there there is a fragment that scans the schema elements in the read wsdl definition and adds them to XMLSchemaCollection. To this loop I added code to peek into the imported definitions as