Changes for page Web Services-Problems
Last modified by Francis Labrie on 2007/10/15 16:21
From version 8.1
edited by Francis Labrie
on 2007/10/15 16:21
on 2007/10/15 16:21
Change comment:
There is no comment for this version
To version 7.1
edited by Francis Labrie
on 2007/10/09 13:16
on 2007/10/09 13:16
Change comment:
Layout and content table.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,7 +20,7 @@ 20 20 21 21 === Problem: === 22 22 23 -A //DirectToWebService// defined Web Services doesn't return correct WSDL document, even if the correct procedure (see [[ WO:Secure Web Services]]) is followed. So only classes oriented Web Services manually registered with the ##com.webobjects.appserver.WOWebServiceRegistrar## class seems to generate a correct WSDL.23 +A //DirectToWebService// defined Web Services doesn't return correct WSDL document, even if the correct procedure (see [[Secure Web Services]]) is followed. So only classes oriented Web Services manually registered with the ##com.webobjects.appserver.WOWebServiceRegistrar## class seems to generate a correct WSDL. 24 24 25 25 === Solution: === 26 26 ... ... @@ -100,7 +100,7 @@ 100 100 throws Exception { 101 101 ... 102 102 // Add type for Foo 103 - String prefixedName = types.writeType(Foo.class, _FooQName);103 + types.writeType(Foo.class, _FooQName); 104 104 ... 105 105 106 106 return true;