1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
3<package version="1.0" packagerversion="1.6.0">
4 <name>UDDI</name>
5 <summary>UDDI for PHP</summary>
6 <description>Implementation of the Universal Description, Discovery and Integration API for locating and publishing Web Services listings in a UBR (UDDI Business Registry)
7 </description>
8 <maintainers>
9  <maintainer>
10   <user>wenz</user>
11   <name>Christian Wenz</name>
12   <email>wenz@php.net</email>
13   <role>lead</role>
14  </maintainer>
15  <maintainer>
16   <user>hauser</user>
17   <name>Tobias Hauser</name>
18   <email>th@hauser-wenz.de</email>
19   <role>lead</role>
20  </maintainer>
21  </maintainers>
22 <release>
23  <version>0.2.4</version>
24  <date>2007-06-21</date>
25  <license>LGPL</license>
26  <state>alpha</state>
27  <notes>Add functionality to query multiple tModelKeys at once (Matthias Neumann, Christian)
28  </notes>
29  <provides type="class" name="UDDI" />
30  <provides type="function" name="UDDI::splitUrl" />
31  <provides type="function" name="UDDI::post" />
32  <provides type="function" name="UDDI::query" />
33  <provides type="function" name="UDDI::assemble" />
34  <provides type="function" name="UDDI::find_binding" />
35  <provides type="function" name="UDDI::find_business" />
36  <provides type="function" name="UDDI::find_relatedBusinesses" />
37  <provides type="function" name="UDDI::find_service" />
38  <provides type="function" name="UDDI::find_tModel" />
39  <provides type="function" name="UDDI::get_bindingDetail" />
40  <provides type="function" name="UDDI::get_businessDetail" />
41  <provides type="function" name="UDDI::get_businessDetailExt" />
42  <provides type="function" name="UDDI::get_serviceDetail" />
43  <provides type="function" name="UDDI::get_tModelDetail" />
44  <filelist>
45   <file role="php" baseinstalldir="UDDI" md5sum="fa139e52e1e9f81ded4f92daeb594e72" name="UDDI.php"/>
46   <file role="doc" baseinstalldir="UDDI" md5sum="323312c102d271bf9e6ab70f6fb353f7" name="examples/example_inquiry.php"/>
47  </filelist>
48 </release>
49 <changelog>
50   <release>
51    <version>0.2.4</version>
52    <date>2007-06-21</date>
53    <license>LGPL</license>
54    <state>alpha</state>
55    <notes>Add functionality to query multiple tModelKeys at once (Matthias Neumann, Christian)
56    </notes>
57   </release>
58   <release>
59    <version>0.2.3</version>
60    <date>2006-07-25</date>
61    <license>LGPL</license>
62    <state>alpha</state>
63    <notes>Added _returnMode property to return response HTTP headers or body (Christian)
64    </notes>
65   </release>
66   <release>
67    <version>0.2.2</version>
68    <date>2006-03-07</date>
69    <license>LGPL</license>
70    <state>alpha</state>
71    <notes>Updated list of available UBRs (Christian, Tobias)
72    </notes>
73   </release>
74   <release>
75    <version>0.2.1</version>
76    <date>2006-01-29</date>
77    <license>LGPL</license>
78    <state>alpha</state>
79    <notes>Fixed error reporting, further minor fixes (Christian)
80    </notes>
81   </release>
82   <release>
83    <version>0.2.0alpha4</version>
84    <date>2004-11-28</date>
85    <license>LGPL</license>
86    <state>alpha</state>
87    <notes>tiny CS fixes (Christian)
88    </notes>
89   </release>
90   <release>
91    <version>0.2.0alpha3</version>
92    <date>2004-07-23</date>
93    <license>LGPL</license>
94    <state>alpha</state>
95    <notes>some more CS fixes (Christian)
96    </notes>
97   </release>
98   <release>
99    <version>0.2.0alpha2</version>
100    <date>2004-07-12</date>
101    <license>LGPL</license>
102    <state>alpha</state>
103    <notes>some CS fixes (Christian)
104    </notes>
105   </release>
106   <release>
107    <version>0.2.0alpha1</version>
108    <date>2004-04-09</date>
109    <license>LGPL</license>
110    <state>alpha</state>
111    <notes>added complete set of helper methods for the UDDI Inquiry API and updated examples and documentation accordingly (Christian)
112    </notes>
113   </release>
114   <release>
115    <version>0.1.3</version>
116    <date>2004-03-14</date>
117    <license>LGPL</license>
118    <state>alpha</state>
119    <notes>license change from GPL to LGPL
120    </notes>
121   </release>
122   <release>
123    <version>0.1.2</version>
124    <date>2004-01-31</date>
125    <license>GPL</license>
126    <state>alpha</state>
127    <notes>fixed PHP5 compatibility (Christian)
128    </notes>
129   </release>
130   <release>
131    <version>0.1.1</version>
132    <date>2003-09-07</date>
133    <license>GPL</license>
134    <state>alpha</state>
135    <notes>fixing bug #25151 (reported by schst)
136    </notes>
137   </release>
138   <release>
139    <version>0.1</version>
140    <date>2003-08-18</date>
141    <license>GPL</license>
142    <state>alpha</state>
143    <notes>inital release
144    </notes>
145   </release>
146 </changelog>
147</package>
148