GetResponse(메타데이터 교환) 메시지
GetResponse 메시지는 메타데이터 요청에 응답하는 데 사용되는 WS-Transfer 메시지입니다. GetResponse 메시지에 대한 자세한 내용은 WS 전송 사양의 섹션 3.1을 참조하세요.
Get 메시지를 보내는 모든 DPWS 애플리케이션은 GetResponse 메시지를 받습니다.
참고
이 항목에서는 WSDAPI 클라이언트 및 호스트에서 생성된 샘플 DPWS 메시지를 보여 줍니다. WSDAPI는 이 샘플을 준수하지 않는 다른 DPWS 규격 메시지를 구문 분석하고 수락합니다. 이 샘플을 사용하여 DPWS 상호 운용성을 확인하지 마세요. 대신 WSDBIT(WSDAPI 기본 상호 운용성 도구) 를 사용합니다.
다음 SOAP 메시지는 샘플 GetResponse 메시지를 보여 줍니다.
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope
xmlns:soap="https://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="https://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsx="https://schemas.xmlsoap.org/ws/2004/09/mex"
xmlns:wsdp="https://schemas.xmlsoap.org/ws/2006/02/devprof"
xmlns:sim="https://schemas.example.org/SimpleService"
xmlns:att="https://schemas.example.org/AttachmentService"
xmlns:eve="https://schemas.example.org/EventingService">
<soap:Header>
<wsa:To>
https://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
</wsa:To>
<wsa:Action>
https://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse
</wsa:Action>
<wsa:MessageID>
urn:uuid:119dcdf5-fc0d-4d40-bf1f-de52dc292744
</wsa:MessageID>
<wsa:RelatesTo>
urn:uuid:027bec45-c37c-466c-936c-68f648abe2bb
</wsa:RelatesTo>
</soap:Header>
<soap:Body>
<wsx:Metadata>
<wsx:MetadataSection Dialect="https://schemas.xmlsoap.org/ws/2006/02/devprof/ThisDevice">
<wsdp:ThisDevice>
<wsdp:FriendlyName>
WSDAPI Basic Interop Server
</wsdp:FriendlyName>
<wsdp:FirmwareVersion>alpha</wsdp:FirmwareVersion>
<wsdp:SerialNumber>1</wsdp:SerialNumber>
</wsdp:ThisDevice>
</wsx:MetadataSection>
<wsx:MetadataSection Dialect="https://schemas.xmlsoap.org/ws/2006/02/devprof/ThisModel">
<wsdp:ThisModel>
<wsdp:Manufacturer>
Microsoft
</wsdp:Manufacturer>
<wsdp:ManufacturerUrl>
https://www.microsoft.com/
</wsdp:ManufacturerUrl>
<wsdp:ModelName>
WSDAPI Interop device
</wsdp:ModelName>
<wsdp:ModelNumber>0.1</wsdp:ModelNumber>
<wsdp:ModelUrl>
https://www.microsoft.com/
</wsdp:ModelUrl>
<wsdp:PresentationUrl>
https://www.microsoft.com/
</wsdp:PresentationUrl>
</wsdp:ThisModel>
</wsx:MetadataSection>
<wsx:MetadataSection Dialect="https://schemas.xmlsoap.org/ws/2006/02/devprof/Relationship">
<wsdp:Relationship Type="https://schemas.xmlsoap.org/ws/2006/02/devprof/host">
<wsdp:Host>
<wsa:EndpointReference>
<wsa:Address>
urn:uuid:37f86d35-e6ac-4241-964f-1d9ae46fb366
</wsa:Address>
</wsa:EndpointReference>
<wsdp:Types>sim:SimpleDeviceType</wsdp:Types>
<wsdp:ServiceId>
https://testdevice.interop/SimpleDevice
</wsdp:ServiceId>
</wsdp:Host>
<wsdp:Hosted>
<wsa:EndpointReference>
<wsa:Address>
https://192.168.0.2:5357/37f86d35-e6ac-4241-964f-1d9ae46fb366
</wsa:Address>
</wsa:EndpointReference>
<wsdp:Types>sim:SimpleService</wsdp:Types>
<wsdp:ServiceId>
https://testdevice.interop/SimpleService1
</wsdp:ServiceId>
</wsdp:Hosted>
</wsdp:Relationship>
</wsx:MetadataSection>
</wsx:Metadata>
</soap:Body>
</soap:Envelope>
GetResponse 메시지에는 다음과 같은 포커스 포인트가 있습니다.
포커스 지점 | XML | 설명 |
---|---|---|
Getresponse |
|
GetResponse SOAP 작업은 메시지를 GetResponse 메시지로 식별합니다. |
RelatesTo |
|
디바이스가 응답하는 메시지의 식별자입니다. 이 헤더는 메시지 가져오기 의 MessageID와 일치합니다. |
주소 |
|
이 디바이스에서 호스트되는 서비스의 엔드포인트 주소를 포함합니다. |
관련 항목