Try multiple files, if it does not work, log a bug
-- dims
--- Tamas Hauer <[EMAIL PROTECTED]> wrote:
> Davanum Srinivas wrote:
> > You have 2 choices
> >
> > Choice #1 - use wsdlFile tag in your wsdd and point it to your original wsdl. See
> > http://www.ftponline.com/javapro/2003_02/onlin
Davanum Srinivas wrote:
You have 2 choices
Choice #1 - use wsdlFile tag in your wsdd and point it to your original wsdl. See
http://www.ftponline.com/javapro/2003_02/online/WSDL_kjones_02_27_03/default_pf.asp
for example.
This comment made me curious. My wsdl is split into three files: one
Davanum Srinivas wrote:
You have 2 choices
Choice #1 - use wsdlFile tag in your wsdd and point it to your original wsdl. See
http://www.ftponline.com/javapro/2003_02/online/WSDL_kjones_02_27_03/default_pf.asp
for example.
Choice #2 - Make a local fix to Axis's code as shown below (Patch agai
You have 2 choices
Choice #1 - use wsdlFile tag in your wsdd and point it to your original wsdl. See
http://www.ftponline.com/javapro/2003_02/online/WSDL_kjones_02_27_03/default_pf.asp
for example.
Choice #2 - Make a local fix to Axis's code as shown below (Patch against latest CVS):
===
Jeff Greif wrote:
I think that elementFormDefault="qualified" should be an attribute of the
element that is a child of .
Jeff
Yes, I tried that too but it does not seem to work either.
Tamas
--
---
-- Tamas Hauer ETT D
I think that elementFormDefault="qualified" should be an attribute of the
element that is a child of .
Jeff
- Original Message -
From: "Tamas Hauer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 11, 2003 7:54 AM
Subject: elementFormDe
Hi,
I use WSDL2java to produce some services. My wsdl starts like this:
http://mammogrid.com/portal/";
elementFormDefault="qualified"
xmlns:tns="http://mammogrid.com/portal/";
xmlns:ans="http://mammogrid.com/portal/api/";
xml