How to return and array in php web services?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ramses

    How to return and array in php web services?

    I'm a beginner in php web services
    I need to make a web service using php and consuming in delphi 7.
    I need make a function that return an array, I follow the SOAP examples
    but it does't works
    Can anybody help me??

  • noone

    #2
    Re: How to return and array in php web services?

    ramses wrote:[color=blue]
    > I'm a beginner in php web services
    > I need to make a web service using php and consuming in delphi 7.
    > I need make a function that return an array, I follow the SOAP examples
    > but it does't works
    > Can anybody help me??
    >[/color]

    you gotta give us more on what you are trying to do, what have you
    tried, what errors do you get... Why do you think SOAP might be the
    answer?

    Need more info.

    Comment

    • ramses

      #3
      Re: How to return and array in php web services?

      Ok.
      I'm develping a distributed application and I decided to use Web
      Service for some reasons to develop the Web Service server side with
      PHP and the clients in Object Pascal (Delphi). The Web Servcice returns
      a database query but the data sets are not standars, so I need to
      return thats datasets as arrays but I dont know how to returns it.

      Comment

      Working...