I get the following warning during Proxy generation which seems to prevent me from seeing the result of the Web Service call (using ABAP to call the method of the Proxy Class).
(The proxy class generates just fine as does my ABAP code calling the Web Service. The Web Service call is successful but I cannot access the result data).
Has anyone seen this or have any idea what I need to do to get around this? Thank you kindly !
Warning Long Text follows:
<any>,<anyAttribute> not supported
Message no. SPRX064
Background
During proxy generation, an interface description in WSDL format is fetched from the Enterprise Services Builder or from another source and interpreted. This WSDL document must describe the whole interface correctly.
Diagnosis
You used <any> or <anyAttribute> in the interface description.
This language element means that any content is allowed in the XML instance.
This feature is not supported by the proxy generation.
System Response
The system displays a warning. The proxy can be generated but it is not possible to access or influence any content.