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 » 'NamespaceDecl' Question

Post new topic  Reply to topic
 'NamespaceDecl' Question « View previous topic :: View next topic » 
Author Message
TonyD
PostPosted: Sat Feb 14, 2004 7:12 pm    Post subject: 'NamespaceDecl' Question Reply with quote

Knight

Joined: 15 May 2001
Posts: 540
Location: New Zealand

I am attempting to create an XMLNS output message in a Compute node. The following statements:
Code:

--Declare namespace
SET OutputRoot.XMLNS.ErrorList.(XML.NamespaceDecl)xmlns = 'http://iag.com/scv/error-1/2004/01';
--Associate prefix with the namespace
SET OutputRoot.XMLNS.ErrorList.(XML.NamespaceDecl)xmlns:err = 'http://iag.com/scv/error-1/2004/01';

:result in the following output:
Code:

<?xml version="1.0" encoding="UTF-8"?>
<ErrorList xmlns="" xmlns="http://iag.com/scv/error-1/2004/01" xmlns:err="http://iag.com/scv/error-1/2004/01">

The 'xmlns' declaration has an additional embedded 'xmlns' while the 'xmlns:err' declaration is correctly represented. The Task Log when I save the ESQL show this error message:
Code:

Namespace constant xmlns has not been defined.

:against the 'SET ....(XML.NamespaceDecl)xmlns:err' statement, but I do not see why that would be required.
Any ideas how I can get rid of the extra 'xmlns'? Nothing I have tried so far has succeeded.
Back to top
View user's profile Send private message Send e-mail
TonyD
PostPosted: Tue Mar 02, 2004 5:51 pm    Post subject: Reply with quote

Knight

Joined: 15 May 2001
Posts: 540
Location: New Zealand

Turns out to be a defect...now being addressed as APAR  IC39599.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » 'NamespaceDecl' Question
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.