一 : GLOBAL GRID FORUM
<fault name="ExtensibilityNotSupportedFault"
message="ogsi:ExtensibilityNotSupportedFaultMessage"/> <fault name="ExtensibilityTypeFault"
message="ogsi:ExtensibilityTypeFaultMessage"/>
<fault name="ServiceAlreadyExistsFault"
message="ogsi:ServiceAlreadyExistsFaultMessage"/>
<fault name="Fault" message="ogsi:FaultMessage"/>
</operation>
<sd:serviceData name="createServiceExtensibility"
type="ogsi:CreateServiceExtensibilityType"
minOccurs="1"
maxOccurs="unbounded"
mutability="static"
modifiable="false"
nillable="false"/>
</gwsdl:portType>
<!-- NotificationSource PortType -->
<gwsdl:portType name="NotificationSource" extends="ogsi:GridService"> <operation name="subscribe">
<input message="ogsi:SubscribeInputMessage"/>
<output message="ogsi:SubscribeOutputMessage"/>
<fault name="ExtensibilityNotSupportedFault"
message="ogsi:ExtensibilityNotSupportedFaultMessage"/> <fault name="ExtensibilityTypeFault"
message="ogsi:ExtensibilityTypeFaultMessage"/>
<fault name="TargetInvalidFault"
message="ogsi:TargetInvalidFaultMessage"/>
<fault name="Fault" message="ogsi:FaultMessage"/>
</operation>
<sd:serviceData name="notifiableServiceDataName"
type="xsd:QName"
minOccurs="0"
maxOccurs="unbounded"
mutability="mutable"
modifiable="false"
nillable="false"/>
<sd:serviceData name="subscribeExtensibility"
type="ogsi:OperationExtensibilityType"
minOccurs="1"
maxOccurs="unbounded"
mutability="static"
modifiability="false"
nillable="false"/>
<sd:staticServiceDataValues>
<ogsi:subscribeExtensibility
inputElement="ogsi:subscribeByServiceDataNames"/>
</sd:staticServiceDataValues>
</gwsdl:portType>
<!-- Notification Sink PortType -->
<gwsdl:portType name="NotificationSink">
<operation name="deliverNotification">
<input message="ogsi:DeliverNotificationInputMessage"/>
</operation>
</gwsdl:portType>
ogsi-wg@ggf.org
82
gridservice GLOBAL GRID FORUM
GWD-R (draft-ggf-ogsi-gridservice-33) June 27, 2003
<!-- NotificationSubscription PortType -->
<gwsdl:portType name="NotificationSubscription"
extends="ogsi:GridService">
<sd:serviceData name="subscriptionExpression"
type="xsd:anyType"
minOccurs="1"
maxOccurs="1"
mutability="mutable"
modifiable="false"
nillable="false"/>
<sd:serviceData name="sinkLocator"
type="ogsi:LocatorType"
minOccurs="1"
maxOccurs="1"
mutability="mutable"
modifiable="false"
nillable="false"/>
</gwsdl:portType>
<!-- ServiceGroupEntry PortType -->
<gwsdl:portType name="ServiceGroupEntry" extends="ogsi:GridService"> <sd:serviceData name="memberServiceLocator"
type="ogsi:LocatorType"
minOccurs="1"
maxOccurs="1"
mutability="mutable"
modifiable="false"
nillable="false"/>
<sd:serviceData name="content"
type="ogsi:EntryContentType"
minOccurs="1"
maxOccurs="1"
mutability="mutable"
modifiable="false"
nillable="false"/>
</gwsdl:portType>
<!-- ServiceGroup PortType -->
<gwsdl:portType name="ServiceGroup" extends="ogsi:GridService"> <sd:serviceData name="membershipContentRule"
type="ogsi:MembershipContentRuleType"
minOccurs="1"
maxOccurs="unbounded"
mutability="constant"
modifiable="false"
nillable="false"/>
<sd:serviceData name="entry"
type="ogsi:EntryType"
minOccurs="0"
maxOccurs="unbounded"
mutability="mutable"
modifiable="false"
nillable="false"/>
</gwsdl:portType>
<!-- ServiceGroupRegistration PortType -->
ogsi-wg@ggf.org
83
gridservice GLOBAL GRID FORUM
GWD-R (draft-ggf-ogsi-gridservice-33) June 27, 2003 <gwsdl:portType name="ServiceGroupRegistration"
extends="ogsi:ServiceGroup">
<operation name="add">
<input message="ogsi:AddInputMessage"/> <output message="ogsi:AddOutputMessage"/>
<fault name="ExtensibilityNotSupportedFault"
message="ogsi:ExtensibilityNotSupportedFaultMessage"/> <fault name="ExtensibilityTypeFault"
message="ogsi:ExtensibilityTypeFaultMessage"/>
<fault name="ContentCreationFailedFault"
message="ogsi:ContentCreationFailedFaultMessage"/>
<fault name="UnsupportedMemberInterfaceFault"
message="ogsi:UnsupportedMemberInterfaceFaultMessage"/> <fault name="AddRefusedFault"
message="ogsi:AddRefusedFaultMessage"/>
<fault name="Fault" message="ogsi:FaultMessage"/>
</operation>
<operation name="remove">
<input message="ogsi:removeInputMessage"/>
<output message="ogsi:removeOutputMessage"/>
<fault name="ExtensibilityNotSupportedFault"
message="ogsi:ExtensibilityNotSupportedFaultMessage"/> <fault name="ExtensibilityTypeFault"
message="ogsi:ExtensibilityTypeFaultMessage"/>
<fault name="MatchFailedFault"
message="ogsi:MatchFailedFaultMessage"/>
<fault name="RemoveFailedFault"
message="ogsi:RemoveFailedFaultMessage"/>
<fault name="Fault" message="ogsi:FaultMessage"/>
</operation>
<sd:serviceData name="addExtensibility"
type="ogsi:OperationExtensibilityType"
minOccurs="0"
maxOccurs="unbounded"
mutability="static"
modifiable="false"
nillable="false"/>
<sd:serviceData name="removeExtensibility"
type="ogsi:OperationExtensibilityType"
minOccurs="1"
maxOccurs="unbounded"
mutability="static"
modifiable="false"
nillable="false"/>
<sd:staticServiceDataValues>
<ogsi:removeExtensibility
inputElement="ogsi:matchByLocatorEquivalence"/>
</sd:staticServiceDataValues>
</gwsdl:portType>
</definitions>
19.2 http://www.gridforum.org/namespaces/2003/03/serviceData
<?xml version="1.0" encoding="UTF-8"?>
<schema
targetNamespace="http://www.gridforum.org/namespaces/2003/03/serviceDatogsi-wg@ggf.org
84
gridservice GLOBAL GRID FORUM
GWD-R (draft-ggf-ogsi-gridservice-33) June 27, 2003 a"
xmlns:sd="http://www.gridforum.org/namespaces/2003/03/serviceData" xmlns="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<attributeGroup name="occurs">
<attribute name="minOccurs"
type="nonNegativeInteger"
use="optional"
default="1"/>
<attribute name="maxOccurs">
<simpleType>
<union memberTypes="nonNegativeInteger">
<simpleType>
<restriction base="NMTOKEN">
<enumeration value="unbounded"/>
</restriction>
</simpleType>
</union>
</simpleType>
</attribute>
</attributeGroup>
<complexType name="ServiceDataType">
<sequence>
<any namespace="##any" minOccurs="0" maxOccurs="unbounded"/> </sequence>
<attribute name="name" type="NCName"/>
<attribute name="type" type="QName"/>
<attribute name="nillable"
type="boolean"
use="optional"
default="false"/>
<attributeGroup ref="sd:occurs"/>
<attribute name="mutability" use="optional" default="extendable"> <simpleType>
<restriction base="string">
<enumeration value="static"/>
<enumeration value="constant"/>
<enumeration value="extendable"/>
<enumeration value="mutable"/>
</restriction>
</simpleType>
</attribute>
<attribute name="modifiable" type="boolean" default="false"/> <anyAttribute namespace="##other" processContents="lax"/>
</complexType>
<element name="serviceData" type="sd:ServiceDataType"/>
<complexType name="ServiceDataValuesType">
<sequence>
<any namespace="##any" minOccurs="0" maxOccurs="unbounded" /> </sequence>
</complexType>
ogsi-wg@ggf.org
85
gridservice GLOBAL GRID FORUM
GWD-R (draft-ggf-ogsi-gridservice-33) June 27, 2003 <element name="serviceDataValues" type="sd:ServiceDataValuesType"/> <element name="staticServiceDataValues"
type="sd:ServiceDataValuesType"/>
</schema>
19.3 http://www.gridforum.org/namespaces/2003/03/gridWSDLExtensions <?xml version="1.0" encoding="UTF-8"?>
<schema
targetNamespace="http://www.gridforum.org/namespaces/2003/03/gridWSDLExtensions"
xmlns:gwsdl="http://www.gridforum.org/namespaces/2003/03/gridWSDLExtensions"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" elementFormDefault="qualified">
<import namespace="http://schemas.xmlsoap.org/wsdl/"/>
<element name="portType" type="gwsdl:PortTypeType"/>
<complexType name="PortTypeType">
<complexContent>
<extension base="wsdl:portTypeType">
<sequence>
<any namespace="##other" minOccurs="0"
maxOccurs="unbounded"/>
</sequence>
<attribute name="extends" use="optional">
<simpleType>
<list itemType="QName"/>
</simpleType>
</attribute>
<anyAttribute namespace="##other"/>
</extension>
</complexContent>
</complexType>
</schema>
ogsi-wg@ggf.org
86
二 : Avlc Forum (vlc_forum.php id) Remote SQL Injection Vulnerability
====================================================================三 : Dsicuz x2.5去掉域名后面的/forum.php
Dsicuz x2.5论坛一般开始新建立站点都会形成这样后缀,但是我们知道这样是不利于去做SEO优化,今天给大家分享两个去除的方式。可以去掉域名后面的/forum.php或portal.php后缀,可实现SEO优化中的URL标准化.61阅读| 精彩专题| 最新文章| 热门文章| 苏ICP备13036349号-1