
Forwarding simple information porttype by Krasi and Andrew. ---- Hiro Kishimoto -------- Original Message -------- Subject: [ogsa-wg] [Invitation] Information Services @ Thu Aug 7 9am – 10am () From: Hiro Kishimoto <hiro.kishimoto@gmail.com> To: ogsa-wg@ogf.org Date: 2008/08/06 22:58
Google Calendar <http://www.google.com/calendar/>
ogsa-wg@ogf.org, you are invited to
Information Services
Thu Aug 7 9am – 10am (Timezone: Central Time)
Calendar:
When:10-11am EDT, 9-10am CDT, 7-8am PDT, 11pm-midnight JST, 3-4pm UK
Dial-in numbers: US: +1 718 3541071 (New York) or +1 408 9616509 (San Jose) UK: +44 (0)207 3655269 (London) Germany: +49 (0)69 50070802 (Frankfurt) Switzerland: +41 (0)1 8009574 (Zurich) Japan: +81 (0)3 3570 8225 (Tokyo) PIN: 4371991 See more information: - https://forge.gridforum.org/sf/go/wiki1477
Screen share service: URL: http://ogsa.glance.net/ Usage: https://forge.gridforum.org/sf/go/wiki1584
Note: ** OGF IPR POLICY APPLIES ** http://www.ogf.org/About/abt_policies.php
1) Early discussion Note taker assignment - https://forge.gridforum.org/sf/go/wiki1848 Roll call Agenda bashing
2) Minutes approval and AI review
Minutes approval: July 17 call: https://forge.gridforum.org/sf/go/doc15299
Action Item review https://forge.gridforum.org/sf/tracker/do/listArtifacts/projects.ogsa-wg/tra...
3) Simple strawman portType
Andrew provides a strawman port type definition
4) Generic query interface
Sergio provides a reference to a work performed by colleagues in Padova about generic query interface
5) AoB More event details» <http://www.google.com/calendar/event?action=VIEW&eid=aW1sZmJyNm1hb2NsNzVocDAzMGgzbnJmMHMgb2dzYS13Z0BvZ2Yub3Jn&tok=MTcjb2dzYS53Z0BnbWFpbC5jb21iZjRjYjM4NmFjODJlNDllYzBjNDQwMDM2ZjMxNmRjZjk3NjZmY2Mx&ctz=America%2FChicago&hl=en>
*Will you attend?* Yes <http://www.google.com/calendar/event?action=RESPOND&eid=aW1sZmJyNm1hb2NsNzVocDAzMGgzbnJmMHMgb2dzYS13Z0BvZ2Yub3Jn&rst=1&tok=MTcjb2dzYS53Z0BnbWFpbC5jb21iZjRjYjM4NmFjODJlNDllYzBjNDQwMDM2ZjMxNmRjZjk3NjZmY2Mx&ctz=America%2FChicago&hl=en> |Maybe <http://www.google.com/calendar/event?action=RESPOND&eid=aW1sZmJyNm1hb2NsNzVocDAzMGgzbnJmMHMgb2dzYS13Z0BvZ2Yub3Jn&rst=3&tok=MTcjb2dzYS53Z0BnbWFpbC5jb21iZjRjYjM4NmFjODJlNDllYzBjNDQwMDM2ZjMxNmRjZjk3NjZmY2Mx&ctz=America%2FChicago&hl=en> |No <http://www.google.com/calendar/event?action=RESPOND&eid=aW1sZmJyNm1hb2NsNzVocDAzMGgzbnJmMHMgb2dzYS13Z0BvZ2Yub3Jn&rst=2&tok=MTcjb2dzYS53Z0BnbWFpbC5jb21iZjRjYjM4NmFjODJlNDllYzBjNDQwMDM2ZjMxNmRjZjk3NjZmY2Mx&ctz=America%2FChicago&hl=en>
You are receiving this courtesy email at the account ogsa-wg@ogf.org because you are an attendee of this event.
To stop receiving future notifications for this event, decline this event. Alternatively you can sign up for a Google account at http://www.google.com/calendar/ and control your notification settings for your entire calendar.
------------------------------------------------------------------------
-- ogsa-wg mailing list ogsa-wg@ogf.org http://www.ogf.org/mailman/listinfo/ogsa-wg
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions name="InformationService" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:informationService="http://vcgr.cs.virginia.edu/genii/informationService" <wsdl:types> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://vcgr.cs.virginia.edu/genii/informationService"> </xsd:schema> </wsdl:types> <!-- Query Types --> <xsd:complexType name="QueryRequestType"> <xsd:sequence> <xsd:element name="queryString" type="xsd:string" minOccurs="1" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> <xsd:element name="QueryRequestType" type="informationService:QueryRequestType"/> <xsd:complexType name="QueryResponseType"> <xsd:sequence> <xsd:element name="result" type="xsd:string" minOccurs="1" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> <xsd:element name="QueryResponseType" type="informationService:QueryResponseType"/> <!-- Messages --> <wsdl:message name="QueryRequest"> <wsdl:part name="QueryRequest" element="informationService:QueryRequestType"/> </wsdl:message> <wsdl:message name="QueryResponse"> <wsdl:part name="QueryResponse" element="informationService:QueryResponseType"/> </wsdl:message> <!-- The PortType --> <wsdl:portType name="InformationServicePortType"> <wsdl:operation name="Query"> <wsdl:input message="informationService:QueryRequest"/> <wsdl:output message="informationService:QueryResponse"/> </wsdl:operation> </wsdl:portType> </wsdl:definitions>