By how many ways can we invoke a service?

Answers were Sorted based on User's Feedback



By how many ways can we invoke a service?..

Answer / rajendraprasad cherukuri

Following are the multiple ways to invoke a flow service in
webMethods.

1.using invoke step within webMethods IDE
2.using Transformers in Map Step
3.using remoteInvoke builtin service can invoke flow service
from other webMethods Environment
4.using service.doInvoke() in Java services
5.using webServices,consuming webService provider
operations.
6.using webmethods supported protocols like http,https.
Ex: http://hostname:portnumber/Invoke/namespace
7.using Publish subscribe mechanism in webmethods
8.In BPM using CAF application,invoking the flow service
through a webservice call
9.using Scheduler in webMethods
10.using Filepolling in webMethods
11.using Startup & Shutdown services

Is This Answer Correct ?    27 Yes 0 No

By how many ways can we invoke a service?..

Answer / wmdev

As per my knowledge , a service can be invoked in 3 ways :
1.Direct Invocation
2.Soap call
3.Publish and subscribe

Is This Answer Correct ?    10 Yes 0 No

By how many ways can we invoke a service?..

Answer / ninad patil

There are many ways:
1. http/s get/post
2. FTP
3. SMTP
4. SOAP
5. Thick Client

Is This Answer Correct ?    5 Yes 0 No

By how many ways can we invoke a service?..

Answer / amar desai

Service.doInvoke()
invoke step
request through transport protocol i.e. http, https...

Is This Answer Correct ?    5 Yes 0 No

By how many ways can we invoke a service?..

Answer / kiran

From TN Processing rule.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WebMethods Interview Questions

By how many ways can we invoke a service?

5 Answers   WestRock,


When we use exit flow steps?

1 Answers  


can u explain abt Pub-Sub Architecture,where do u implemented this?

3 Answers   Cap Gemini, Cognizant,


What Does a Flow Service Look Like in Diagram View?

1 Answers   Colt, IBM,


What is correlation ID?

1 Answers   Colt,






If v want to run the server with some other port number , what v need to do ?? Developer:

3 Answers   IBM,


How Java Services Are Organized on the webmethods Server?

2 Answers  


If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?

0 Answers  


What Happens When an Event Occurs?

2 Answers  


scenario: i have a loop A, under which i have a child loop B, under which i have a Branch with few services with a condition. if a condition is satisfied , then i need my branch to exit from loop B, what should i do?

2 Answers   IBM,


IS is thread or process ?

1 Answers   Patni,


in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?

0 Answers   Quinnox,


Categories