I am using http client service to invoke the tn receive service. I am sending data as a string for the http client service input.
The processing rule gets fired but i get the error that xml data, filedata or filestream should be specified in the log, and the service fails. A savetopipeline showed that there was no xml data being sent.
I tried to send it as bytes, args too (from previous posts in this forum). I have set the content-type to text/xml, and the encoding to ASCII
CAn anyone look into this nd let me know if they have seen this b4.
thnaks:)