1. Walther Rodirguez
  2. PowerServer
  3. Wednesday, 18 January 2023 22:01 PM UTC

Tenemos una aplicaciion en produccion con Power Server 2021.

Y tenemos la necesidad de utilizar SOAP para consumir WSDL , ademas de enviar informacion.

Cual es la manera mas adecuada de hacer esto, sabiendo que actualmente SOAP ya esta obsoleto desde PB 2019.

 

Saludos

 

Walther

Accepted Answer
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 18 January 2023 23:57 PM UTC
  2. PowerServer
  3. # Permalink

Hola Walter;

   El reemplazo de SOAP en PB2019 R3 y superior es la nueva clase de objeto HTTPClient.

Saludos.... Chris

Comment
There are no comments made yet.
Armeen Mazda @Appeon Accepted Answer Pending Moderation
  1. Thursday, 19 January 2023 00:49 AM UTC
  2. PowerServer
  3. # 1
Comment
  1. Marcelo Gil
  2. Thursday, 26 January 2023 22:27 PM UTC
With the proxy project, both the creation of user objects and the calls to the API were automated. These functionalities were lost when removing it so you have to do everything manually! One point against! Also many providers will not change their APIs because of a change in PB. Do you not have the possibility of incorporating it and that it has TLS 1.2 support?
  1. Helpful
  1. Marcelo Gil
  2. Thursday, 26 January 2023 22:28 PM UTC
The functionality described in the link only works for asmx services but not for svc services. Any suggestion?
  1. Helpful
  1. Armeen Mazda @Appeon
  2. Thursday, 26 January 2023 22:36 PM UTC
Yes, HTTPClient is not as easy to use but much more flexible. It can pretty much do anything rather than just limited to calling SOAP. As long as the .SVC is callable over HTTP then you should be able to use the HTTPClient. But I'm sorry we don't have tech article specific to .SVC. Another option to keep in mind is you can embed a third-party SOAP client COM object if you want specialized SOAP client.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.