By how many ways can we invoke a service?
Answers were Sorted based on User's Feedback
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 ? | 28 Yes | 0 No |
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 |
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 |
Answer / amar desai
Service.doInvoke()
invoke step
request through transport protocol i.e. http, https...
| Is This Answer Correct ? | 5 Yes | 0 No |
What Happens When an Event Occurs?
Can you spell SAP, ERP, CRM, XML and EDI properly?
Difference between Scheduler service and adapter pooling notification?
What Is a Lock?
what is the difference between a loop and a repeat?
What Are Input and Output Parameters?
what is indices in MAP flow step?
gate ways in webmethods
What Is a Third-Party Source Control Application?
How to connect jdbc connection in webmethods without server and with server step by step explain.
how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?
What is a flat file schema and what are its uses?