Hi , i have one doubt in pub.client.http can we directly post xml or i have to convert it to byte or String .
the following Input is enough:-
url : http://servername:portname/invoke/folder/servicename
method: Post
data: string
auth : suername & password
header content-type : text/xml
“can we directly post xml or i have to convert it to byte or String”–>Yesyou can send anyways like map data/string (xmldata) or convert xmldata to bytes or stream (large files) types.
P.S:Make sure the invoking service input is Node (object) for parsing/down stream processing…