Options

passing text thru Web service format failure ?

PomaroliPomaroli Member Posts: 37
edited 2010-09-17 in NAV Three Tier
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 ?

Comments

  • Options
    BourgeoisBourgeois Member Posts: 5
    What is the text value you received the error for?
Sign In or Register to comment.