cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Exception occurred in communication framework: HTTP connection refused while abap proxy generation

PavanKumar
Active Contributor
0 Likes
2,484

Hello All,

Working on scenario Abap proxy (SOAP) to AS2 (sync) getting below exception while creating proxy in sproxy tcode.

Exception occurred in communication framework: Error in http framework404 connection refused http://www.w3.org/2001/xml.xsd

Client has provided few xsds referenced these xsds in the ESR where xml.xsd is one of the xsd got an error related to this

Please suggest.

Note: Worked for other different scenario where i supposed to create consumer proxy without PI. So consumed the xsds provided by client then i got the same error but after importing the SSL certificates same issue got resolved.

But here in my case i.e., http://www.w3.org/2001/xml.xsd this is not an client application end point url and that toit is doesn't contain any certificate as it is http URL.

Regards

Pavan

View Entire Topic
manoj_khavatkopp
Active Contributor
0 Likes

As you have created sync service interface, for the request and response are you using the XSD or custom created Message type ?

PavanKumar
Active Contributor
0 Likes

Hi Manoj,

Thanks for your reply, I am using xsd for request and response.

I have also attached xsd in my previous comment. Please check

Regards

Pavan

manoj_khavatkopp
Active Contributor
0 Likes

in ur XSD can try removing this : xmlns="http://www.w3.org/2001/XMLSchema" or replace with your local namespace and then try to generate proxy.

PavanKumar
Active Contributor
0 Likes

Hi,

When i replaced with local namespace getting below exception, FYI There are reference xsds as well in that xsd should i have remove any thing from that references?

when i removed the namespace getting below exception

Regards

Pavan