Ignore
"I want to send an http call to a java servlet which will do some additional processing for order fulfillment and once complete it will return the name of the file which it just created."
Like I said originally "How do I make an external http call to a function within a custom module?"
To further clarify "How do I make an (external to Drupal) http call to a function within a drupal custom module?"
John
On 10/9/10, John Mitchell mitchelljj98@gmail.com wrote:
I want to send an http call to a java servlet which will do some additional processing for order fulfillment and once complete it will return the name of the file which it just created.
John
On 10/9/10, Pierre Rineau pierre.rineau@makina-corpus.com wrote:
On Sat, 2010-10-09 at 16:54 -0400, John Mitchell wrote:
How do I make an external http call to a function within a custom module?
Thanks,
John
-- John J. Mitchell
Do you want to do a pragmatic HTTP request and get back the result in order to process it ? If yes, you can use drupal_http_request().
If not, be more precise about what you want to do please.
Pierre.
-- John J. Mitchell