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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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