1. Avory Rose Pastoral
  2. PowerBuilder
  3. Wednesday, 31 March 2021 04:10 AM UTC

Good day Everyone!

 

I am just a newbie in powerbuilder and I wanted to use PB 2019 on my project which requires webservice. I haven't done or try anything yet because I don't know where to start. I already created my web service using ASP.NET Web Services and I am trying to consume it in pb 2019. Any simple sample would be very much appreciated. Thank you very much!

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 31 March 2021 04:31 AM UTC
  2. PowerBuilder
  3. # 1

Hi Avory;

  If your ASP.Net web service is of a RestFul design, then have a look at PB's RESTClient object to interface your PB App with your WS.

  If your ASP.Net WS is of the plain HTTP variety, then have a look at HTTPClient object class.

Regards ... Chris

Comment
There are no comments made yet.
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 31 March 2021 14:31 PM UTC
  2. PowerBuilder
  3. # 2

Adding to what Chris said, please take a look at the tech resources at the bottom of this page for tutorials, code samples, etc. to consume Web services in PowerBuilder: https://www.appeon.com/products/powerbuilder/dotnet-datastore-rest-apis

Also, if you are creating the Web service, you might want to consider using the .NET DataStore (included with PowerBuilder) so developing the Web service is easy and fast as PowerBuilder: https://www.appeon.com/products/dotnet-datastore

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.