Hello,
is there an option to use custom headers in webservice proxy?
I have to consume a SoapWebservice wich needs the following custom headers:
customerSignature, customerNumber, interfacePartnerNumber, interfacePartnerSignature and customerLogin.
1
2
3
4
5
6
7
8
9
10
11
12
13
|
POST https://www.dat.de/FinanceLine/services/Evaluation HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: text/xml;charset=UTF-8 SOAPAction: "getVehicleApproximateValue" customerSignature: jA0EAwxyz... customerNumber: 9999999 interfacePartnerNumber: 9999999 interfacePartnerSignature: jA0EAwzyx... customerLogin: myLogin Content-Length: 759 Host: www.dat.de Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5) |
This is very easy to do in SoapUI or in JAVA, but I didn't find a way to do this in Powerbuilder.
I'm using PB2017 R3 1880.