Hi,
I have some problems in generating classes that have global attributes in their
corresponding XML schema definitions.
For example, when I use the following schema:
http://foo-com/xi";
xmlns:xi="http://foo-com/xi";
xmlns:xs="http://www.w3.org/2001/XMLSchema";>
quot; <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: RE: Problems with WSDL2Java and complex import/include hierarchie s
This is an existent problem with imports and includes. I reported this some time ago.
See my previous posts abo
Title: RE: Problems with WSDL2Java and complex import/include hierarchies
This is an existent problem with imports and includes. I reported this some time ago.
See my previous posts about multiple imports problem at
http://marc.theaimsgroup.com/?l=axis-user&m=102260951728371&w=2
a
Hi all,
found a problem with WSDL2Java if the WSDL file imports a quite
complex import/include XML schema hierarchie. Checking the archives I
didn't help in this case. To demostrate the problem look at the
follwing hierarchie:
test.wsdl
import msg1.xsd // defines the message
Hi there,
I have problems to deploy my Service after I used
the WSDL2Java tool.
I used the command:
java org.apache.axis.wsdl.WSDL2Java -o . -d Session
-a -p calc.ws calc.wsdl
and got calcSoapImpl.java, Calc.Java,
CalcService.java, CalcServiceLocator.java, CalcSoapBindingStub.java
I try to use a complex type in the
wsdl-document.
The schema of the complex type is:
The element "document" is another complex type. So
I think it can
be used to define the following:
...
...
...
But when I use the wsdl2java-Tool to create
e-From: Adam Freeman
[mailto:[EMAIL PROTECTED]]Sent: Mittwoch, 6. Februar 2002
19:02To: [EMAIL PROTECTED]Subject: problems with
WSDL2Java
First of all, I am using a service that returns a
java.util.Map type and this appears to be the problem with attempting to
generate java st
First of all, I am using a service that returns a
java.util.Map type and this appears to be the problem with attempting to
generate java stub classes from the wsdl definition of the
service.
I am having trouble
with the WSDL2Java conversion code from two
night's ago axis nightly build
0