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 » SOAP MESSAGE MANIPULATION

Post new topic  Reply to topic
 SOAP MESSAGE MANIPULATION « View previous topic :: View next topic » 
Author Message
SANTYP
PostPosted: Fri Jun 11, 2010 12:59 am    Post subject: SOAP MESSAGE MANIPULATION Reply with quote

Centurion

Joined: 27 Mar 2007
Posts: 142

Hi All..

My message flow contains soap input -- soap extract --> http input --> httpreply--> soap envelop nodes --> and soap reply node.

when a soap message comming from the requestor soap message contains structure like below
<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p553="http://xxxx.com/xxxx/operation">
<soapenv:Header/>
<soapenv:Body>
<p553:Operationname>
<p553:RequestHeader>
<some message>XXXXXXXXXXXXXXXX </some message>
</p553:Operationname>
</soapenv:Body>
</soapenv:Envelope>


and the response I am getting as

<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<soapenv:Header/>
<soapenv:Body>
<NS:OutputOperationname xmlns:NS="http://xxxx.com/xxxx/operation">
<NS:RequestHeader>
<some message>XXXXXXXXXXXXXXXX </some message>
</NS:OutputOperationname>
</soapenv:Body>
</soapenv:Envelope>


but the namespace comming after the OuputOperationname should come under soap envelope declaration, as this response message is request for another product which is not accepting when namespace declaration is under Operationname.

plz suggest the way around.
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 » SOAP MESSAGE MANIPULATION
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.