08_WebServices Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are modules?

A

extensions to the Mule runtime that you can use when building a Mule app

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some examples of modules?

A

HTTP, Database, Salesforce, SAP, Slack, Validation, Java and many more

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are connectors?

A

modules that connect to an external server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some examples of modules?

A

HTTP, Database, Salesforce, SAP, Slack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where is the type of selector specified?

A

in its tags on exchange(each connectorr has types that specify creator and the support level that are associated with them)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Connectors have different suport levels, what are the tiers?

A

1 - MS isolate problem and diagnose it, 2- MS will find a workaround, 3 - MS will fix the code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When you add an API to exchange what is automatically generated?

A

Connectors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where can you use connectors?

A

Anypoint Studio or Flow Designer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Where can you download connectors from?

A

drop-down menu in exchange

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you access connectors in Anypoint Studio?

A

Some modules are pre-installed others are not. Go to the mule palette to access them, or download new modules (via the search in exchange section), then add them to the project.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you consume RESTful web services?

A

First, check Exchange to see if there is already connector to the service provider. If not use the HTTP connector and it’s Request operation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you consume SOAP web services?

A

First, check Exchange to see if there is already connector to the service provider. If not, use the Web Service Consumer connector.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What connector is used for SOAP web services?

A

Web Service Consumer

then the Consumer operation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What component is used when passing data (arguments) to a SOAP web service?

A

TRANSFORM MESSAGE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does canonical format mean?

A

same (the same format/ goal format)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly