1. Stefano Calciati
  2. PowerBuilder
  3. Tuesday, 13 August 2019 15:38 PM UTC

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 poter consumare con powerbuilder 2017 R3 tale servizio?

Cordiali saluti

Stefano Calciati

 

I have a problem, I have to consume a SOAP web service with WS-Security and PasswordText authentication.

I have verified that the SOAP connection .net does not allow me to consume such webservices.

Do you have any advice on this to give me to use this service with powerbuilder 2017 R3?

Sincerely

 

 

Marco Meoni Accepted Answer Pending Moderation
  1. Monday, 19 August 2019 07:16 AM UTC
  2. PowerBuilder
  3. # 1

Hi,
WS-Security is not supported by PB SOAP WS client implementation.
However, you can use HttpClient and its SetRequestHeader() and sendRequest() methods to set desired headers and send HTTP(s) request.
I suggest you test the request from SOAPUI or PostMan first.
When it works, copy&paste the SOAP XML envelope into PB and send the request via HTTPClient object.
Best,
.m

Comment
  1. Armeen Mazda @Appeon
  2. Monday, 19 August 2019 21:27 PM UTC
  1. Helpful
There are no comments made yet.
Stefano Calciati Accepted Answer Pending Moderation
  1. Thursday, 5 September 2019 14:26 PM UTC
  2. PowerBuilder
  3. # 2

Thank you very much, but how can i calculate the Token for the wss security PasswordText?

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