I have a file to webservice scenario in which all fileds that are input to the webservice are string so I map them from the source side after applyign graphical functions.. but one field in target side has a data type base64Binary
Is this same as byte? or this is base64ecoding?
Also can you please let me know I can accomplish the mapping usign UDF?
when I do a return inputstring.getBytes() , its throwing an error
Regards,
Tej