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 » WebSphere Message Broker (ACE) Support » How to Remove SOAP Headers?

Post new topic  Reply to topic
 How to Remove SOAP Headers? « View previous topic :: View next topic » 
Author Message
arunkumar1989
PostPosted: Tue Apr 16, 2013 4:25 am    Post subject: How to Remove SOAP Headers? Reply with quote

Voyager

Joined: 21 Nov 2012
Posts: 98
Location: Chennai

Hai All,


this is my input soap message :

Code:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cbs="http://tempuri.org/CBServicesMessageSet">
   <soapenv:Header/>
   <soapenv:Body>
      <cbs:CustomerValidateRequest>
         <EAI_HEADER>
            <MsgFormat>VAILDATE.REQ</MsgFormat>
            <MsgVersion>1.0</MsgVersion>
            <RequestorId>TEST</RequestorId>
            <RequestorChannel>IP</RequestorChannel>           
          <SecurityInfo>
      <Authentication>
         <UserId>TEK/323/1110</UserId>
         <Password>ibm</Password>
      </Authentication>
      <Authorization>
         <UserId>TEK/323/1110</UserId>
      </Authorization>
       </SecurityInfo>
       <ReturnCode>0000</ReturnCode>
      </EAI_HEADER>
      <Request>
            <Reference>101</Reference>
            <CustomerId>TEK/323/1110</CustomerId>           
      </Request>
      </cbs:CustomerValidateRequest>
   </soapenv:Body>
</soapenv:Envelope>


This is my flow :

SOAP Input -> SOAP Extractor -> Compute Node ->......


From my compute node itself i want to remove SOAP message headers...
_________________
Being in a crowd when you are alone is ignorance. Enlightenment is being alone in a crowd; a feeling of oneness in a crowd.
Back to top
View user's profile Send private message Send e-mail
arunkumar1989
PostPosted: Tue Apr 16, 2013 4:26 am    Post subject: Reply with quote

Voyager

Joined: 21 Nov 2012
Posts: 98
Location: Chennai

sorry........ "SOAP Namespace"
_________________
Being in a crowd when you are alone is ignorance. Enlightenment is being alone in a crowd; a feeling of oneness in a crowd.
Back to top
View user's profile Send private message Send e-mail
dogorsy
PostPosted: Tue Apr 16, 2013 5:38 am    Post subject: Reply with quote

Knight

Joined: 13 Mar 2013
Posts: 553
Location: Home Office

SOAP Input -> Compute Node


set OutputRoot.XMLNSC = InputRoot.SOAP.Body;
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 » WebSphere Message Broker (ACE) Support » How to Remove SOAP Headers?
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.