 |
Return to article.
Listing 1. Weather grid service (WSDL)
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="FactoryDefinition"
targetNamespace="http://ogsa.gridforum.org/factory"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:factory-bindings="http://ogsa.gridforum.org/factory/factory_bindings"
xmlns:grid-service-bindings="http://ogsa.gridforum.org/service/grid_service_bindings"
xmlns:notification-source-bindings="http://ogsa.gridforum.org/notification/notification_source_bindings"
xmlns:registry-inspection-bindings="http://ogsa.gridforum.org/registry/registry_inspection_bindings"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<import location="http://9.2.174.149:8080/schema/core/factory/factory_bindings.wsdl"
namespace="http://ogsa.gridforum.org/factory/factory_bindings"/>
<import location="http://9.2.174.149:8080/schema/core/service/grid_service_bindings.wsdl"
namespace="http://ogsa.gridforum.org/service/grid_service_bindings"/>
<import location="http://9.2.174.149:8080/schema/core/registry/registry_inspection_bindings.wsdl"
namespace="http://ogsa.gridforum.org/registry/registry_inspection_bindings"/>
<import location="http://9.2.174.149:8080/schema/core/notification/notification_source_bindings.wsdl"
namespace="http://ogsa.gridforum.org/notification/notification_source_bindings"/>
<service name="FactoryService" xmlns:gsdl="http://schemas.gridforum.org/wsdl/ogsa/">
<gsdl:instanceOf handle="http://9.2.174.149:8080/ogsa/services/samples/weather/WeatherFactoryService"/>
<documentation>generic factory service implementing a registry supporting update notifications
</documentation>
<port binding="factory-bindings:FactorySOAPBinding" name="FactoryPort">
<soap:address location="http://9.2.174.149:8080/ogsa/services/samples/weather/WeatherFactoryService"/>
</port>
<port binding="grid-service-bindings:GridServiceSOAPBinding" name="GridServicePort">
<soap:address location="http://9.2.174.149:8080/ogsa/services/samples/weather/WeatherFactoryService"/>
</port>
<port binding="registry-inspection-bindings:RegistryInspectionSOAPBinding" name="RegistryInspectionPort">
<soap:address location="http://9.2.174.149:8080/ogsa/services/samples/weather/WeatherFactoryService"/>
</port>
<port binding="notification-source-bindings:NotificationSourceSOAPBinding" name="NotificationSourcePort">
<soap:address location="http://9.2.174.149:8080/ogsa/services/samples/weather/WeatherFactoryService"/>
</port>
</service>
</definitions>
|
Return to article.
|  |
|