Index: zTryout/PRA/TestSoapServerTimeout.cls.xml =================================================================== diff -u --- zTryout/PRA/TestSoapServerTimeout.cls.xml (revision 0) +++ zTryout/PRA/TestSoapServerTimeout.cls.xml (revision 59943) @@ -0,0 +1,97 @@ + + + + +zTryout.PRA.TestSoapServerTimeout +1 +%SOAP.WebService + + + +Naam van de WebService. +TestSoapServerTimeout + + + + +TODO: wijzig dit in de werkelijke SOAP namespace +SOAP Namespace voor de WebService +http://tempuri.org + + + + +Namespaces van de gerefereerde klassen zullen gebruikt worden in de WSDL. +1 + + + + +TODO: argumenten en implementatie toevoegen. +Test +%String +1 + + + + +%New method to +provide notification that a new instance of an object is being created. + +

If this method returns an error then the object will not be created. +

It is passed the arguments provided in the %New call. +When customizing this method, override the arguments with whatever variables and types you expect to receive from %New(). +For example, if you're going to call %New, passing 2 arguments, %OnNew's signature could be: +

Method %OnNew(dob as %Date = "", name as %Name = "") as %Status]]> +1 +1 +%Status +1 + + + + + +The OnPreWebMethod method will be called before any web method in a web service. +OnPreWebMethod cannot return a value and thus cannot change the execution of the +web service except by returning a SOAP fault in the same way that a web method +would return a SOAP fault. OnPreWebMethod can look at %request, %session and +the web service properties to control it's behavior. +MsgClass is a web service property which is the message descriptor class which +contains the web method arguments. +1 + + + + +1 +%Boolean + + + + + +