Hi, will give you an idea, but i dont say its the only way,
there needs to be a java classes which will consume those web services(using JAX-WS, AXIS or METRO, or HTTP POST method). when a user inputs and submits, a routine will collect the info and form a delimeted string and submits to the java class using CALLJ, the java class in return connects the external service and post the data and get the response back and send it back to T24. Hope this helps. Thanks, Imran On Tue, Oct 26, 2010 at 3:03 AM, Santosh <[email protected]>wrote: > Hi Group, > > Currently we are in R8 / JBASE5.1 / with Browser. > > We got a requirement to interact with other Web Services (In XML Format) to > receive and send data for some online interfaces. Example: As soon as user > inputs the data and commit the record it must be converted to XML tags > (Which our local development is taking care) and sends the request to > External Web serivce and pick the response and update in few fields of T24 > application. > > Currently we are not using MQ stuff so it must be through M/W to process > the request and response > > I will be greatful if any one can share their integration experience how we > can achieve this. > > Regards > Santosh > > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions > specific to Globus/T24 > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > -- -- Imran Akbar +91 9884365530 -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
