cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services : <extension> not supported ?

Former Member
0 Kudos

I am trying to Cosnume an External Web Service and when I try to Create my Proxy Object in SE80 I get the following Error : <b>Proxy generation terminated: WSDL error(<extension> not supported)</b>

On further examination of the WSDL itself ( from Documentum ) I found that there was a Component in the XML


- <complexType name="DocbaseAuthenticationFailure">
- <complexContent>
- <extension base="impl:WebServiceException">
- <sequence>
  <element name="info" nillable="true" type="xsd:string" /> 
  </sequence>
  </extension>
  </complexContent>
  </complexType>

So is the XML / WSDL file that is causing the problem or is it something else internal to SAP. You folks ever experience this? Should I just request my Web Service provider to not use <extension> type tags and tell him SAP doesn't support it? or is there anything I can do to over come this?

If you want I can send the entire WSDL for examination.

Thank you in advance.

Regards

'Shay

PS: Another Webservice form the same vendor did not have that Tag.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi AKSHAY,

Creating an ABAP proxy in SE80,i've had some problems too,i used a WSDL to create proxy in NWDS (java) while same WSDL gave error in ABAP.

So,do try to create a proxy in NWDS and if you are able to do it,means your WSDL is fine and some SAP constraint .

Also, you can validate the WSDL against errors using freely downloadable tools like SOA editor from capeclear software.

Hope it helps,

Regards,

Siddhartha