cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy generation gives HTTP Framework:404Connection Refused http://www.w3.org/2001/xml.xsd

che_eky
Active Contributor
0 Kudos

Hi,

When using SPROXY to generate a proxy from a service interface I am getting the following error:

Why is the proxy generation trying to access the url? The service interface already contains the structure to be generated.

Help appreciated.

Che

Accepted Solutions (1)

Accepted Solutions (1)

Harish
Active Contributor
0 Kudos
che_eky
Active Contributor
0 Kudos

Hi Harish,

That link is very useful and especially the SMICM information. Should the development client be able to access the host www.w3.org? Is this normally the case?

Che

Harish
Active Contributor
0 Kudos

Hi Che,

Please check your WSDL if it is refering to www.w3.org for any link/details. In this case you need to download the schema and append in the WSDL. so the link will be removed and you will not get the error in ECC while genrating the proxy.

regards,

Harish

che_eky
Active Contributor
0 Kudos

Hi Harish,

The XSD contains the attribute "xml:lang" which I think is bound by definition to http://www.w3.org/XML/1998/namespace. Perhaps this is why?

Che

Harish
Active Contributor
0 Kudos

Hi Che,

I do not think this is a problem. check if you have import statment in the WSDL which is refering to schema at url.

regards,

Harish

che_eky
Active Contributor
0 Kudos

Hi Harish,

The XSD imports an xsd stored locally:

<xsd:import schemaLocation="temp1.xsd" namespace="http://www.w3.org/XML/1998/namespace" />

Che

Harish
Active Contributor
0 Kudos

Hi Che,

I would suggest to edit the xsd and change the namespace to local namespace. another option is use the include statment instead of import statement to refer the xsd.

regards,

Harish

che_eky
Active Contributor
0 Kudos

Hi Harish,

I will try.

Have a nice weekend.

Che

Answers (0)