Discussions tagged SOAP
Soapconnection no longer working.
- Issue
- Last updated 1 month ago
- Chris Pollach @Appeon replied 3 weeks ago
I have recently reinstalled 2019 R2 due to a hard drive carsh where I needed to re-install everything. My SoapConnection which used to work is no longer working. How do I debug the issue?
Error: Bad Runtime function reference at line 14 in fun...
Hi.
Is there any known limitations in HttpClient.sendrequest() when it comes to the size of the "payload"?
I have successfully managed to invoke a SOAP WS service using HTTPClient now.
There are to methods available - GetVersion (no args) and C...
SOAP webservice after migrate
- How-to
- Last updated 12 months ago
- Chris Pollach @Appeon replied 12 months ago
Hi.
We migrated from PB 2017 to PB 2019 a couple of months ago.
New runtime was generated and all good.
But one of the newer customers has problems calling an external SOAP WS we have for looking up some data in another ERP system.
Using ProcM...
Change datawindow Webservice-WSDL file dynamically
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi
Is there a way possibly using the datawindow Modify function that I can change the WSDL URL that i use as the basis for a web service datawindow. I am developing an application off site where I have a WSDL file on one of our local servers here. W...
SOAP call using PB2019 Httpclient not working
- Advice
- Last updated 1 year ago
- John Killeen replied 1 year ago
Hi,
I am looking to upgrade my environment to PB 2019 from PB 10.5 and i have to migrate some third party product that is currently integrated into the applications. The new environment will use SOAP calls a few functions. Currently I can use 2 web ...
Migration "bad runtime function" when invoking webservice
- How-to
- Last updated 1 year ago
- Brage Mogstad replied 1 year ago
Hello,We deploy our app by building exe+pbd+dll's.Since I migrated from PB 2017- PB 2019 I get an error "bad runtime function" when invoking webservice with CreateInstance in PB2019 runtime clients deployed to win10pro x64 pcs.I'm a 20 years+ PB deve...
web services SOAP - WS-Security / PasswordText
- How-to
- Last updated 1 year ago
- Stefano Calciati replied 1 year ago
Salve Marco, ho un problema, devo consumare un web services SOAP con autenticazione WS-Security e PasswordText.
Ho verificato che il SOAP connection .net non mi permette di consumare tale webservices.
Ha qualche consiglio in merito da darmi per po...
We have an application that is executing web-service functions on an external web-service host. Each invocation of these functions can be slow to respond - they can take 5 to 30 seconds.
What we observe for our calling Powerbuilder application, is t...
Powerbuilder 12.6 webservice WSDL cannot access error
- Issue
- Last updated 1 year ago
- Michael Kramer replied 1 year ago
Hi Team,
I am using Powerbuilder 12.6 classic and webservice proxy wizard to invoke the WSDL file, during this proxy wizard I am not able to move from the second step after giving the WSDL file and click next button , the wizard saying that " CANNOT...
Can I set the HTTP header when using the HTTPClient object ?
- Advice
- Last updated 1 year ago
- Martijn van Dongen replied 1 year ago
Can I set the HTTP header when using the HTTPClient object to consume a SOAP webservice ?...
PowerBuilder 12.5 web service behaving differently in IDE than in EXE
- Resolved
- Issue
- Last updated 1 year ago
- Diego Vizia replied 1 year ago
Hi.
I'm currently developing an application that consumes a Web Service using PowerBuilder 12.5. All the methods work perfectly fine inside the PowerBuilder IDE, but after deploying, some methods do not work when run from the EXE file. Some give...
Migrating a .NET Soap client web service project to RPC
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
We are using 2017 R3.
For some time now we have been consuming .NET Soap web services from one of our business partners. They now require us to migrate to a new web service technology, called RPC/JSON. This is outside negotiation.
I should like to ...
Hi everyone, I have a .NET webservice that return an Structure with a DataTable datatype:
When I call the webservice from PowerBuilder I get the TypeResultQuery structure, but DT is determined as Any datatype for Powerbuilder:
I tried to create a...
HTTPclient Response body to PDF
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello All
i have a WS this wshttp://efxpywsdev.informconf.com.py/Services/PDFServicePriv.svc?wsdl
the method ReportePersona
the output is PDFresponse
PDFresponse is a byte array so the body returns like this:PDFresponse3EPzWt751v/3283vggQdyH4985...
Error Calling a WS SOAP
- Resolved
- Issue
- Last updated 2 years ago
- Andres Slachevsky replied 2 years ago
Hello All,Need help calling a Webservice
I have this endpoint
http://efxpywsdev.informconf.com.py/Services/PDFServicePriv.svc?wsdl
i can create the proxy object with no problem
when i call any method in the WS it fails with the message:
no se ...
httpClient.PostDataStart returns -1
- Resolved
- How-to
- Last updated 2 years ago
- Andres Slachevsky replied 2 years ago
I am working on invoking a SOAP web service using httpClient, but when I call the PostDataStart function, I get the return code -1, which according to https://www.appeon.com/support/documents/appeon_online_help/pb2017r3/powerscript_reference/ch10s456...
Webservice with enhanced version vs standard
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hello Rex here, I am contracting at a company that has two full time PB developers. The full time developers are using 2017 enhanced and I am using the 2017 standard edition (all on R2). One of the developers with the enhanced version has created a...
Calling SOAP service from Appeon Mobile (Unable to import binding from namespace)
- How-to
- Last updated 2 years ago
- Alan Rice replied 2 years ago
Hi,
I hope someone can shed some light on this issue as I'm not having much luck getting to the bottom of it.
I have a SOAP webservice which is currently consumed by a Powerbuilder Desktop App via the .Net SOAP proxy, Coldfusion webpages, and a dot...
TLS 1.2 when connecting to a SOAP webservice in PB2017
- Resolved
- How-to
- Last updated 2 years ago
- Sverre Tvedt replied 1 year ago
My company recently updated from PowerBuilder 12.1 to 2017 R2, so we have a lot of legacy code. I have a working connection to a SOAP webservice using the SoapConnection object. I now need to implement TLS 1.2 when connecting to that webservice, but ...
Pb12 preemptive authentication SOAP example
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 6 months ago
hi, is there an example where webservice authentication (username and password) is used in PowerBuilder? (SOAP) (Pb12 preemptive authentication)...
- Page :
- 1