Hi,
I have to develop an JAVA application prototype accessing ODATA servicees (basic authentication).
I go throught the "Getting started with GWPA: Proxy Generation for Java SE Toolkit" and all went ok.
Now i created my own simple webservice (return a simple DDIC table)
for xxx_GET_ENTITYSET i do a simple
SELECT * FROM <Table> INTO TABLE ET_ENTITYSET.
When I try to generate proxies for it I get an error when press "GO" during proxy generation.
!!!-> The selected service is incorrect.
If I use the metadata and document.xml as file GWPA can read the Service
any idea why this happen?
best regards
Stefan