Вопрос

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