ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » How to remove default HTTP Headers from a SOAPReply node?

Post new topic  Reply to topic
 How to remove default HTTP Headers from a SOAPReply node? « View previous topic :: View next topic » 
Author Message
Diesel
PostPosted: Tue Jan 10, 2023 11:39 am    Post subject: How to remove default HTTP Headers from a SOAPReply node? Reply with quote

Newbie

Joined: 10 Jan 2023
Posts: 2

Can I remove default HTTP headers from a SOAPReply node?

I tried to Overwrite it in ESQL and tried removing it using HTTPHeader node, I succeded in creating new HTTP Headers but failed to remove the default ones (for example "Server: IBM App Connect Enterprise").

The weird thing is that the same code works with HTTPReply node but not with SOAPReply node. Any suggestions?

My ESQL code:
SET OutputRoot.HTTPReplyHeader."Server" = 'MyDummyValue';

Output of HTTPReply node:
========================
HTTP/1.1 200 OK
Content-Type: text/xml
Server: MyDummyValue
========================

Output of SOAPReply node:
========================
HTTP/1.1 200 OK
Content-Type: text/xml
Server: IBM App Connect Enterprise
========================
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » How to remove default HTTP Headers from a SOAPReply node?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.