Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Medium
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Future Release
-
Component/s: Step
-
Labels:None
-
PDI Sub-component:
Description
Some WebServices use cookies for e.g. Session Handling.
I implemented a singleton-class that handles the httpClient.
I implemented a singleton-class that handles the httpClient.
Issue Links
- duplicates
-
PDI-2186
Enable Web Service step to define request headers or cookies
-
has to be replaced in the WebService.java by the following code :
HelpHttpClient helpclient = HelpHttpClient.getInstance();
HttpClient vHttpClient = helpclient.getHttpClient();