1/7
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
soap interaction by hand step 1
create the request
soap interaction by hand step 2
raise a post request on the endpoint
soap interaction by hand step 3
read the response and parse out the results
what might we use instead of http
smtp (email)
why would we use smtp?
everything is a message, no assumption of bi-directionality or connectivity across the interaction, independence from transport
what needs to be defined with the interface for soap interactions 1
encodings and transports
what needs to be defined with the interface for soap interactions 2
marshalling format
what needs to be defined with the interface for soap interactions 4
what methods are on offer