Discussions tagged SOAP
European VAT Number Validation
- How-to
- Last updated 6 months ago
- Chris Pollach @Appeon replied 6 months 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...
SoapConnection -> CreateInstance() function call failiing - PB2019 R2 was OK on PB2017
- Resolved
- Issue
- Last updated 9 months ago
- Chris Pollach @Appeon replied 9 months 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...
Need: To implement a method in a Powerbuilder web service to save a file in a network directory receiving the file (blob) and the full path as parameters.
IssuesScenario 1: Method implemented with Powerbuilder file functions.Problem: It works when u...
migration from 2017r3 to 2019r3
- Resolved
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
hello all
i have migrated my from pb2017r3 to 2019r3
i am using soapconnection ws . with 2017 i just added the pbsoap170.dll + pbwsclient70.dll + pbsoap170.pdb to the files directory and all worked great ,
now i can not find pbsoap190.pbd an...
HTTPClient - Send soap with attachments
- How-to
- Last updated 1 year ago
- René Ullrich replied 1 year ago
Hi all,
May I know is it support to send soap request with attachment (MIME type) using HttpClient object?
I have checked the SendRequest function but seems no way to add the attachment.
And the PostData function is unable to send with soap bod...
Soapconnection no longer working.
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year 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 2 years ago
- Chris Pollach @Appeon replied 2 years 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 2 years ago
- Chris Pollach @Appeon replied 2 years 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 2 years ago
- John Killeen replied 2 years 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 2 years ago
- Brage Mogstad replied 2 years 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 2 years ago
- Stefano Calciati replied 2 years 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...
Consuming a Long Running Web Service
- How-to
- Last updated 2 years ago
- René Ullrich replied 2 years ago
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 2 years ago
- Michael Kramer replied 2 years 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 3 years ago
- Martijn van Dongen replied 2 years 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 3 years ago
- Diego Vizia replied 3 years 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 3 years ago
- Chris Pollach @Appeon replied 3 years 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 ...
Read .NET DataTable on PowerBuilder
- How-to
- Last updated 3 years ago
- Roland Smith replied 3 years ago
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 3 years ago
- Chris Pollach @Appeon replied 3 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 3 years ago
- Andres Slachevsky replied 3 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 ...
- Page :
- 1