Author |
Message
|
kadzo |
Posted: Mon Jul 04, 2005 2:03 am Post subject: Post a message via Http post |
|
|
Newbie
Joined: 04 Jul 2005 Posts: 5
|
Dear All,
I m quiet new to WBIMB and i have been ask to create a java plugin to be able to post a multipart message via https to an url which i did ( i still have one issue to make it work if broker is behind a firewall but that something else..).
After all the hard work put into it i would like to know if this will be easily done by using the HttpRequest plugin .
Someone told me that the HttpRequest plugin can only be used for webservices , but i expect to be able to work for any http post by using a different message domain than XMLNS.
regards
Kadzo |
|
Back to top |
|
 |
mgk |
Posted: Mon Jul 04, 2005 3:49 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Hi,
The HTTPResqest Node can make a POST request to any HTTPServer and receive data back in one of several parsers. It does not have to be a web service request.
Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
kadzo |
Posted: Mon Jul 04, 2005 4:35 am Post subject: |
|
|
Newbie
Joined: 04 Jul 2005 Posts: 5
|
Thanks for you confirmation mgk. I ve lost time doing my custom node but i know how to do it now
kadzo |
|
Back to top |
|
 |
kadzo |
Posted: Mon Jul 04, 2005 4:52 am Post subject: |
|
|
Newbie
Joined: 04 Jul 2005 Posts: 5
|
A quick one.Do you know how broker and the Httprequest Node will react when a proxy server (with authentification ) is involved or when behind a firewall ?
Ps : in the case where i m posting a multipart document via https
Regards
kadzo |
|
Back to top |
|
 |
mgk |
Posted: Mon Jul 04, 2005 8:30 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Hi, I have just reread your original message. The HTTPRequestNode does not currently support HTTPS (SSL), so it may not work for your needs. _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
kadzo |
Posted: Tue Jul 05, 2005 4:17 am Post subject: |
|
|
Newbie
Joined: 04 Jul 2005 Posts: 5
|
Does it it mean that the HTTPRequest does not allow SSL? If its the case what it is best recommended solution to use SSL.
Do you know how to handle proxy server authentification with the HTTPRequest because by looking at the HTTPRequest the only thing available is the HTTP Proxy Location.
Regards
kadzo |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jul 05, 2005 4:44 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It seems pretty clear to me that the built-in node does not have functionality that you need.
You will have to find a different way to solve this problem. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Paul D |
Posted: Tue Jul 05, 2005 5:03 pm Post subject: |
|
|
 Master
Joined: 16 May 2001 Posts: 200 Location: Green Bay Packer Country
|
HTTPS will be supported in MB v6, due out this fall. It will be under the current listener format (embedded JVM in UNIX PID) from what I understand.
Also, support pac IE01 is a servlet version of broker's HTTP listener component, which supports HTTPS. This should be available now.
Other IBM solutions are to look at the Web Services Gateway product. _________________ Thanks!!!
Paul D |
|
Back to top |
|
 |
|