SOAP Attachments in 4 slides - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

SOAP Attachments in 4 slides

Description:

SOAP Attachments in 4 s – PowerPoint PPT presentation

Number of Views:59
Avg rating:3.0/5.0
Slides: 6
Provided by: henrikfrys
Category:
Tags: soap | attachments | body | like | my | slides

less

Transcript and Presenter's Notes

Title: SOAP Attachments in 4 slides


1
SOAP Attachments in 4 slides
  • An example of a SOAP binding

2
We have a SOAP Message
ltSOAPEnvelope xmlnsSOAP"http//schemas.xmlsoap.
org/soap/envelope/" SOAPencodingStyle"http//s
chemas.xmlsoap.org/soap/encoding/"gt
ltSOAPHeadergt ltmMessageInfo
xmlnsm"http//www.info.org/soap/message"gt
ltmto href"mailtoyou_at_your.com"/gt
ltmfrom href"mailtome_at_my.com"/gt
ltmcontact href"mailtosomeone_at_my.com"gt
lt/mMessageInfogt lt/SOAPHeadergt
ltSOAPBodygt ltmsgMessage xmlnsm"http//www
.info.org/soap/message"gt
ltmsgsubjectgtYour house is on fire!lt/msgsubjectgt
ltmsgpicture href"http//info.org/y
ourhouse"/gt lt/msgMessagegt
lt/SOAPBodygtlt/SOAPEnvelopegt
3
SOAP Messages can contain Links
mailtosomeone_at_my.com
ltSOAPEnvelope xmlnsSOAP"http//schemas.xmlsoap.
org/soap/envelope" SOAPencodingStyle"http//sc
hemas.xmlsoap.org/soap/encoding/"gt
ltSOAPHeadergt ltmMessageInfo
xmlnsm"http//www.info.org/soap/message"gt
ltmto href"mailtoyou_at_your.com"/gt
ltmfrom href"mailtome_at_my.com"/gt
ltmcontact href"mailtosomeone_at_my.com"gt
lt/mMessageInfogt lt/SOAPHeadergt
ltSOAPBodygt ltmsgMessage xmlnsm"http//www
.info.org/soap/message"gt
ltmsgsubjectgtYour house is on fire!lt/msgsubjectgt
ltmsgpicture href"http//info.org/y
ourhouse"/gt lt/msgMessagegt
lt/SOAPBodygtlt/SOAPEnvelopegt
mailtoyou_at_your.com
http//info.org/yourhouse
mailtome_at_my.com
4
Links can point to MIME bodies
MIME-Version 1.0 Content-Type
Multipart/Related --MIME_boundary
ltSOAPEnvelope xmlnsSOAP"http//schemas.xmlsoap.
org/soap/envelope" SOAPencodingStyle"http//sc
hemas.xmlsoap.org/soap/encoding/"gt
ltSOAPHeadergt ltmMessageInfo
xmlnsm"http//www.info.org/soap/message"gt
ltmto href"mailtoyou_at_your.com"/gt
ltmfrom href"mailtome_at_my.com"/gt
ltmcontact href"mailtosomeone_at_my.com"gt
lt/mMessageInfogt lt/SOAPHeadergt
ltSOAPBodygt ltmsgMessage xmlnsm"http//www
.info.org/soap/message"gt
ltmsgsubjectgtYour house is on fire!lt/msgsubjectgt
ltmsgpicture href"cidfire1234_at_info
.org"/gt lt/msgMessagegt
lt/SOAPBodygtlt/SOAPEnvelopegt
--MIME_boundary
Content-Type image/tiff Content-Transfer-Encodin
g binary Content-ID lt cidfire1234_at_info.org gt
Photo
--MIME_boundary--
5
The Science Bit
  • Links can be expressed in different ways
  • SOAP encoding, XLink etc.
  • Does not imply any link relationship
  • Attachment, index, see also, must check etc.
  • This is left to the application
  • What you link to is up to you
  • Written as a protocol binding
  • Can be nested
Write a Comment
User Comments (0)
About PowerShow.com