From: Jeremy A. <ja...@tu...> - 2003-02-14 16:11:03
|
The soap part may come latter the first part will be a custom type that will look more like just a serialized object data chunk. The reason for this is speed/bandwitdh. If you put this type of thing in such a type as xml you first have to build the file and then send a file that now contains double the data. You then have to turn around a parce the file again to get you data. This is two steps you may not want. The network will still do a universal type(xml,soap) but there will also be a custom phpws <--> phpws type that will allow for much greater speed and lower bandwidth usage. As planes go you will be able to have this on a http or https pipe. You will also be able to restrict network access with both phpws and apache for max security. > On Thu, 2003-02-13 at 08:10, Brian W. Brown wrote: >> Perhaps in a limited form. Hub-it proved to be a very good proof of >> concept for intra-site communication on which we wish to expand >> significantly. The current usage of the FatCat category module >> combined with the ability to identify related information dynamically >> will be extended to work across domains. >> >> We are currently examining the best ways of doing this and are >> seriously considering using SOAP: >> >> http://www.w3.org/TR/SOAP/ > > Brian, > Will the SOAP implementation require SSL? If so, projects on SF wont be > able to use it. > > There is a SOAP package for PEAR in Beta. > http://pear.php.net/package-info.php?pacid=87 > > -- > Mike Noyes <mhnoyes @ users.sourceforge.net> > http://sourceforge.net/users/mhnoyes/ > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: FREE SSL Guide from Thawte > are you planning your Web Server Security? Click here to get a FREE > Thawte SSL guide and find the answers to all your SSL security issues. > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University SF.net id: jagee or 94756 |