Hi , You can get the samples for CALLJ form the jbase installed directory , <JBASE_HOME>/5.0/SAMPLES/CALLJ/
What is CALLJ? CallJ is nothing but calling a java method from infobasic. But when you implement webservice client using CALLJ, it will take minimum 20 to 30 seconds to initiate property and to load libraries :( I would suggest CALLJ and user-defined TC-server listener to consume webservice, 1. Develop user-defined listener to consume webservice, 2. Use callj to post message to the listener, so u need to write socket program to post message to the listener. 3. Once listener received the Input/message ,format the message and consume the webservice. 4. reply back the response to the CALLJ Happy coding. Cheers, vidhya. Sun Certified Java Programmer. On Oct 28, 9:56 pm, Nguyen Trong Dai <[email protected]> wrote: > Hi Anar, > > Can You explain more detail about using CALLJ or give some samples of using > that routine? > > On Wed, Oct 27, 2010 at 4:19 PM, Anar Veliyev <[email protected]>wrote: > > > Hi Santosh, > > > For the outgoing message/string/info you may utilize CALLJ. -- 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
