2010-10-08 14:24:42 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-01-07 23:03:37 +01:00
|
|
|
<webservice name="api" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns="http://christiankerl.github.com/WebServiceBundle/servicedefinition/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://christiankerl.github.com/WebServiceBundle/servicedefinition/1.0/ ./../../ServiceDefinition/Loader/schema/servicedefinition-1.0.xsd ">
|
2010-10-08 14:24:42 +02:00
|
|
|
<method name="math_multiply" controller="">
|
2011-07-14 17:45:03 +02:00
|
|
|
<argument name="a">
|
|
|
|
<type xml-type="xs:double" php-type="float"/>
|
|
|
|
</argument>
|
|
|
|
<argument name="b">
|
|
|
|
<type xml-type="xs:double" php-type="float"/>
|
|
|
|
</argument>
|
|
|
|
<return>
|
|
|
|
<type xml-type="xs:double" php-type="float"/>
|
|
|
|
</return>
|
2010-10-08 14:24:42 +02:00
|
|
|
</method>
|
|
|
|
</webservice>
|