cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in proxy generation.

Former Member
0 Kudos

Hi all,

We are trying to consume a WSDL file to create a client proxy.

But we are getting following errors;

Proxy generation terminated: WSDL error (<extension> not supported)

Message no. SPRX038

Background

During proxy generation, an interface description in WSDL format is

fetched from the Integration Builder or from another source and

interpreted. This WSDL document must describe the whole interface

correctly.

==> Display Query

==> Display WSDL Document

Diagnosis

The language element

"<extension>"

was used in the WSDL document.

This language element is not supported by ABAP proxy generation.

Thanx in advance.

Yats.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

this means that WSDL you are using is not understood from the proxy creator. You should use another kind of type document. For example in ECC6 with lower SP, the only type recognized is document and not rpc. You should try another WSDL. I see it's possible anyway to convert one format to one another (just googling about how to do it).

hope this helps

gabriele

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanx a lot Gabriele.

I am googling too.

Regards.

Yats.