cancel
Showing results for 
Search instead for 
Did you mean: 

Object schema missing in WSDL

Former Member
0 Kudos

Hi all!!

I want to create an object Proxy through SE80 using a WSDL file. When I try this, I get the error message:

"Cannot generate proxy (object schema missing in WSDL).

I think the conflictive part of the WSDL is:

- <s:element name="GetProductServiceCodeResponse">

- <s:complexType>

- <s:sequence>

- <s:element minOccurs="0" maxOccurs="1" name="GetProductServiceCodeResult">

- <s:complexType>

- <s:sequence>

<s:element ref="s:schema" />

<s:any />

</s:sequence>

</s:complexType>

</s:element>

</s:sequence>

</s:complexType>

</s:element>

Is possible that the element ref is not supported by NetWeaver 2004s?

Helpful answers will be rewarded.

Thanks in advance and regards,

Manuel.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i am getting the same error...

any solution for this ???