|
Denis We don’t support network downloading of wsdl it
right now. But we ll do it ASAP. http://issues.apache.org/jira/browse/AXIS2-72 Btw I am not sure if you put the xsd files to the
service archive whether it will get picked up. Deepal are we unzipping the archive to a working dir
or are we just getting the input stream from the zip file and feeding to the WOM
builder??(if we are not extracting we may have a problem of finding the xsds in
the archive) Chathura From: Denis
Schlesinger [mailto:[EMAIL PROTECTED] Hi again, This time I wonder how to import my XML schema
definition to the WSDL of my web service in AXIS2. I tried it by putting the
XSD-file to the META-INF directory in my axis archive where the
‘service.xml’ resides as well. I tried “./CustomerData.xsd”
and “CustomerData.xsd” as values for the
“schemaLocation”-attribute of the
“<import>”-element in the wsdl file. Is there a possibility to import the schema file with
a relative or absolute link (like http://<host>:<port>/axis2/services/<servicename>/CustomerData.xsd)? Thanks in advance! Denis |
- RE: XML schema import declaration within a Axis2 web ser... Chathura Herath
- Re: XML schema import declaration within a Axis2 we... Deepal Jayasinghe
