Thanks John, I have just had a discussion and the flow is actually expected to be as follows:
1. Request is entered on NodeJS/Express webpage 2. Request is put in MongodB? 2. Batch process that runs every 15 mins Calls Soap/REST Service from NodeJS (collecting the data from MongodB?) 3. Soap/REST Response: List of items entered via NodeJS website (in MongodB) 4. Goes through REST service 5. SOAP/Rest service takes information, formats them and send to AGM via a receiver service in AGM. Any thoughts on this or any other suggestions? regards, John On 29 April 2014 04:46, John Teague <[email protected]> wrote: > You've got a couple of options. Edge.js would definitely work but you may > not need it. Assuming the front end is web based, choose your favorite > nodejs web framework <http://nodeframework.com/> and then put the result > on some kind of queue (redis,msmq, azure, etc..) for your .net code to pick > up and get imported into AGM. > > > On Sun, Apr 27, 2014 at 3:07 PM, Joseph Baiden > <[email protected]>wrote: > >> a collegue has done it through sharepont, will discuss with him tomorrow. >> All data is captured through sharepoint and they appear in AGM >> >> >> >> On 27 April 2014 17:45, Kevin Ingwersen <[email protected]>wrote: >> >>> How would you be able to interface HP AM? That is quite important. Do >>> you use sockets, HTTP requests, actual C++ bindings? >>> Am 27.04.2014 um 14:48 schrieb Joseph Baiden <[email protected] >>> >: >>> >>> OK. Is there any way I can develop the application on Node.js to >>> interact with HP AgileManager, so that data entered via Node.js application >>> will populate in AgileManager? >>> >>> What I would like to see now is the application design just for the >>> Nde.js application, the relevant modules, etc >>> >>> >>> On 27 April 2014 10:30, Bruno Jouhier <[email protected]> wrote: >>> >>>> Did you look at edge.js? >>>> >>>> http://www.infoq.com/articles/the_edge_of_net_and_node >>>> >>>> >>>> On Sunday, April 27, 2014 10:10:44 AM UTC+2, Joseph Baiden wrote: >>>>> >>>>> Hi All, >>>>> >>>>> I have a work-related project to develop an application using NodeJS. >>>>> This application needs to capture data and use wrapper classes developed >>>>> in >>>>> C# to send the captured data to HP AGM. The first part of the project is >>>>> to >>>>> come up with the design- the architectural layout of the application. Any >>>>> ideas? >>>>> >>>> >>>> -- >>>> -- >>>> Job Board: http://jobs.nodejs.org/ >>>> Posting guidelines: >>>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >>>> You received this message because you are subscribed to the Google >>>> Groups "nodejs" group. >>>> To post to this group, send email to [email protected] >>>> To unsubscribe from this group, send email to >>>> [email protected] >>>> For more options, visit this group at >>>> http://groups.google.com/group/nodejs?hl=en?hl=en >>>> >>>> --- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "nodejs" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/nodejs/XlV_cC6gw5o/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> -- >>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: >>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/nodejs?hl=en?hl=en >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> -- >>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: >>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/nodejs?hl=en?hl=en >>> >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "nodejs" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/nodejs/XlV_cC6gw5o/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "nodejs" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to a topic in the > Google Groups "nodejs" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/nodejs/XlV_cC6gw5o/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
