Options

Field Names in SOAP Web Service

naffnaff Member Posts: 32
Hi,

i am publishing pages as SOAP Web Services.
Now I want to consume those Web Services via C/AL.
I know how to build and send the SOAP Message.

My problem is that I want to make it generic for different Pages.
I want to take the Field Names from the virtual Field Table (I know this is from the table, but I assume, that all fields are also on the page with the same name) and then create the correct nodes using those Names.

But when I have a field with special characters (e.g. "Rate %") the corresponding element in the WSDL is named different (e.g. "Rate_Percent_").
By what rule does this transformation happen? I would like to recreate the transformation, so that i can build my SOAP Message correctly.

Thanks in advance,
naff.

Sign In or Register to comment.