IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Sending Docs via Http Post to TN 46

    Posted Wed December 01, 2004 02:42 PM

    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


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Sending Docs via Http Post to TN 46

    Posted Fri October 28, 2005 08:38 PM


  • 3.  RE: Sending Docs via Http Post to TN 46

    Posted Fri October 28, 2005 08:45 PM

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

    Regards,

    Hermann


    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport
    #webMethods


  • 4.  RE: Sending Docs via Http Post to TN 46

    Posted Fri November 18, 2005 12:51 AM

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


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Sending Docs via Http Post to TN 46

    Posted Fri November 18, 2005 02:09 PM

    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


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB