XML-RPC / SOAP Interface?

H

HarryF

Guest
Great project.

Looking around the PHP projects out there, you're the nearest to Microsoft's ASP.NET Datagrid. Would be great is DaDaBik had the option of adding a "web service" interface to any existing HTML interface.

If I can dare to point at one of my own articles, have written an Intro to XML-RPC here: http://www.webmasterbase.com/article/827

Reckon is should be real easy to slot a set of XML-RPC methods on top of what you've already got.

Just an idea.

Thanks again.
 
E

Eugenio

Guest
HarryF wrote:
>
> Great project.
>
> Looking around the PHP projects out there, you're the nearest
> to Microsoft's
> ASP.NET Datagrid. Would be great is DaDaBik had the option of adding a "web service" interface to any existing HTML interface.

Hi,
thanks for your appreciation.
I read a couple of articles by you on webmasterbase and they are very well done, compliments!!

Your idea is interesting, maybe starting from giving a search feature available as a Web service would be fine.

At the moment, however, DaDaBIK needs other important features, the main ones are a users management and the ability to change the layout of the forms.

I don't know exaclty what ASP.net datagrid is, could you explain it better?

(Latest version of DaDaBIK when this message was posted: 2.1b beta)
 
M

Mattias Johansson

Guest
Eugino, some nice examples and overview of the DataGrid can be found here:
http://samples.gotdotnet.com/quickstart/aspplus/doc/webdataaccess.aspx

A more in-depth tutorial is here:
http://aspnet.4guysfromrolla.com/articles/040502-1.aspx
 
Top