|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
  |
|
Understanding Namespace declaration |
View previous topic :: View next topic |
Author |
Message
|
swethabala |
Posted: Thu Sep 17, 2009 8:29 pm Post subject: Understanding Namespace declaration |
|
|
Apprentice
Joined: 25 Aug 2009 Posts: 44
|
Hi,
I have some queries in ESQL code.
1). In the namespace declaration shown below,
DECLARE NS1 NAMESPACE 'http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapzcnsdequiblockunblockwrapper';
From where is this “http..” link taken? If I create a new flow which http link should I give for my flow?
2). If I declare an external varable like below
DECLARE SUBFLOW_NAME_REXI EXTERNAL CHARACTER NULL;
This value will be costant through out the flow or we can edit it in the middle?
Tried to search in google but I did not get clear understanding on these. Could you please help me. |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Sep 17, 2009 9:43 pm Post subject: Re: Understanding Namespace declaration |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
swethabala wrote: |
Hi,
I have some queries in ESQL code.
1). In the namespace declaration shown below,
DECLARE NS1 NAMESPACE 'http://www.ibm.com/xmlns/prod/websphere/j2ca/sap/sapzcnsdequiblockunblockwrapper';
From where is this “http..” link taken? If I create a new flow which http link should I give for my flow?
|
I guess you are working with SAPadapters,
If you see the IDoc Message Sets, you can easily make from where the Namespace is coming up.
The parent element of the IDoc is been fetched with the help of NameSpace. _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
gregop |
Posted: Thu Sep 17, 2009 11:03 pm Post subject: |
|
|
Voyager
Joined: 24 Nov 2006 Posts: 81
|
I think you misunderstand the concept of namespace. Namespaces are used to qualify elements and attributes with XML documents. You need to set up namesapces within esql when building XML that requires them.
External data types cannot be modified in esql. They maybe modified by the message flow editor or at deploy time in the bar file editor.
Take a look also at shared data types that live for the life of the flow and can be changed within esql. |
|
Back to top |
|
 |
|
|
  |
|
Page 1 of 1 |
|
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
|
|
|
|