Hi all

I got an exception today when I wanted to deploy a web service, the
exception was as following

[INFO] Trouble processing wsdl file :WSDLException (at
/wsdl:definitions/wsdl:types/xs:schema/xs:schema/xsd:schema):
faultCode=PARSER_ERROR: Problem parsing '
http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd'.:
java.io.IOException: Server returned HTTP response code: 403 for URL:
http://www.w3.org/2001/datatypes.dtd

It seems that the url does not allow one to open a stream to it, this
program gets the same error

URL url = new URL("http://www.w3.org/2001/datatypes.dtd";);
InputStream is = url.openStream();

There has been a discussion on the Tuscany list [1]

Is it the same issue in axis 2, I use version 1.4.1

cheers, Håkon

[1]
http://mail-archives.apache.org/mod_mbox/tuscany-dev/200906.mbox/%3c8765ca4ebd4d4618a67a8a4bc2b02...@rfengt61p%3e
-- 
Håkon Sagehaug, Scientific Programmer
Parallab, Bergen Center for Computational Science (BCCS)
UNIFOB AS (University of Bergen Research Company)

Reply via email to