cancel
Showing results for 
Search instead for 
Did you mean: 

The XSD type double does not exactly correspond to the ABAP type FLTP

Former Member
0 Kudos

Hi Experts,

i wanna create a proxy from a wsdl file. While creating the the proxy in SE80 i got some errors like described in the subject. I also got an error "Item is part of recursion". I have found already a post in the forum but i don't get what to do. Ok, I have to change the data type but how or where?

Do I have to update the Web Service (which I cannot do, because I don't have access to the WS) or can I do the mapping in my Client System. But where? In SE80 I haven't seen any possibility to change the Data Type and the Data Element does not exists in the ABAP Dictionary yet because the Proxy haven't been activated.

Thanks in advance for you reply.

Best regards,

Sebastian

Edited by: Sebastian Wilhelm on Dec 21, 2011 11:43 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Any Ideas for the Data Type Handling?

Former Member
0 Kudos

The Problem with the recursion is solved on my own.

In SE80 ABAP Workbench go to Utilities > Setting > Proxy Generation

Activate Expert View in Workbench

Go to a recursive element. A Check Box Untyped mapping appears. Activate the Check Box.

The Type of the element will be created in DDIC as XSDANY.

Regards,

Sebastian

Edited by: Sebastian Wilhelm on Dec 21, 2011 1:40 PM