need help in exist

Questions about XML that are not covered by the other forums should go here.
partha pratim
Posts: 4
Joined: Thu Mar 16, 2006 8:57 am
Location: Bangalore
Contact:

need help in exist

Post by partha pratim »

Hi all.
I'm very new in using xml database. I'm planning to use exist db in my application. I want to integrate exist with .net. Will you please help me in this regards? One way I can think is to use REST type api. But then the issue arise is the security issue, anyone can send any query to change the database.
Thanking you
Partha :shock: [/b]
stefan

Post by stefan »

Please read eXist Developer's guide http://exist.sourceforge.net/devguide.html (section 2.1)

"The REST server and servlet support basic HTTP authentication. Only valid database users can access the database. The server assumes identity "guest" if no username and password is specified. Status code 403 (Forbidden) is returned if the user is unknown or a wrong password is supplied."
partha pratim
Posts: 4
Joined: Thu Mar 16, 2006 8:57 am
Location: Bangalore
Contact:

Connecting exist database from .Net

Post by partha pratim »

Hi,

thanks for your quick response.

But, I want some pointer to connect xml exist database from .net application.

Any kind of help is highly appreciated.

regards,
Arnab
partha pratim
Posts: 4
Joined: Thu Mar 16, 2006 8:57 am
Location: Bangalore
Contact:

Connecting exist database from .Net

Post by partha pratim »

Hi,

thanks for your quick response.

But, I want some pointer to connect xml exist database from .net application.

Any kind of help is highly appreciated.

regards,
Arnab
Post Reply