XML message sent via SOAP UI appears as blank

Hi,

An IS service is exposed as a webMethods provider. The IS service has string as input.

I tried invoking the webMethods provider using SOAP UI.

When i send data in any normal format(without Xml tags in the string), the data is successfully passed to the IS provider service. (I checked it using savepipeline and restorepipeline)

But when i send String data with xml tags(the format is string , but i need to send xml tags in it ), the IS service gets invoked, but with blank data been sent.(the Pipeline file gets created, but is blank with no data in it

This is the String data i am trying to send using SOAP UI

<soapenv:Envelope xmlns:soapenv=“[URL]http://schemas.xmlsoap.org/soap/envelope/[/URL]” xmlns:urn=“urn:com:gnw:lmi:au:wmservices:rejectReport:v1.0”>
soapenv:Header/
soapenv:Body
urn:rejectReportws
<_x0078_mlrejectstring>
<Hardships_Report>
NAB_201012_01
NAB
<Success_Count>0</Success_Count>
<Reject_Count>3</Reject_Count>
<Hardships_GNW>
61019362
<BorrowerName_GNW>
asas
dfdfdfd
</BorrowerName_GNW>
Business Failure
</Hardships_GNW>
</Hardships_Report>
</_x0078_mlrejectstring>
</urn:rejectReportws>
</soapenv:Body>
</soapenv:Envelope>

Can any one please let me know why am i not able to send string data with xml tags in it. Is there any specific setting while creating the provider to include xml tags in the string as input.

Note: I have tried emebedding the data in CDATA tags and it works. But i am not looking for it, need to send the string(with xml tags) only

Thanks,
Harshad

Do you mean, you are trying to send XML Data within the SOAP Body?

Which inturn becomes XML within XML Tag.

Dear

its because an XML block was not well-formed

–Shaik