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 » XML Attribute

Post new topic  Reply to topic
 XML Attribute « View previous topic :: View next topic » 
Author Message
pa1
PostPosted: Sat Oct 29, 2011 4:08 am    Post subject: XML Attribute Reply with quote

Novice

Joined: 20 Oct 2011
Posts: 13

Hi All,

I have to pass below XML tag to soap request node. See the below xml data. I am using WMB7.0.


Code:
<contactPoint xsi:type="p814:Address" xmlns:p814="http://w3.ibm.com/xmlns/ibmww/ci/ccms/v1.7/vo">


I tried in many ways not getting exactly


Code:
SET party.contactPoint.(XMLNSC.Attribute)"xsi:type"='http://w3.ibm.com/xmlns/ibmww/ci/ccms/v1.7/vo';
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sat Oct 29, 2011 5:49 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Have you defined xsi and p814 as namespaces?
You could then use the coding to get them defined correctly as attributes.

Code:
SET party.contactPoint.(XMLNSC.Attribute)"xsi:type"= 'p814:Address';
SET party.contactPoint.(XMLNSC.Namespace) xmlns:p814='http://w3.ibm.com/xmlns/ibmww/ci/ccms/v1.7/vo';


Or something like it...

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
pa1
PostPosted: Sun Oct 30, 2011 6:52 am    Post subject: Reply with quote

Novice

Joined: 20 Oct 2011
Posts: 13

Thanks fjb_saper,

Now i got it.
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 » XML Attribute
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.