Attachment 'DomsObjectCreation.xml'
Download 1 <?xml version="1.0" encoding="UTF-8"?>
2 <wsdl:definitions targetNamespace="http://objectcreation.doms.statsbiblioteket.dk" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://objectcreation.doms.statsbiblioteket.dk" xmlns:intf="http://objectcreation.doms.statsbiblioteket.dk" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <!--WSDL created by Apache Axis version: 1.4
4 Built on Apr 22, 2006 (06:55:48 PDT)-->
5 <wsdl:types>
6 <schema elementFormDefault="qualified" targetNamespace="http://objectcreation.doms.statsbiblioteket.dk" xmlns="http://www.w3.org/2001/XMLSchema">
7 <element name="templatePID" type="xsd:anyURI"/>
8 <element name="user" type="xsd:string"/>
9 <element name="pass" type="xsd:string"/>
10 <element name="createObjectFromTemplateReturn" type="xsd:anyURI"/>
11 </schema>
12 </wsdl:types>
13
14 <wsdl:message name="createObjectFromTemplateResponse">
15
16 <wsdl:part element="impl:createObjectFromTemplateReturn" name="createObjectFromTemplateReturn"/>
17
18 </wsdl:message>
19
20 <wsdl:message name="createObjectFromTemplateRequest">
21
22 <wsdl:part element="impl:templatePID" name="templatePID"/>
23
24 <wsdl:part element="impl:user" name="user"/>
25
26 <wsdl:part element="impl:pass" name="pass"/>
27
28 </wsdl:message>
29
30 <wsdl:portType name="DomsObjectCreation">
31
32 <wsdl:operation name="createObjectFromTemplate" parameterOrder="templatePID user pass">
33
34 <wsdl:input message="impl:createObjectFromTemplateRequest" name="createObjectFromTemplateRequest"/>
35
36 <wsdl:output message="impl:createObjectFromTemplateResponse" name="createObjectFromTemplateResponse"/>
37
38 </wsdl:operation>
39
40 </wsdl:portType>
41
42 <wsdl:binding name="DomsObjectCreationSoapBinding" type="impl:DomsObjectCreation">
43
44 <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
45
46 <wsdl:operation name="createObjectFromTemplate">
47
48 <wsdlsoap:operation soapAction=""/>
49
50 <wsdl:input name="createObjectFromTemplateRequest">
51
52 <wsdlsoap:body use="literal"/>
53
54 </wsdl:input>
55
56 <wsdl:output name="createObjectFromTemplateResponse">
57
58 <wsdlsoap:body use="literal"/>
59
60 </wsdl:output>
61
62 </wsdl:operation>
63
64 </wsdl:binding>
65
66 <wsdl:service name="DomsObjectCreationService">
67
68 <wsdl:port binding="impl:DomsObjectCreationSoapBinding" name="DomsObjectCreation">
69
70 <wsdlsoap:address location="http://localhost:8080/objectcreation/services/DomsObjectCreation"/>
71
72 </wsdl:port>
73
74 </wsdl:service>
75
76 </wsdl:definitions>
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.