Discussions tagged Web Service
.NET web service fails to connect to database
- Advice
- Last updated 3 weeks ago
- Arnd Schmidt replied 3 weeks ago
Hi,
I have a .NET web service built with PB 2017 R3 that fails to connect to an ASE 16 database.
Web server: Windows Server 2019 / IIS 10 / ASE 15.7 DB client
DB server: ASE 16
Webserver is set up with:- PB 2017 R3 runtime files (32 and 64 bit) a...
Consuming web service proxies with HTTPClient
- How-to
- Last updated 6 months ago
- Chris Pollach @Appeon replied 6 months ago
Hi,
I have created an application that uses SOAP interface about 15-20 years ago and it has worked without problems. I created service and proxies from WSDL and in code used it
SoapConnection connconn = create SoapConnection
rval = conn.CreateInst...
How can i solve this System Error using the PBDOM in Powerbuilder 2019 built 2170?
- Issue
- Last updated 9 months ago
- Desarrollador 1 replied 9 months ago
Good morning,
During these days an automatic process is carried out from my PB application.
When working with XML files, I use the PBDOM and when reading XML files and then making inserts to the DB, I get this error, which can be seen in the Image....
Call webservice with XML in one parameter
- How-to
- Last updated 1 year ago
- Roland Smith replied 1 year ago
Hi there,
I need to call a webservice using HTTPclient.
The service have several parameters (strings) and one parameter should contain XML-query.
When post with XML-query 400/Bad request is returned. With empty parameter 200/Ok is returned.
Ho...
Question reg. HTTPClient to consume SOAP WebService
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi There,
When using HTTPClient to consume SOAP WebService, is there any built in power builder function available in 2019 R3 version to get the response boolean value (True / Failse) as a response from WebService.
Regards,
Durai Raj...
How to handle partial update requests?
- How-to
- Last updated 1 year ago
- Francisco Martinez @Appeon replied 1 year ago
Hi,
I'm wondering how to handle update requests in my API, where the request does not necessarily include all the properties that the API is able to update.The API might be able to receive a DTO with 10 properties, but if your JSON only contains 5 o...
SnapDevelop & DevMagic question.
- Resolved
- Misc
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi.
I've found that DevMagic Studio preview version is available (Download DevMagic Studio | DevMagic Website). Can it be installed on a computer where SnapDevelop is already installed or there may be any conflict?
Also what are Appeon's plans abou...
Sorry if this is a dumb question. I've been away from PB coding for a couple years now and trying to get back up to speed, especially on the new PowerServer functionality.
When I deploy PS for an app does that also essentially give me a web api that...
How to use unicode characters on a powerserver cloudapp
- Resolved
- Issue
- Last updated 2 years ago
- David Xiong @Appeon replied 2 years ago
Hi,
is it possible to use unicode characters on powerserver cloudapp? On a native powerbuilder app we have to append "DisableBind=0,NCharBind=1" to the DBParm, if we don't use that, some chars are recognized as questions marks (?). Example:
The fol...
Calling a WS using httpClient with a text with accent cause error
- Issue
- Last updated 2 years ago
- Arnd Schmidt replied 2 years ago
hello all
We are using this code to call a WebService :Please help
lo_client = Create httpClient
lo_client.SetRequestHeader("Content-Type", "text/xml;charset=UTF-8")
lo_client.SetRequestHeader("SOAPAction", ls_soap_action)
lo_client.SetRequestH...
We want to use webhook from our service and but our team has no experience.
- How-to
- Last updated 2 years ago
- mike S replied 5 months ago
We want to use Zapier and get data using webhook.
Anyone can tell us how I can do this please?...
Hello everyone, I have a problem with my powerbuilder webservice, where for some reason I always get an error when giving retrieve, when I search for the query the result comes just like in print
ps: ignore the marked part
I added the part of...
Registry webservice powerbuilder
- Resolved
- Issue
- Last updated 2 years ago
- equipe admdados replied 2 years ago
Hello, we are having a problem with the powerbuilder webservice, where it cannot access the registry functions(registryget, registrykeys)
print:
vls_aux = -1...
when i call ws give faultstring
System.Web.Services.Protocols.SoapException: Could not load file or assembly 'Sybase.PowerBuilder.Interop.dll' or one of its dependencies. The specified module could not be found. ---> System.IO.FileNotFoundExcept...
European VAT Number Validation
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello everyone!
I am using PB 2021 and ASA 17
I need to do validation of VAT number from Vies database in my PB application before I can create sales invoice to customers, which all around EU.
Do any of you have solution for this?
Do you...
Run Infomaker report from the Web?
- Advice
- Last updated 3 years ago
- Chris Pollach replied 3 years ago
Hi,
I'm looking for anyone who is currently running Infomaker reports through a web app. Would such a thing be possible? We are in the process of rewriting our application to run over the web and hate to lose our 700 Infomaker reports. Would love...
SoapConnection -> CreateInstance() function call failiing - PB2019 R2 was OK on PB2017
- Resolved
- Issue
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hello Team,
We recently moved from PowerBuilder SE Version 2017 Build 1666 to Appeon PowerBuilder SE Version 2019 R2 Build 2353
And we had a old Project for generating service DLL from supplied WSDL file (SOAP webservice).
We were able to call the...
I am using Power Builder 2019 R3 version and deploying the desktop app to web based. Our application connects to a database (Sybase ASE 16.0) which is hosted on a server (Unix based). It is understood that after deploying to web, the app installer...
In offline mode of the PB R2 License, I am not able to see Appeon web demo. (5 lessons are there to covert desktop application to web application) . Basically, need to know the lessons or guidance for converting desktop to web based application.
Req...
webservice multiple accounts hitting server
- Issue
- Last updated 3 years ago
- Luke Monson replied 3 years ago
How does powerbuilder webservices application handle multiple requests at the same time. For example, does it use pooled connections or does it try to open a new connection for each thread....
- Page :
- 1