Merge branch 'master' of https://bitbucket.org/omds/omdsservicedefinitions
This commit is contained in:
@@ -6,13 +6,8 @@
|
|||||||
|
|
||||||
package at.vvo.omds.types.omds3Types.r1_4_0.service;
|
package at.vvo.omds.types.omds3Types.r1_4_0.service;
|
||||||
|
|
||||||
|
import javax.xml.ws.soap.MTOM;
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
import javax.jws.WebMethod;
|
|
||||||
import javax.jws.WebParam;
|
|
||||||
import javax.jws.WebResult;
|
|
||||||
import javax.jws.WebService;
|
|
||||||
import javax.jws.soap.SOAPBinding;
|
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.2.0
|
* This class was generated by Apache CXF 3.2.0
|
||||||
@@ -21,6 +16,7 @@ import javax.xml.bind.annotation.XmlSeeAlso;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@MTOM(enabled = true, threshold = 1024)
|
||||||
@javax.jws.WebService(
|
@javax.jws.WebService(
|
||||||
serviceName = "omdsService",
|
serviceName = "omdsService",
|
||||||
portName = "omdsServicePort",
|
portName = "omdsServicePort",
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ import javax.jws.WebResult;
|
|||||||
import javax.jws.WebService;
|
import javax.jws.WebService;
|
||||||
import javax.jws.soap.SOAPBinding;
|
import javax.jws.soap.SOAPBinding;
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
import javax.xml.bind.annotation.XmlSeeAlso;
|
||||||
|
import javax.xml.ws.soap.MTOMFeature;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class was generated by Apache CXF 3.2.0
|
* This class was generated by Apache CXF 3.2.0
|
||||||
@@ -46,7 +47,7 @@ public final class OmdsServicePortType_OmdsServicePort_Client {
|
|||||||
}
|
}
|
||||||
|
|
||||||
OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
|
OmdsService ss = new OmdsService(wsdlURL, SERVICE_NAME);
|
||||||
OmdsServicePortType port = ss.getOmdsServicePort();
|
OmdsServicePortType port = ss.getOmdsServicePort(new MTOMFeature(1024));
|
||||||
|
|
||||||
{
|
{
|
||||||
System.out.println("Invoking getOMDSPackageList...");
|
System.out.println("Invoking getOMDSPackageList...");
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:omds3CommonServiceTypes-1-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
||||||
|
<xsd:schema xmlns="urn:omds3CommonServiceTypes-1-1-0" xmlns:xmime="http://www.w3.org/2005/05/xmlmime"
|
||||||
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||||
xmlns:omds="urn:omds20" xmlns:ost="urn:omds3ServiceTypes-1-1-0"
|
xmlns:omds="urn:omds20" xmlns:ost="urn:omds3ServiceTypes-1-1-0"
|
||||||
targetNamespace="urn:omds3CommonServiceTypes-1-1-0"
|
targetNamespace="urn:omds3CommonServiceTypes-1-1-0"
|
||||||
elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
||||||
|
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3ServiceTypes-1-1-0" schemaLocation="omds3ServiceTypes.xsd"/>
|
||||||
<!-- Elemente, die von allen Services gemeinsam verwendet werden -->
|
<!-- Elemente, die von allen Services gemeinsam verwendet werden -->
|
||||||
@@ -1333,7 +1336,7 @@
|
|||||||
<xsd:documentation>Typ mit Informationen zu einem Dokument (kann auch das Dokument selbst enthalten)</xsd:documentation>
|
<xsd:documentation>Typ mit Informationen zu einem Dokument (kann auch das Dokument selbst enthalten)</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:sequence>
|
<xsd:sequence>
|
||||||
<xsd:element name="Content" type="xsd:base64Binary" minOccurs="0">
|
<xsd:element name="Content" type="xsd:base64Binary" minOccurs="0" xmime:expectedContentTypes="application/octet-stream" xmlns:xmime="http://www.w3.org/2005/05/xmlmime">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Optional das eigentliche Dokument als base64-Binary</xsd:documentation>
|
<xsd:documentation>Optional das eigentliche Dokument als base64-Binary</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
@@ -1728,7 +1731,7 @@
|
|||||||
<xsd:documentation>Der Mime-Type des Dokuments gemäß IANA</xsd:documentation>
|
<xsd:documentation>Der Mime-Type des Dokuments gemäß IANA</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="Content" type="xsd:base64Binary">
|
<xsd:element name="Content" type="xsd:base64Binary" xmime:expectedContentTypes="application/octet-stream" xmlns:xmime="http://www.w3.org/2005/05/xmlmime">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Das Dokument selbst als base64Binary</xsd:documentation>
|
<xsd:documentation>Das Dokument selbst als base64Binary</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsd:schema xmlns="urn:omds3ServiceTypes-1-1-0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:omds3ServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
<xsd:schema xmlns="urn:omds3ServiceTypes-1-1-0" xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:omds="urn:omds20" xmlns:cst="urn:omds3CommonServiceTypes-1-1-0" targetNamespace="urn:omds3ServiceTypes-1-1-0" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.4.0">
|
||||||
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
<xsd:import namespace="urn:omds20" schemaLocation="omds211-00.xsd"/>
|
||||||
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
<xsd:import namespace="urn:omds3CommonServiceTypes-1-1-0" schemaLocation="omds3CommonServiceTypes.xsd"/>
|
||||||
<!-- Beziehe Action Link -->
|
<!-- Beziehe Action Link -->
|
||||||
@@ -422,7 +422,7 @@
|
|||||||
<xsd:documentation>Meta-Informationen zum Dokument</xsd:documentation>
|
<xsd:documentation>Meta-Informationen zum Dokument</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
<xsd:element name="arcImage" type="xsd:base64Binary">
|
<xsd:element name="arcImage" type="xsd:base64Binary" xmime:expectedContentTypes="application/octet-stream" xmlns:xmime="http://www.w3.org/2005/05/xmlmime">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Das eigentliche Dokument als base64-Binary</xsd:documentation>
|
<xsd:documentation>Das eigentliche Dokument als base64-Binary</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
|||||||
Reference in New Issue
Block a user