Web services and custom business objects - DOTNET

This is a discussion on Web services and custom business objects - DOTNET ; I'd like my web service to return an arraylist of custom business objects, say the type MyUserClass that has properties for Name, Age and Place of birth. Then I want an ASP.NET-application to call these and put the property data ...

+ Reply to Thread
Results 1 to 2 of 2

Web services and custom business objects

  1. Default Web services and custom business objects

    I'd like my web service to return an arraylist of custom business objects,
    say the type MyUserClass that has properties for Name, Age and Place of
    birth. Then I want an ASP.NET-application to call these and put the property
    data in corresponding columns in a grid.

    Is this possible? What is the most efficient way to make use of the data in
    this case?

  2. Default RE: Web services and custom business objects

    Think XML. Make the BusinessXobjects xmlserializable and stream it
    to any XML aware control. (DataGrid/Excel/Word) etc...


    "Bevo" wrote:

    > I'd like my web service to return an arraylist of custom business objects,
    > say the type MyUserClass that has properties for Name, Age and Place of
    > birth. Then I want an ASP.NET-application to call these and put the property
    > data in corresponding columns in a grid.
    >
    > Is this possible? What is the most efficient way to make use of the data in
    > this case?


+ Reply to Thread

Similar Threads

  1. Versioing with Custom Business Objects Entities
    By Application Development in forum CSharp
    Replies: 1
    Last Post: 06-11-2007, 12:20 AM
  2. Versioning with Custom Business Objects Entities
    By Application Development in forum CSharp
    Replies: 0
    Last Post: 06-09-2007, 09:02 AM
  3. business services in cs2006
    By Application Development in forum Commerce server
    Replies: 2
    Last Post: 05-08-2006, 08:35 AM
  4. KB815131 "BUG" never fixed - Web Services and Custom Objects
    By Application Development in forum CSharp
    Replies: 4
    Last Post: 03-15-2006, 04:11 AM
  5. Business Objects
    By Application Development in forum basic.visual
    Replies: 4
    Last Post: 05-04-2005, 04:57 PM