Hi Guys,
I am trying to generate proxy for an HTTP interface (HTTP_AAE adapter).
It uses external message type called SVML.
in that case I couldn't generate proxy in ABAP, getting the following message
Interface uses external and internal message definitions
Message no. SPRX122
Diagnosis
In a message interface you can use messages from different sources:
Message types and fault message types edited in the Enterprise Services Repository
Messages imported into the Enterprise Services Repository (external definitions, RFC, IDoc)
In the current message interface, message types from different sources have been used. Since messages from these different sources must be handled differently during proxy generation, such a mixture of messages within a message interface is not possible.
System Response
The interface cannot be generated.
Procedure
Change the interface definition accordingly in the Enterprise Services Repository.
if I can't generate proxy, any other way this interface can bee called from ABAP stack ?
Thanks
Sam