Author |
Message
|
amateur10 |
Posted: Wed Nov 23, 2005 3:39 pm Post subject: A basic ICS question |
|
|
Centurion
Joined: 23 Nov 2005 Posts: 102
|
This may be basic for guru but for me, I did not get answer in document so I am putting here. the doc I referred was infocentre and pdf files.
What in fact happens when a services call is attached to a action node? what is the java code dequivalent so that one can make that call manually?
thanks |
|
Back to top |
|
 |
fponcet |
Posted: Thu Nov 24, 2005 9:39 am Post subject: |
|
|
Acolyte
Joined: 20 Oct 2005 Posts: 55
|
Create a simple template with a Service call and have a look at the .java file generated. |
|
Back to top |
|
 |
amateur10 |
Posted: Thu Nov 24, 2005 11:25 am Post subject: |
|
|
Centurion
Joined: 23 Nov 2005 Posts: 102
|
Is this someting like
ToBusObj.copy(triggeringBusObj)
thanks |
|
Back to top |
|
 |
vennela |
Posted: Thu Nov 24, 2005 8:37 pm Post subject: Re: A basic ICS question |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
amateur10 wrote: |
What in fact happens when a services call is attached to a action node? |
That is how ICS talks to external systems (eg connectors)
amateur10 wrote: |
what is the java code dequivalent so that one can make that call manually?
thanks |
Why do you want to do that?
Search the infocenter for dynamic service call |
|
Back to top |
|
 |
amateur10 |
Posted: Fri Nov 25, 2005 10:55 am Post subject: |
|
|
Centurion
Joined: 23 Nov 2005 Posts: 102
|
i can not just attach service call in a action node, I hvae to make a service call inside collab code. How can I do that? |
|
Back to top |
|
 |
Ratan |
Posted: Mon Nov 28, 2005 10:05 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Quote: |
i can not just attach service call in a action node, I hvae to make a service call inside collab code. How can I do that? |
Action nodes contain collab code. Have an action node with the code you need to process before service call. Do a service call on that action node. Do the rest of the processing in the next service call. _________________ -Ratan |
|
Back to top |
|
 |
|