SOAP in Java

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

Learn about soap in java

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

soap interaction by hand step 1

create the request

2
New cards

soap interaction by hand step 2

raise a post request on the endpoint

3
New cards

soap interaction by hand step 3

read the response and parse out the results

4
New cards

what might we use instead of http

smtp (email)

5
New cards

why would we use smtp?

everything is a message, no assumption of bi-directionality or connectivity across the interaction, independence from transport

6
New cards

what needs to be defined with the interface for soap interactions 1

encodings and transports

7
New cards

what needs to be defined with the interface for soap interactions 2

marshalling format

8
New cards

what needs to be defined with the interface for soap interactions 4

what methods are on offer