-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f6d241
commit 070d2f5
Showing
4 changed files
with
72 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<?xml version="1.0" encoding="utf-8"?><!-- This wsdl file is for an XDS.b Document Registry Actor --><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" name="DocumentRegistry" targetNamespace="urn:ihe:iti:xds-b:2007" xmlns:hl7="urn:hl7-org:v3" xmlns:ihe="urn:ihe:iti:xds-b:2007" xmlns:lcm="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" xmlns:query="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:rs="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<documentation>IHE XDS.b Document Registry</documentation> | ||
<types> | ||
<xsd:schema elementFormDefault="qualified" targetNamespace="urn:hl7-org:v3"> | ||
<!-- Include the message schema --> | ||
<xsd:include schemaLocation="../schema/HL7V3/NE2008/multicacheschemas/PRPA_IN201301UV02.xsd"/> | ||
</xsd:schema> | ||
<xsd:schema elementFormDefault="qualified" targetNamespace="urn:hl7-org:v3"> | ||
<!-- Include the message schema --> | ||
<xsd:include schemaLocation="../schema/HL7V3/NE2008/multicacheschemas/PRPA_IN201302UV02.xsd"/> | ||
</xsd:schema> | ||
<xsd:schema elementFormDefault="qualified" targetNamespace="urn:hl7-org:v3"> | ||
<!-- Include the message schema --> | ||
<xsd:include schemaLocation="../schema/HL7V3/NE2008/multicacheschemas/PRPA_IN201304UV02.xsd"/> | ||
</xsd:schema> | ||
<xsd:schema elementFormDefault="qualified" targetNamespace="urn:hl7-org:v3"> | ||
<!-- Include the message schema --> | ||
<xsd:include schemaLocation="../schema/HL7V3/NE2008/multicacheschemas/MCCI_IN000002UV01.xsd"/> | ||
</xsd:schema> | ||
<xsd:schema elementFormDefault="qualified" targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0"> | ||
<!-- Include the message schema --> | ||
<xsd:include schemaLocation="../schema/ebRS/query.xsd"/> | ||
</xsd:schema> | ||
<xsd:schema elementFormDefault="qualified" targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0"> | ||
<!-- Include the message schema --> | ||
<xsd:include schemaLocation="../schema/ebRS/rs.xsd"/> | ||
</xsd:schema> | ||
<xsd:schema elementFormDefault="qualified" targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0"> | ||
<!-- Include the message schema --> | ||
<xsd:include schemaLocation="../schema/ebRS/lcm.xsd"/> | ||
</xsd:schema> | ||
<!-- While no elements are directly used from this schema in the WSDL, it needs to be present here in order for | ||
code generating toolkits to work properly --> | ||
<xsd:schema elementFormDefault="qualified" targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" xmlns:lcm="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"> | ||
<!-- Include the message schema --> | ||
<xsd:include schemaLocation="../schema/ebRS/rim.xsd"/> | ||
</xsd:schema> | ||
</types> | ||
<message name="UpdateDocumentSet_Message"> | ||
<documentation>Update Document Set Request</documentation> | ||
<part name="body" element="lcm:SubmitObjectsRequest"></part> | ||
</message> | ||
<message name="UpdateDocumentSetResponse_Message"> | ||
<documentation>Update Document Set Response</documentation> | ||
<part name="body" element="rs:RegistryResponse"></part> | ||
</message> | ||
<portType name="DocumentRegistry_PortType"> | ||
<operation name="DocumentRegistry_UpdateDocumentSet"> | ||
<input message="ihe:UpdateDocumentSet_Message" wsaw:Action="urn:ihe:iti:2010:UpdateDocumentSet"></input> | ||
<output message="ihe:UpdateDocumentSetResponse_Message" wsaw:Action="urn:ihe:iti:2010:UpdateDocumentSetResponse"></output> | ||
</operation> | ||
</portType> | ||
<binding name="DocumentRegistry_Binding_Soap12" type="ihe:DocumentRegistry_PortType"> | ||
<soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> | ||
<operation name="DocumentRegistry_UpdateDocumentSet"> | ||
<soap12:operation soapActionRequired="false"/> | ||
<input> | ||
<soap12:body use="literal"/> | ||
</input> | ||
<output> | ||
<soap12:body use="literal"/> | ||
</output> | ||
</operation> | ||
</binding> | ||
<service name="DocumentRegistry_Service"> | ||
<port name="DocumentRegistry_UpdateDocumentSet_Port_Soap12" binding="ihe:DocumentRegistry_Binding_Soap12"> | ||
<soap12:address location="http://localhost:8620/update-document-set"/> | ||
</port> | ||
</service> | ||
</definitions> |