hello,
i've a problem with my webservice, i'll pass a text value to the code unit inside NAV thru webservice (ASCII), the return value should be the same as the sended value. (for this Test)
but my third part application doesen't accept the return value because of format failure, the characters in the value are identical the codeunit does only :
A = income parameter
B = outgoing parameter
function :
B:=A
have i to do some formating inside NAV for ASCII output or is this a Webservice problem ?
0
Comments