| Author |
Message |
|
| tobbe |
Posted: Sun Dec 10, 2006 11:08 pm |
|
|
|
User
Joined: 19 Jan 2005
Posts: 274
Location: Stockholm, Sweden
|
Hi,
The creator of the excellent XML Schema parser 'erlsom', Willem de Jong,
has written some SOAP code that works on top of erlsom and together with
Yaws.
I have now integrated that code with Yaws and it is in the CVS repos.
I urge anyone interested to try it out so that we can get some feedback
before the next Yaws release. I'm especially interested in hearing if
I've broken any Json/HaXe stuff since yaws_rpc.erl has been modified.
At the end of this mail you'll get a short howto on how to setup
a checked out Yaws server to serve you the Yaws-SOAP documentation.
Cheers, Tobbe
----------------------------------------------------------------------
# To checkout Yaws from CVS
cvs -d:pserver:anonymous@erlyaws.cvs.sourceforge.net:/cvsroot/erlyaws login
cvs -z3
-d:pserver:anonymous@erlyaws.cvs.sourceforge.net:/cvsroot/erlyaws co -P
yaws-cvs
# To build it
cd yaws-cvs; ./configure; make
# Start Yaws
erl -pa ./ebin
1> Docroot = "<SUBSTITUTE-HERE>/yaws-cvs/www".
"...../yaws-cvs/www"
2> GL = [{trace,false},
{tmpdir,"/tmp"},{logdir,"/tmp"},{flags,[{auth_log,false},{tty_trace,
false},{copy_errlog, true}]}].
[{trace,false},
{tmpdir,"/tmp"},
{logdir,"/tmp"},
{flags,[{auth_log,false},{tty_trace,false},{copy_errlog,true}]}]
3> SL = [{port,8282},{servername,"localhost"},{dir_listings,
true},{listen,{0,0,0,0}},{flags,[{access_log,false}]}].
[{port,8282},
{servername,"localhost"},
{dir_listings,true},
{listen,{0,0,0,0}},
{flags,[{access_log,false}]}]
4> yaws:start_embedded(Docroot, SL, GL).
# Point your browser to: http://localhost:8282/soap_intro.yaws
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| tobbe |
Posted: Sun Dec 10, 2006 11:16 pm |
|
|
|
User
Joined: 19 Jan 2005
Posts: 274
Location: Stockholm, Sweden
|
|
| Back to top |
|
| Guest |
Posted: Mon Dec 11, 2006 8:03 am |
|
|
|
Guest
|
Torbjorn Tornkvist wrote:
> Hi,
>
> The creator of the excellent XML Schema parser 'erlsom', Willem de Jong,
> has written some SOAP code that works on top of erlsom and together with
> Yaws.
>
> I have now integrated that code with Yaws and it is in the CVS repos.
>
> I urge anyone interested to try it out so that we can get some feedback
> before the next Yaws release. I'm especially interested in hearing if
> I've broken any Json/HaXe stuff since yaws_rpc.erl has been modified.
>
Cool,
Then we're getting real close to a new release. Great work tobbe
and Willem
/klacke
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Mon Dec 11, 2006 5:49 pm |
|
|
|
Guest
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|