I found what is happening:
this is html:
<html>
<head>
<title>Test</title>
</head>
<body>
<form action="http://something" method="post">
<table>
<tr>
<td><input type="hidden" name="productId" value="1000"></td>
<td><textarea id="XMLRequest" type="text" cols="80" rows="10" name="XMLRequest">
<!DOCTYPE smth SYSTEM "http://something.dtd">
<smth productID="1000">
<user>
<Address name="XXX">
<Country>YYY</Country>
</Address>
</user>
</smth>
</textarea>
</td>
</tr>
<tr><td><input name="Validate" type="submit" value="OK"></td></tr>
</table>
</form>
</body>
</html>
content between tags - i made that request in code and passing it to data->string in pub.client:HTTP, but how can I make blue part of this html in webMethods?
do I need to use some of MIME services or what?
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods