2 * Copyright 2017 Owen Rudge for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 interface IWSDMessageParameters
;
24 typedef struct _WSD_APP_SEQUENCE WSD_APP_SEQUENCE
;
25 typedef struct _WSD_HEADER_RELATESTO WSD_HEADER_RELATESTO
;
26 typedef struct _WSD_SOAP_HEADER WSD_SOAP_HEADER
;
27 typedef struct _WSD_SOAP_MESSAGE WSD_SOAP_MESSAGE
;
28 typedef struct _WSD_NAME_LIST WSD_NAME_LIST
;
29 typedef struct _WSD_REFERENCE_PARAMETERS WSD_REFERENCE_PARAMETERS
;
30 typedef struct _WSD_REFERENCE_PROPERTIES WSD_REFERENCE_PROPERTIES
;
31 typedef struct _WSD_ENDPOINT_REFERENCE WSD_ENDPOINT_REFERENCE
;
32 typedef struct _WSD_URI_LIST WSD_URI_LIST
;
34 struct _WSD_APP_SEQUENCE
37 const WCHAR
*SequenceId
;
38 ULONGLONG MessageNumber
;
47 struct _WSD_REFERENCE_PARAMETERS
52 struct _WSD_REFERENCE_PROPERTIES
57 struct _WSD_ENDPOINT_REFERENCE
60 WSD_REFERENCE_PROPERTIES ReferenceProperties
;
61 WSD_REFERENCE_PARAMETERS ReferenceParameters
;
62 WSDXML_NAME
*PortType
;
63 WSDXML_NAME
*ServiceName
;
73 struct _WSD_HEADER_RELATESTO
75 WSDXML_NAME
*RelationshipType
;
76 const WCHAR
*MessageID
;
79 struct _WSD_SOAP_HEADER
83 const WCHAR
*MessageID
;
84 WSD_HEADER_RELATESTO RelatesTo
;
85 WSD_ENDPOINT_REFERENCE
*ReplyTo
;
86 WSD_ENDPOINT_REFERENCE
*From
;
87 WSD_ENDPOINT_REFERENCE
*FaultTo
;
88 WSD_APP_SEQUENCE
*AppSequence
;
89 WSDXML_ELEMENT
*AnyHeaders
;
92 struct _WSD_SOAP_MESSAGE
94 WSD_SOAP_HEADER Header
;
96 WSDXML_TYPE
*BodyType
;