Discussions tagged SOAP
We're moving a customer from using SOAP Proxy objects to HTTPClient calls.
It's be productive if we could capture the outbound SOAP requests with FIDDLER 4.
We see the newer prototypical HTTPClient requests, but the legacy outbound SOAP WS prox...
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...
RESTful service: HttpClient vs. RestClient
- Resolved
- How-to
- Last updated 6 months ago
- Armeen Mazda @Appeon replied 6 months ago
We are switching from SOAP to REST and I am asking myself which implementation/class is the best: HttpClient or RestClient? Which one should i choose and why?
I started with RestClient but run into difficulties loading a file (octet-stream) into Pow...
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...
useintegratedwindowsauthentication replacement for HTTPClient
- Resolved
- How-to
- Last updated 1 year ago
- Tom Derutter replied 1 year ago
Preparing to migrate our app to PB 2022, rewriting code using the discontinued SOAPConnection to use HTTPClient object. Existing code uses conn.useintegratedwindowsauthentication(true) to connect with integrated windows authentication.
How can this...
We are planning to migrate from PB 2021 b. 1506 to PB 2022 b.1878 32 bit.
Our main application still contains one .NET SOAP client project with a tricky response XML structure, requireing a lot of work to re-code by means of the httpclient object...
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...
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...
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 3 years ago
- Armeen Mazda @Appeon replied 3 years 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 3 years ago
- René Ullrich replied 3 years 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 3 years ago
- Chris Pollach @Appeon replied 3 years 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 4 years ago
- Chris Pollach @Appeon replied 4 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 5 years ago
- Chris Pollach @Appeon replied 5 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 5 years ago
- John Killeen replied 5 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 5 years ago
- Brage Mogstad replied 5 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 5 years ago
- Stefano Calciati replied 5 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 5 years ago
- René Ullrich replied 5 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 5 years ago
- Michael Kramer replied 5 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...
- Page :
- 1