Sending Docs via Http Post to TN 46

hello, i´m trying to send Docs from an html page to the TN. but only get an error from it. The Error is :

Code : CCS_BLOX_SVC_9000_ServiceError
Message : com.wm.pkg.marketconnect.lang.DetailedServiceException: null

the Post is with MIME Envelope, and here is the web page code :

<form method=“POST” action=“[url=“http://https://uconnect1.quadrem.net:4433/invoke/pub.marketconnect.transport/receiveEnvelope”]https://uconnect1.quadrem.net:4433/invoke/pub.marketconnect.transport/receiveEnvelope[/url]” ENCTYPE=“application/x-www-form-urlencoded”>
<table>
<tr>
<th align=“center” colspan=“2”>
Enter The Email Message To Be Sent
</th>
</tr>
<tr>
<td colspan=“2”>
<textarea rows=“25” cols=“100”></textarea>
</td>
</tr>
<tr>
<td align=“right”>
<input type=“submit” value=“Send”>
</td>
<td align=“left”>
<input type=“reset” value=“Reset”>
</td>
</tr>
</table>
</form>

Any help would be appreciate.

Regards,

Hermann

did you finally get any help on this one

I could solved by my self. Do you need help on this?

Regards,

Hermann

I am getting the same message. How did you solve the problem?

I had to change the application, since from a Ordinary form you can not send a Multipart content type, so i developed a code to send the Envelope as a binary content. The other thing is send only the xml w/o the Envelope, and you can receive the xml as node in the TN 4.6.

Please let me know if this help you.

Regards,

Hermann