문제

what is the meaning of the following line ?

"The interfaces are built using XMP over SOAP protocol"

....the interfaces referes to webservices.

도움이 되었습니까?

해결책

XMP stands for "Extensible Metadata Platform". It's a standard created by Adobe, and it lets you store metadata on documents that describe said documents.

SOAP is a method for transporting objects between different computers. It uses XML documents.

I suspect XMP on SOAP means that the SOAP XML documents use XMP to hold embedded metadata.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top