IBM®
跳转到主要内容
    中国 [选择]    使用条款
 
 
Select a scope: Search for:    
    首页    产品    服务与解决方案     支持与下载    个性化服务    
跳转到主要内容

developerWorks 中国  >  Grid computing  >

Developing Grid computing applications, Part 1

developerWorks

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.

    关于 IBM 隐私条约 联系 IBM 使用条款