Author |
Message
|
vikas.bhu |
Posted: Thu Sep 30, 2010 11:35 pm Post subject: web service call using Mqinput and http request node.. |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
Hi,
My requirement is very simple..
need to call a weservice ,which I have done using http input node and http request node..
but this time I habe to take Mqinput node instad of http input node..
do I need to construct the message using compute node..the message is not even reaching to http request node..see the containt of trace node before http request node.......
(
(0x01000000):Properties = (
(0x03000000):MessageSet = 'XCS2194Mset'
(0x03000000):MessageType = '{http://schemas.xmlsoap.org/soap/envelope/}:Envelope'
(0x03000000):MessageFormat = 'XML1'
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 437
(0x03000000):Transactional = TRUE
(0x03000000):Persistence = FALSE
(0x03000000):CreationTime = GMTTIMESTAMP '2010-10-01 07:26:05.710'
(0x03000000):ExpirationTime = -1
(0x03000000):Priority = 0
(0x03000000):ReplyIdentifier = X'000000000000000000000000000000000000000000000000'
(0x03000000):ReplyProtocol = 'MQ'
(0x03000000):Topic = NULL
(0x03000000):ContentType = 'text/xml; charset=utf-8'
)
(0x01000000):MQMD = (
(0x03000000):SourceQueue = 'XCS.AOP2194.APEX.INPUT'
(0x03000000):Transactional = TRUE
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 437
(0x03000000):Format = ' '
(0x03000000):Version = 2
(0x03000000):Report = 0
(0x03000000):MsgType = 8
(0x03000000):Expiry = -1
(0x03000000):Feedback = 0
(0x03000000):Priority = 0
(0x03000000):Persistence = 0
(0x03000000):MsgId = X'414d5120514d475236302020202020204367a54c20023e24'
(0x03000000):CorrelId = X'000000000000000000000000000000000000000000000000'
(0x03000000):BackoutCount = 0
(0x03000000):ReplyToQ = ' '
(0x03000000):ReplyToQMgr = 'QMGR60 '
(0x03000000):UserIdentifier = 'wbiadmin '
(0x03000000):AccountingToken = X'16010515000000826359a9546d23432808b741f403000000000000000000000b'
(0x03000000):ApplIdentityData = ' '
(0x03000000):PutApplType = 11
(0x03000000):PutApplName = 'C:\BSL\IH03\ih03\rfhutil.exe'
(0x03000000):PutDate = DATE '2010-10-01'
(0x03000000):PutTime = GMTTIME '07:26:05.710'
(0x03000000):ApplOriginData = ' '
(0x03000000):GroupId = X'000000000000000000000000000000000000000000000000'
(0x03000000):MsgSeqNumber = 1
(0x03000000):Offset = 0
(0x03000000):MsgFlags = 0
(0x03000000):OriginalLength = -1
)
(0x01000021):MRM = (
(0x01000013)http://schemas.xmlsoap.org/soap/envelope/:Header =
(0x01000013)http://schemas.xmlsoap.org/soap/envelope/:Body = (
(0x0100001B)http://xml.namespaces.abc.com/im/xip/services/equipmentAsset/messages/:QueryDataUnitRequestMessage = (
(0x01000013)http://xml.namespaces.abc.com/im/xip/services/common/header/:XIPHeader = (
(0x0300000B)http://xml.namespaces.xerox.com/im/xip/services/common/header/:ApplicationID = 'aaaa'
(0x01000013)http://xml.namespaces.abc.com/im/xip/services/common/header/:Credentials = (
(0x01000013)http://xml.namespaces.abc.com/im/xip/services/common/header/:Login = (
(0x0300000B)http://xml.namespaces.abc.com/im/xip/services/common/header/:Name = 'aas'
(0x0300000B)http://xml.namespacesabc.com/im/xip/services/common/header/:Password = 'aaa'
)
)
(0x01000013)http://xml.namespaces.abc.com/enterprise/security/classification/:CISLabel = (
(0x0300000B)http://xml.namespaces.abc.com/enterprise/security/classification/:Classification = 'Public'
(0x01000013)http://xml.namespaces.abc.com/enterprise/security/classification/:ProtectUntil = (
(0x0300000B)http://xml.namespaces.abc.com/enterprise/security/classification/:Event = 'ddd'
(0x0300000B)http://xml.namespaces.abc.com/enterprise/security/classification/:Date = TIMESTAMP '2001-12-17 09:30:47'
)
(0x01000013)http://xml.namespaces.abc.com/enterprise/security/classification/:EyesOnly = (
(0x01000013)http://xml.namespaces.abc.com/enterprise/security/classification/:Party = (
(0x0300000B)http://xml.namespaces.abc.com/enterprise/security/classification/:Name = '2222'
(0x01000013)http://xml.namespaces.abc.com/enterprise/security/classification/:DistinguishedName =
)
)
)
(0x0300000B)http://xml.namespaces.abc.com/im/xip/services/common/header/:MessageTrackingID = '333'
)
(0x01000013)http://xml.namespaces.abc.com/im/xip/services/equipmentAsset/messages/:QueryDataUnitRequest = (
(0x0300000B)http://xml.namespaces.abc.com/im/xip/services/equipmentAsset/messages/:DataUnit = '3333'
)
)
)
)
(0x01000000):HTTPRequestHeader = (
(0x03000000):Content-Type = 'text/xml; charset=utf-8'
)
)
and the user trace..
2010-10-01 03:26:25.291933 720 UserTrace BIP2539I: Node 'XCS2194APEX.Trace': Evaluating expression ''Root'' at ('', '1.3'). This resolved to ''Root''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2010-10-01 03:26:25.482934 720 UserTrace BIP4067I: Message propagated to output terminal for trace node 'XCS2194APEX.Trace'.
The trace node 'XCS2194APEX.Trace' has received a message and is propagating it to any nodes connected to its output terminal.
No user action required.
2010-10-01 03:26:26.513933 720 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'XCS2194APEX.MQInput'.
2010-10-01 03:26:26.514934 720 UserTrace BIP6060I: Parser type ''Properties'' created on behalf of node 'XCS2194APEX.MQInput' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2010-10-01 03:26:26.514934 720 UserTrace BIP6061I: Parser type ''MQMD'' created on behalf of node 'XCS2194APEX.MQInput' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value ''MQHMD'' from previous parser.
2010-10-01 03:26:26.514934 720 UserTrace BIP6061I: Parser type ''MRM'' created on behalf of node 'XCS2194APEX.MQInput' to handle portion of incoming message of length '1941' bytes beginning at offset '364'. Parser type selected based on value ''MRM'' from previous parser.
2010-10-01 03:26:26.514934 720 UserTrace BIP2537I: Node 'XCS2194APEX.Compute': Executing statement ''BEGIN ... END;'' at ('.XCS2194APEX_Compute.Main', '2.2').
2010-10-01 03:26:26.514934 720 UserTrace BIP2537I: Node 'XCS2194APEX.Compute': Executing statement ''SET OutputRoot = InputRoot;'' at ('.XCS2194APEX_Compute.Main', '3.4').
2010-10-01 03:26:26.514934 720 UserTrace BIP2539I: Node 'XCS2194APEX.Compute': Evaluating expression ''InputRoot'' at ('.XCS2194APEX_Compute.Main', '3.21'). This resolved to ''InputRoot''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2010-10-01 03:26:26.514934 720 UserTrace BIP2568I: Node 'XCS2194APEX.Compute': Copying sub-tree from ''InputRoot'' to ''OutputRoot''.
2010-10-01 03:26:26.514934 720 UserTrace BIP2537I: Node 'XCS2194APEX.Compute': Executing statement ''SET OutputRoot.HTTPRequestHeader.Content-Type = 'text/xml; charset=utf-8';'' at ('.XCS2194APEX_Compute.Main', '4.4').
2010-10-01 03:26:26.514934 720 UserTrace BIP2566I: Node 'XCS2194APEX.Compute': Assigning value '''text/xml; charset=utf-8''' to field / variable ''OutputRoot.HTTPRequestHeader.Content-Type''.
2010-10-01 03:26:26.514934 720 UserTrace BIP4007I: Message propagated to 'out' terminal of node 'XCS2194APEX.Compute'.
2010-10-01 03:26:26.514934 720 UserTrace BIP2539I: Node 'XCS2194APEX.Trace': Evaluating expression ''Root'' at ('', '1.3'). This resolved to ''Root''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2010-10-01 03:26:26.515933 720 UserTrace BIP4067I: Message propagated to output terminal for trace node 'XCS2194APEX.Trace'.
The trace node 'XCS2194APEX.Trace' has received a message and is propagating it to any nodes connected to its output terminal.
No user action required.
2010-10-01 03:26:34.321933 2416 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ConfigurationMessageFlow.InputNode'.
2010-10-01 03:26:34.321933 2416 UserTrace BIP6060I: Parser type ''Properties'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2010-10-01 03:26:34.321933 2416 UserTrace BIP6061I: Parser type ''MQMD'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value ''MQHMD'' from previous parser.
2010-10-01 03:26:34.321933 2416 UserTrace BIP6061I: Parser type ''XMLS'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '228' bytes beginning at offset '364'. Parser type selected based on value ''XMLS'' from previous parser.
Threads encountered in this trace:
2416 720 |
|
Back to top |
|
 |
vikas.bhu |
Posted: Fri Oct 01, 2010 12:37 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
this has to be done on 6.0 |
|
Back to top |
|
 |
vikas.bhu |
Posted: Fri Oct 01, 2010 1:19 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
my request format is like following..
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mes="http://xml.namespaces.abc.com/im/xip/services/equipmentAsset/messages/" xmlns:head="http://xml.namespaces.abc.com/im/xip/services/common/header/" xmlns:clas="http://xml.namespaces.abc.com/enterprise/security/classification/">
<soapenv:Header/>
<soapenv:Body>
<mes:QueryDataUnitRequestMessage>
<head:XIPHeader>
<!--Optional:-->
<head:ApplicationID>aaaa</head:ApplicationID>
<!--Optional:-->
<head:Credentials>
<!--Optional:-->
<head:Login>
<head:Name>aas</head:Name>
<head:Password>aaa</head:Password>
</head:Login>
</head:Credentials>
<!--Optional:-->
<clas:CISLabel>
<clas:Classification>Public</clas:Classification>
<!--Optional:-->
<clas:ProtectUntil>
<!--Zero or more repetitions:-->
<clas:Event>ddd</clas:Event>
<!--Optional:-->
<clas:Date>2001-12-17T09:30:47Z</clas:Date>
</clas:ProtectUntil>
<!--Optional:-->
<clas:EyesOnly>
<!--1 or more repetitions:-->
<clas:Party>
<clas:Name>2222</clas:Name>
<!--Optional:-->
<clas:DistinguishedName/>
</clas:Party>
</clas:EyesOnly>
</clas:CISLabel>
<!--Optional:-->
<head:MessageTrackingID>333</head:MessageTrackingID>
</head:XIPHeader>
<mes:QueryDataUnitRequest>
<mes:DataUnit>3333</mes:DataUnit>
</mes:QueryDataUnitRequest>
</mes:QueryDataUnitRequestMessage>
</soapenv:Body>
</soapenv:Envelope>
waht i have do in compute node.. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Oct 01, 2010 2:27 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The data that gets passed into the "in" terminal of an HTTPRequest node has to accurately match the HTTP Request that you wish said node to make.
Your trace doesn't indicate any error, nor does it indicate that the MQInput node actually propagated the input message to it's out terminal. So your trace is incomplete.
But rather than putting in a lot more data about what is working, please provide some informaiton about the failure. You say that it's not getting to the HTTPRequest node.... How do you know? What data is telling you that? That the other end didn't log a request? Well, what does Broker say about why it didn't make a request? |
|
Back to top |
|
 |
vikas.bhu |
Posted: Fri Oct 01, 2010 2:34 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
following the code in compute node..
BROKER SCHEMA xcs.schema
DECLARE mes NAMESPACE 'http://xml.namespaces.abc.com/im/xip/services/equipmentAsset/wsdl/';
DECLARE soap NAMESPACE 'http://schemas.xmlsoap.org/soap/envelope/';
CREATE COMPUTE MODULE XCS2194APEX_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
SET OutputRoot.Properties = InputRoot.Properties;
SET OutputRoot.Properties.MessageDomain = 'XMLNS';
SET OutputRoot.Properties.MessageType = '';
SET OutputRoot.Properties.MessageSet = '';
SET OutputRoot.Properties.MessageFormat = '';
SET OutputRoot.HTTPRequestHeader.SOAPAction = 'http://tempuri.org/QueryDataUnit';
SET OutputRoot.HTTPRequestHeader."Content-Type" = 'text/xml; charset=utf-8';
SET OutputRoot.HTTPRequestHeader.Host = 'usa0300vm249.na.xerox.net';
SET OutputRoot.XMLNS.(XML.XmlDecl) = '';
SET OutputRoot.XMLNS.(XML.XmlDecl).(XML.Version) = '1.0';
SET OutputRoot.XMLNS.(XML.XmlDecl).(XML.Encoding) = 'UTF-8';
SET OutputRoot.XMLNS.soap:Envelope.(XML.NamespaceDecl)xmlns:soap =
'http://schemas.xmlsoap.org/soap/envelope/';
SET OutputRoot.XMLNS.soap:Envelope.soap:Body.mes:QueryDataUnit.(XML.NamespaceDecl)xmlns:mes =
'http://xml.namespaces.abc.com/im/xip/services/equipmentAsset/wsdl/';
SET OutputRoot.XMLNS.soap:Envelope.(XML.NamespaceDecl)xmlns:xsi =
'http://www.w3.org/2001/XMLSchema-instance';
SET OutputRoot.XMLNS.soap:Envelope.(XML.NamespaceDecl)xmlns:xsd =
'http://www.w3.org/2001/XMLSchema';
--SET OutputRoot.XMLNS.soap:Envelope.soap:Body.mes:QueryDataUnit.(XML.NamespaceDecl)xmlns='http://tempuri.org/';
SET OutputRoot.XMLNS.soap:Envelope.soap:Body.mes:QueryDataUnit.mes:QueryDataUnitRequest.(XML.CDataSection) =
CAST(ASBITSTREAM(InputRoot.XMLNSC.[<] OPTIONS FolderBitStream) AS CHAR CCSID InputRoot.Properties.CodedCharSetId ENCODING InputRoot.Properties.Encoding);
--SET Environment.requestTime = SUBSTRING(CAST(CURRENT_TIMESTAMP AS CHAR) FROM 11);
--SET OutputRoot.Properties = InputRoot.Properties;
END;
END MODULE;
and trace node after compute node..
which is taken from root
(
(0x01000000):Properties = (
(0x03000000):MessageSet = ''
(0x03000000):MessageType = ''
(0x03000000):MessageFormat = ''
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 437
(0x03000000):Transactional = TRUE
(0x03000000):Persistence = FALSE
(0x03000000):CreationTime = GMTTIMESTAMP '2010-10-01 10:27:36.180'
(0x03000000):ExpirationTime = -1
(0x03000000):Priority = 0
(0x03000000):ReplyIdentifier = X'000000000000000000000000000000000000000000000000'
(0x03000000):ReplyProtocol = 'MQ'
(0x03000000):Topic = NULL
(0x03000000):ContentType = 'text/xml; charset=utf-8'
)
(0x01000000):HTTPRequestHeader = (
(0x03000000):SOAPAction = 'http://tempuri.org/QueryDataUnit'
(0x03000000):Content-Type = 'text/xml; charset=utf-8'
(0x03000000):Host = 'usa0300vm249.na.xerox.net'
)
(0x01000010):XMLNS = (
(0x05000018): = (
(0x02000000): = ''
(0x06000011): = '1.0'
(0x06000012): = 'UTF-8'
)
(0x01000000)http://schemas.xmlsoap.org/soap/envelope/:Envelope = (
(0x07000012)xmlns:soap = 'http://schemas.xmlsoap.org/soap/envelope/'
(0x01000000)http://schemas.xmlsoap.org/soap/envelope/:Body = (
(0x01000000)http://xml.namespaces.abc.com/im/xip/services/equipmentAsset/wsdl/:QueryDataUnit = (
(0x07000012)xmlns:mes = 'http://xml.namespaces.abc.com/im/xip/services/equipmentAsset/wsdl/'
(0x01000000)http://xml.namespaces.abc.com/im/xip/services/equipmentAsset/wsdl/:QueryDataUnitRequest = (
(0x02000001): = '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mes="http://xml.namespaces.abc.com/im/xip/services/equipmentAsset/messages/" xmlns:head="http://xml.namespaces.abc.com/im/xip/services/common/header/" xmlns:clas="http://xml.namespaces.xerox.com/enterprise/security/classification/"><soapenv:Header/>
<soapenv:Body><mes:QueryDataUnitRequestMessage><head:XIPHeader><head:ApplicationID>aaaa</head:ApplicationID>
<head:Credentials><head:Login><head:Name>aas</head:Name>
<head:Password>aaa</head:Password></head:Login></head:Credentials>
<clas:CISLabel><clas:Classification>Public</clas:Classification><clas:ProtectUntil><clas:Event>ddd</clas:Event>
<clas:Date>2001-12-17T09:30:47Z</clas:Date></clas:ProtectUntil><clas:EyesOnly><clas:Party><clas:Name>2222</clas:Name>
<clas:DistinguishedName/></clas:Party></clas:EyesOnly></clas:CISLabel>
<head:MessageTrackingID>333</head:MessageTrackingID></head:XIPHeader><mes:QueryDataUnitRequest><mes:DataUnit>3333</mes:DataUnit></mes:QueryDataUnitRequest></mes:QueryDataUnitRequestMessage></soapenv:Body>
</soapenv:Envelope>'
)
)
)
(0x07000012)xmlns:xsi = 'http://www.w3.org/2001/XMLSchema-instance'
(0x07000012)xmlns:xsd = 'http://www.w3.org/2001/XMLSchema'
)
)
) |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Oct 01, 2010 2:48 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Yes, okay.
So that's more data about what's being done.
Is there data about what's going wrong? |
|
Back to top |
|
 |
vikas.bhu |
Posted: Fri Oct 01, 2010 2:55 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
not able to trace...  |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Oct 01, 2010 3:14 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Is there an exception written to the system log?
Is there an exception thrown to the message flow?
Are you saying that the trace doesn't indicate that the HTTPRequest is called at all? |
|
Back to top |
|
 |
vikas.bhu |
Posted: Fri Oct 01, 2010 3:39 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
yes no error at all..
and yes httpinput node is not called at all... |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Fri Oct 01, 2010 4:10 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Have you tried a user trace with debug on (I know it shouldnt make much difference but just in case)?
If you replace the http node with a compute node can you see it the message flow into there? |
|
Back to top |
|
 |
vikas.bhu |
Posted: Fri Oct 01, 2010 4:27 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
yes I tried above options..
I removed http input node with mqoutput node ..message is going to queue. |
|
Back to top |
|
 |
vikas.bhu |
Posted: Fri Oct 01, 2010 5:04 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
following is the user trace..
Timestamps are formatted in local time, 240 minutes before GMT.
Trace written by version ; formatter version 6000
2010-10-01 09:01:51.983932 2416 UserTrace BIP4040I: The Execution Group ''default'' has processed a configuration message successfully.
A configuration message has been processed successfully. Any configuration changes have been made and stored persistently.
No user action required.
2010-10-01 09:01:51.983932 2416 UserTrace BIP2638I: The MQ output node 'ConfigurationMessageFlow.outputNode' attempted to write a message to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' connected to queue manager ''QMGR60''. The MQCC was '0' and the MQRC was '0'.
2010-10-01 09:01:51.983932 2416 UserTrace BIP2622I: Message successfully output by output node 'ConfigurationMessageFlow.outputNode' to queue ''SYSTEM.BROKER.EXECUTIONGROUP.REPLY'' on queue manager ''QMGR60''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'xcs.schema.XCS2194APEX.MQInput'.
2010-10-01 09:01:56.388935 2288 UserTrace BIP6060I: Parser type ''Properties'' created on behalf of node 'xcs.schema.XCS2194APEX.MQInput' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2010-10-01 09:01:56.388935 2288 UserTrace BIP6061I: Parser type ''MQMD'' created on behalf of node 'xcs.schema.XCS2194APEX.MQInput' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value ''MQHMD'' from previous parser.
2010-10-01 09:01:56.388935 2288 UserTrace BIP6061I: Parser type ''XMLNSC'' created on behalf of node 'xcs.schema.XCS2194APEX.MQInput' to handle portion of incoming message of length '1941' bytes beginning at offset '364'. Parser type selected based on value ''XMLNSC'' from previous parser.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''DECLARE mes NAMESPACE 'http://xml.namespaces.xerox.com/im/xip/services/equipmentAsset/messages/';'' at ('xcs.schema.mes', '1.1').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''DECLARE soap NAMESPACE 'http://schemas.xmlsoap.org/soap/envelope/';'' at ('xcs.schema.soap', '1.1').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''BEGIN ... END;'' at ('xcs.schema.XCS2194APEX_Compute.Main', '2.2').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.Properties = InputRoot.Properties;'' at ('xcs.schema.XCS2194APEX_Compute.Main', '3.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''InputRoot.Properties'' at ('xcs.schema.XCS2194APEX_Compute.Main', '3.31'). This resolved to ''InputRoot.Properties''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Properties' Value=NULL''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2568I: Node 'xcs.schema.XCS2194APEX.Compute': Copying sub-tree from ''InputRoot.Properties'' to ''OutputRoot.Properties''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.Properties.MessageDomain = 'XMLNS';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '4.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''XMLNS''' to field / variable ''OutputRoot.Properties.MessageDomain''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.Properties.MessageType = '';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '5.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''''' to field / variable ''OutputRoot.Properties.MessageType''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.Properties.MessageSet = '';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '6.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''''' to field / variable ''OutputRoot.Properties.MessageSet''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.Properties.MessageFormat = '';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '7.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''''' to field / variable ''OutputRoot.Properties.MessageFormat''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.HTTPRequestHeader.SOAPAction = 'http://xml.namespaces.xerox.com/im/xip/services/equipmentAsset/messages/QueryDataUnit';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '8.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value ''http://xml.namespaces.xerox.com/im/xip/services/equipmentAsset/m... (data of len 85 truncated)'' to field / variable ''OutputRoot.HTTPRequestHeader.SOAPAction''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.HTTPRequestHeader.Content-Type = 'text/xml; charset=utf-8';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '9.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''text/xml; charset=utf-8''' to field / variable ''OutputRoot.HTTPRequestHeader.Content-Type''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.HTTPRequestHeader.Host = 'usa0300vm249.na.xerox.net';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '10.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''usa0300vm249.na.xerox.net''' to field / variable ''OutputRoot.HTTPRequestHeader.Host''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.XMLNS.(XML.XmlDecl)*:* = '';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '11.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.XmlDecl'' at ('xcs.schema.XCS2194APEX_Compute.Main', '11.25'). This resolved to ''XML.XmlDecl''. The result was ''83886104''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''''' to field / variable ''OutputRoot.XMLNS.(XML.XmlDecl)*:*''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.XMLNS.(XML.XmlDecl)*:*.(XML.Version)*:* = '1.0';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '12.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.XmlDecl'' at ('xcs.schema.XCS2194APEX_Compute.Main', '12.25'). This resolved to ''XML.XmlDecl''. The result was ''83886104''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.Version'' at ('xcs.schema.XCS2194APEX_Compute.Main', '12.39'). This resolved to ''XML.Version''. The result was ''100663313''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''1.0''' to field / variable ''OutputRoot.XMLNS.(XML.XmlDecl)*:*.(XML.Version)*:*''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.XMLNS.(XML.XmlDecl)*:*.(XML.Encoding)*:* = 'UTF-8';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '13.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.XmlDecl'' at ('xcs.schema.XCS2194APEX_Compute.Main', '13.25'). This resolved to ''XML.XmlDecl''. The result was ''83886104''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.Encoding'' at ('xcs.schema.XCS2194APEX_Compute.Main', '13.39'). This resolved to ''XML.Encoding''. The result was ''100663314''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''UTF-8''' to field / variable ''OutputRoot.XMLNS.(XML.XmlDecl)*:*.(XML.Encoding)*:*''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.XMLNS.soap:Envelope.(XML.NamespaceDecl)xmlns:soap = 'http://schemas.xmlsoap.org/soap/envelope/';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '14.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.NamespaceDecl'' at ('xcs.schema.XCS2194APEX_Compute.Main', '14.39'). This resolved to ''XML.NamespaceDecl''. The result was ''117440530''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''http://schemas.xmlsoap.org/soap/envelope/''' to field / variable ''OutputRoot.XMLNS.soap:Envelope.(XML.NamespaceDecl)xmlns:soap''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.XMLNS.soap:Envelope.soap:Body.mes:QueryDataUnit.(XML.NamespaceDecl)xmlns:mes = 'http://xml.namespaces.xerox.com/im/xip/services/equipmentAsset/messages/';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '16.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.NamespaceDecl'' at ('xcs.schema.XCS2194APEX_Compute.Main', '16.67'). This resolved to ''XML.NamespaceDecl''. The result was ''117440530''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value ''http://xml.namespaces.xerox.com/im/xip/services/equipmentAsset/m... (data of len 72 truncated)'' to field / variable ''OutputRoot.XMLNS.soap:Envelope.soap:Body.mes:QueryDataUnit.(XML.NamespaceDecl)xmlns:mes''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.XMLNS.soap:Envelope.(XML.NamespaceDecl)xmlns:xsi = 'http://www.w3.org/2001/XMLSchema-instance';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '18.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.NamespaceDecl'' at ('xcs.schema.XCS2194APEX_Compute.Main', '18.39'). This resolved to ''XML.NamespaceDecl''. The result was ''117440530''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''http://www.w3.org/2001/XMLSchema-instance''' to field / variable ''OutputRoot.XMLNS.soap:Envelope.(XML.NamespaceDecl)xmlns:xsi''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.XMLNS.soap:Envelope.(XML.NamespaceDecl)xmlns:xsd = 'http://www.w3.org/2001/XMLSchema';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '20.3').
2010-10-01 09:01:56.388935 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.NamespaceDecl'' at ('xcs.schema.XCS2194APEX_Compute.Main', '20.39'). This resolved to ''XML.NamespaceDecl''. The result was ''117440530''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value '''http://www.w3.org/2001/XMLSchema''' to field / variable ''OutputRoot.XMLNS.soap:Envelope.(XML.NamespaceDecl)xmlns:xsd''.
2010-10-01 09:01:56.388935 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.XMLNS.soap:Envelope.soap:Body.mes:QueryDataUnit.(XML.NamespaceDecl)xmlns = 'http://xml.namespaces.xerox.com/im/xip/services/equipmentAsset/messages/';'' at ('xcs.schema.XCS2194APEX_Compute.Main', '22.3').
2010-10-01 09:01:56.389934 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.NamespaceDecl'' at ('xcs.schema.XCS2194APEX_Compute.Main', '22.67'). This resolved to ''XML.NamespaceDecl''. The result was ''117440530''.
2010-10-01 09:01:56.389934 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value ''http://xml.namespaces.xerox.com/im/xip/services/equipmentAsset/m... (data of len 72 truncated)'' to field / variable ''OutputRoot.XMLNS.soap:Envelope.soap:Body.mes:QueryDataUnit.(XML.NamespaceDecl)xmlns''.
2010-10-01 09:01:56.389934 2288 UserTrace BIP2537I: Node 'xcs.schema.XCS2194APEX.Compute': Executing statement ''SET OutputRoot.XMLNS.soap:Envelope.soap:Body.mes:QueryDataUnit.mes:QueryDataUnitRequest.(XML.CDataSection)*:* = CAST(ASBITSTREAM(InputRoot.XMLNSC.*:*[<] OPTIONS FolderBitStream) AS CHARACTER CCSID InputRoot.Properties.CodedCharSetId ENCODING InputRoot.Properties.Encoding);'' at ('xcs.schema.XCS2194APEX_Compute.Main', '23.3').
2010-10-01 09:01:56.389934 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''FolderBitStream'' at ('xcs.schema.XCS2194APEX_Compute.Main', '24.49'). This resolved to ''FolderBitStream''. The result was ''4294967296''.
2010-10-01 09:01:56.389934 2288 UserTrace BIP2540I: Node 'xcs.schema.XCS2194APEX.Compute': Finished evaluating expression ''ASBITSTREAM(InputRoot.XMLNSC.*:*[<] OPTIONS FolderBitStream)'' at ('xcs.schema.XCS2194APEX_Compute.Main', '24.8'). The result was ''X'3c736f6170656e763a456e76656c6f706520786d6c6e733a736f6170656e763d22687474703a2f2f736368656d61732e786d6c736f61702e6f72672f736f61702f656e76656c6f70652f2220786d6c6e733a6d65733d22687474703a2f2f786d6c2e6e616d657370616365732e7865726f782e636f6d2f696d2f7869702f73657276696365732f65717569706d656e7441737365742f6d657373616765732f2220786d6c6e733a686561643d22687474703a2f2f786d6c2e6e616d657370616365732e7865726f782e636f6d2f696d2f7869702f73657276696365732f636f6d6d6f6e2f6865616465722f2220786d6c6e733a636c61733d22687474703a2f2f786d6c2e6e616d657370616365732e7865726f782e636f6d2f656e74657270726973652f73656375726974792f636c617373696669636174696f6e2f223e3c736f6170656e763a4865616465722f3e3c736f6170656e763a426f64793e3c6d65733a517565727944617461556e6974526571756573744d6573736167653e3c686561643a5849504865616465723e3c686561643a4170706c69636174696f6e49443e616161613c2f686561643a4170706c69636174696f6e49443e3c686561643a43726564656e7469616c733e3c686561643a4c6f67696e3e3c686561643a4e616d653e6161733c2f686561643a4e616d653e3c686561643a50617373776f72643e6161613c2f686561643a50617373776f72643e3c2f686561643a4c6f67696e3e3c2f686561643a43726564656e7469616c733e3c636c61733a4349534c6162656c3e3c636c61733a436c617373696669636174696f6e3e5075626c69633c2f636c61733a436c617373696669636174696f6e3e3c636c61733a50726f74656374556e74696c3e3c636c61733a4576656e743e6464643c2f636c61733a4576656e743e3c636c61733a446174653e323030312d31322d31375430393a33303a34375a3c2f636c61733a446174653e3c2f636c61733a50726f74656374556e74696c3e3c636c61733a457965734f6e6c793e3c636c61733a50617274793e3c636c61733a4e616d653e323232323c2f636c61733a4e616d653e3c636c61733a44697374696e677569736865644e616d652f3e3c2f636c61733a50617274793e3c2f636c61733a457965734f6e6c793e3c2f636c61733a4349534c6162656c3e3c686561643a4d657373616765547261636b696e6749443e3333333c2f686561643a4d657373616765547261636b696e6749443e3c2f686561643a5849504865616465723e3c6d65733a517565727944617461556e6974526571756573743e3c6d65733a44617461556e69743e333333333c2f6d65733a44617461556e69743e3c2f6d65733a517565727944617461556e6974526571756573743e3c2f6d65733a517565727944617461556e6974526571756573744d6573736167653e3c2f736f6170656e763a426f64793e3c2f736f6170656e763a456e76656c6f70653e'''.
2010-10-01 09:01:56.389934 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''InputRoot.Properties.CodedCharSetId'' at ('xcs.schema.XCS2194APEX_Compute.Main', '24.80'). This resolved to ''InputRoot.Properties.CodedCharSetId''. The result was ''437''.
2010-10-01 09:01:56.389934 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''InputRoot.Properties.Encoding'' at ('xcs.schema.XCS2194APEX_Compute.Main', '24.125'). This resolved to ''InputRoot.Properties.Encoding''. The result was ''546''.
2010-10-01 09:01:56.389934 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''CAST(ASBITSTREAM(InputRoot.XMLNSC.*:*[<] OPTIONS FolderBitStream) AS CHARACTER CCSID InputRoot.Properties.CodedCharSetId ENCODING InputRoot.Properties.Encoding)'' at ('xcs.schema.XCS2194APEX_Compute.Main', '24.3'). This resolved to ''CAST(X'3c736f6170656e763a456e76656c6f706520786d6c6e733a736f6170656e763d22687474703a2f2f736368656d61732e786d6c736f61702e6f72672f736f61702f656e76656c6f70652f2220786d6c6e733a6d65733d22687474703a2f2f786d6c2e6e616d657370616365732e7865726f782e636f6d2f696d2f7869702f73657276696365732f65717569706d656e7441737365742f6d657373616765732f2220786d6c6e733a686561643d22687474703a2f2f786d6c2e6e616d657370616365732e7865726f782e636f6d2f696d2f7869702f73657276696365732f636f6d6d6f6e2f6865616465722f2220786d6c6e733a636c61733d22687474703a2f2f786d6c2e6e616d657370616365732e7865726f782e636f6d2f656e74657270726973652f73656375726974792f636c617373696669636174696f6e2f223e3c736f6170656e763a4865616465722f3e3c736f6170656e763a426f64793e3c6d65733a517565727944617461556e6974526571756573744d6573736167653e3c686561643a5849504865616465723e3c686561643a4170706c69636174696f6e49443e616161613c2f686561643a4170706c69636174696f6e49443e3c686561643a43726564656e7469616c733e3c686561643a4c6f67696e3e3c686561643a4e616d653e6161733c2f686561643a4e616d653e3c686561643a50617373776f72643e6161613c2f686561643a50617373776f72643e3c2f686561643a4c6f67696e3e3c2f686561643a43726564656e7469616c733e3c636c61733a4349534c6162656c3e3c636c61733a436c617373696669636174696f6e3e5075626c69633c2f636c61733a436c617373696669636174696f6e3e3c636c61733a50726f74656374556e74696c3e3c636c61733a4576656e743e6464643c2f636c61733a4576656e743e3c636c61733a446174653e323030312d31322d31375430393a33303a34375a3c2f636c61733a446174653e3c2f636c61733a50726f74656374556e74696c3e3c636c61733a457965734f6e6c793e3c636c61733a50617274793e3c636c61733a4e616d653e323232323c2f636c61733a4e616d653e3c636c61733a44697374696e677569736865644e616d652f3e3c2f636c61733a50617274793e3c2f636c61733a457965734f6e6c793e3c2f636c61733a4349534c6162656c3e3c686561643a4d657373616765547261636b696e6749443e3333333c2f686561643a4d657373616765547261636b696e6749443e3c2f686561643a5849504865616465723e3c6d65733a517565727944617461556e6974526571756573743e3c6d65733a44617461556e69743e333333333c2f6d65733a44617461556e69743e3c2f6d65733a517565727944617461556e6974526571756573743e3c2f6d65733a517565727944617461556e6974526571756573744d6573736167653e3c2f736f6170656e763a426f64793e3c2f736f6170656e763a456e76656c6f70653e' AS CHARACTER CCSID 437 ENCODING 546 )''. The result was '''<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mes="http://xml.namespaces.xerox.com/im/xip/services/equipmentAsset/messages/" xmlns:head="http://xml.namespaces.xerox.com/im/xip/services/common/header/" xmlns:clas="http://xml.namespaces.xerox.com/enterprise/security/classification/"><soapenv:Header/><soapenv:Body><mes:QueryDataUnitRequestMessage><head:XIPHeader><head:ApplicationID>aaaa</head:ApplicationID><head:Credentials><head:Login><head:Name>aas</head:Name><head:Password>aaa</head:Password></head:Login></head:Credentials><clas:CISLabel><clas:Classification>Public</clas:Classification><clas:ProtectUntil><clas:Event>ddd</clas:Event><clas:Date>2001-12-17T09:30:47Z</clas:Date></clas:ProtectUntil><clas:EyesOnly><clas:Party><clas:Name>2222</clas:Name><clas:DistinguishedName/></clas:Party></clas:EyesOnly></clas:CISLabel><head:MessageTrackingID>333</head:MessageTrackingID></head:XIPHeader><mes:QueryDataUnitRequest><mes:DataUnit>3333</mes:DataUnit></mes:QueryDataUnitRequest></mes:QueryDataUnitRequestMessage></soapenv:Body></soapenv:Envelope>'''.
2010-10-01 09:01:56.389934 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Compute': Evaluating expression ''XML.CDataSection'' at ('xcs.schema.XCS2194APEX_Compute.Main', '23.92'). This resolved to ''XML.CDataSection''. The result was ''33554433''.
2010-10-01 09:01:56.389934 2288 UserTrace BIP2566I: Node 'xcs.schema.XCS2194APEX.Compute': Assigning value ''<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap... (data of len 1086 truncated)'' to field / variable ''OutputRoot.XMLNS.soap:Envelope.soap:Body.mes:QueryDataUnit.mes:QueryDataUnitRequest.(XML.CDataSection)*:*''.
2010-10-01 09:01:56.389934 2288 UserTrace BIP4007I: Message propagated to 'out' terminal of node 'xcs.schema.XCS2194APEX.Compute'.
2010-10-01 09:01:56.389934 2288 UserTrace BIP2539I: Node 'xcs.schema.XCS2194APEX.Trace': Evaluating expression ''Root'' at ('', '1.3'). This resolved to ''Root''. The result was ''ROW... Root Element Type=16777216 NameSpace='' Name='Root' Value=NULL''.
2010-10-01 09:01:56.389934 2288 UserTrace BIP4067I: Message propagated to output terminal for trace node 'xcs.schema.XCS2194APEX.Trace'.
The trace node 'xcs.schema.XCS2194APEX.Trace' has received a message and is propagating it to any nodes connected to its output terminal.
No user action required.
2010-10-01 09:02:13.157934 2416 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'ConfigurationMessageFlow.InputNode'.
2010-10-01 09:02:13.157934 2416 UserTrace BIP6060I: Parser type ''Properties'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2010-10-01 09:02:13.157934 2416 UserTrace BIP6061I: Parser type ''MQMD'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value ''MQHMD'' from previous parser.
2010-10-01 09:02:13.157934 2416 UserTrace BIP6061I: Parser type ''XMLS'' created on behalf of node 'ConfigurationMessageFlow.InputNode' to handle portion of incoming message of length '228' bytes beginning at offset '364'. Parser type selected based on value ''XMLS'' from previous parser.
Threads encountered in this trace:
2288 2416
[/url] |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Oct 01, 2010 7:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You may need to use the -c flag on the mqsichangetrace to set a larger size trace collection.
http://www-01.ibm.com/support/docview.wss?&uid=swg21177321
The trace you've shown is more or less incomplete. It shows that one thread passed a message out of a Trace node, and it shows that another thread started to process a message. But it doesn't show much else. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Oct 01, 2010 7:25 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Call me daft but looking at your posted code
Code: |
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
......
SET OutputRoot.XMLNS.soap:Envelope.soap:Body.mes:QueryDataUnit.mes:QueryDataUnitRequest.(XML.CDataSection) =
CAST(ASBITSTREAM(InputRoot.XMLNSC.[<] OPTIONS FolderBitStream) AS CHAR CCSID InputRoot.Properties.CodedCharSetId ENCODING InputRoot.Properties.Encoding);
--SET Environment.requestTime = SUBSTRING(CAST(CURRENT_TIMESTAMP AS CHAR) FROM 11);
--SET OutputRoot.Properties = InputRoot.Properties;
END;
END MODULE;
|
So where is the RETURN TRUE or RETURN FALSE?
The function does declare a returns boolean right?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
vikas.bhu |
Posted: Sun Oct 03, 2010 9:34 pm Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
even puting true or false is not working... |
|
Back to top |
|
 |
|