i tried setting encoding to UTF-8 in SOAP UI while passing the request ,but of no help as i get the below error message
“Document/Literal Coder: decoding error; cant convert SOAP Message to IS Document”
Is there any way to set encoding in IS for provider webservice or in WSD created from it ?
ohh… i thought you are trying to send xmlstring from one IS to another IS, hence suggested option of setting the encoding to true while converting IS document to a xml string… your problem is even before that where you need to pass data from external system… add a header in ‘headers’ tab.
Name of header- Content-Type
Value- text/xml; charset=utf-8
Thanks for your suggestion
Can you please provide me an example for these headers?
anyways my issue with soapui is resolved with CDATA section
this is just for info