|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
BIP5005E: No valid body of the document could be found. |
« View previous topic :: View next topic » |
Author |
Message
|
SABCAS |
Posted: Wed Jun 18, 2008 5:56 am Post subject: BIP5005E: No valid body of the document could be found. |
|
|
Acolyte
Joined: 09 Mar 2005 Posts: 60 Location: Switzerland
|
Hello
I made a little MessageFlow to split a xml message, this is the input message:
<?xml version="1.0" encoding="ISO-8859-1"?>
<lst xmlns="http://www.swisscom.com/wsg/2007-03/WSGModel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.swisscom.com/wsg/2007-03/WSGModel wsgContainer.xsd">
<header>
<ispId>100008</ispId>
<reqFileName>100008_000_20080608000037.upl.xml</reqFileName>
<correlationId>WSG_STATE_QUERY:1212886836871:0</correlationId>
</header>
<customerOrder version="V02" xsi:type="customerOrderTypeV02">
<order version="V02" xsi:type="baseProductOrderTypeV02">
<orderNr>10000820080605000170000000</orderNr>
<contrEleId>110</contrEleId>
<orderType>2</orderType>
<orderState>13</orderState>
<customerWishDate>2008-06-05</customerWishDate>
<estimatedDueDate>2008-06-05</estimatedDueDate>
<transDateTime>2008-06-05T15:31:00.000Z</transDateTime>
<sfSlaId>1</sfSlaId>
<saSlaId>1</saSlaId>
<bbType>1</bbType>
<endPoint>
<taxRegion>64</taxRegion>
<accessNet>BOL</accessNet>
<bbDeviceLocation>BOL</bbDeviceLocation>
</endPoint>
<dnType>1</dnType>
<dnVnNsnReq>0313189543</dnVnNsnReq>
<region>2</region>
<nrOfWires>1</nrOfWires>
<accessSpeed>
<speedProfileNr>23</speedProfileNr>
<description>3600/500..400</description>
</accessSpeed>
<cpeOwner>3</cpeOwner>
</order>
<ispId>100008</ispId>
<ispName>Bluewin AG</ispName>
<customerOrderNr>10000820080605000171000000</customerOrderNr>
<dnVnNsn>0313189543</dnVnNsn>
<creationType>1</creationType>
</customerOrder>
<customerOrder version="V02" xsi:type="customerOrderTypeV02">
<order version="V02" xsi:type="baseProductOrderTypeV02">
<orderNr>10000820080605000179000000</orderNr>
<contrEleId>110</contrEleId>
<orderType>2</orderType>
<orderState>13</orderState>
<customerWishDate>2008-06-05</customerWishDate>
<estimatedDueDate>2008-06-05</estimatedDueDate>
<transDateTime>2008-06-05T15:41:00.000Z</transDateTime>
<sfSlaId>1</sfSlaId>
<saSlaId>1</saSlaId>
<bbType>1</bbType>
<endPoint>
<taxRegion>64</taxRegion>
<accessNet>BOL</accessNet>
<bbDeviceLocation>BOL</bbDeviceLocation>
</endPoint>
<dnType>1</dnType>
<dnVnNsnReq>0313189543</dnVnNsnReq>
<region>2</region>
<nrOfWires>1</nrOfWires>
<accessSpeed>
<speedProfileNr>23</speedProfileNr>
<description>3600/500..400</description>
</accessSpeed>
<cpeOwner>3</cpeOwner>
</order>
<ispId>100008</ispId>
<ispName>Bluewin AG</ispName>
<customerOrderNr>10000820080605000180000000</customerOrderNr>
<dnVnNsn>0313189543</dnVnNsn>
<creationType>1</creationType>
</customerOrder>
<customerOrder version="V02" xsi:type="customerOrderTypeV02">
<order version="V02" xsi:type="baseProductOrderTypeV02">
<orderNr>10000820080605000189000000</orderNr>
<contrEleId>110</contrEleId>
<orderType>2</orderType>
<orderState>13</orderState>
<customerWishDate>2008-06-05</customerWishDate>
<estimatedDueDate>2008-06-05</estimatedDueDate>
<transDateTime>2008-06-05T15:41:00.000Z</transDateTime>
<sfSlaId>1</sfSlaId>
<saSlaId>1</saSlaId>
<bbType>1</bbType>
<endPoint>
<taxRegion>64</taxRegion>
<accessNet>BOL</accessNet>
<bbDeviceLocation>BOL</bbDeviceLocation>
</endPoint>
<dnType>1</dnType>
<dnVnNsnReq>0313189544</dnVnNsnReq>
<region>2</region>
<nrOfWires>1</nrOfWires>
<accessSpeed>
<speedProfileNr>23</speedProfileNr>
<description>3600/500..400</description>
</accessSpeed>
<cpeOwner>3</cpeOwner>
</order>
<ispId>100008</ispId>
<ispName>Bluewin AG</ispName>
<customerOrderNr>10000820080605000190000000</customerOrderNr>
<dnVnNsn>0313189544</dnVnNsn>
<creationType>1</creationType>
</customerOrder>
<customerOrder version="V02" xsi:type="customerOrderTypeV02">
<order version="V02" xsi:type="baseProductOrderTypeV02">
<orderNr>10000820080605000198000000</orderNr>
<contrEleId>110</contrEleId>
<orderType>2</orderType>
<orderState>13</orderState>
<customerWishDate>2008-06-05</customerWishDate>
<estimatedDueDate>2008-06-05</estimatedDueDate>
<transDateTime>2008-06-05T15:46:00.000Z</transDateTime>
<sfSlaId>1</sfSlaId>
<saSlaId>1</saSlaId>
<bbType>1</bbType>
<endPoint>
<taxRegion>64</taxRegion>
<accessNet>BOL</accessNet>
<bbDeviceLocation>BOL</bbDeviceLocation>
</endPoint>
<dnType>1</dnType>
<dnVnNsnReq>0313189549</dnVnNsnReq>
<region>2</region>
<nrOfWires>1</nrOfWires>
<accessSpeed>
<speedProfileNr>23</speedProfileNr>
<description>3600/500..400</description>
</accessSpeed>
<cpeOwner>3</cpeOwner>
</order>
<ispId>100008</ispId>
<ispName>Bluewin AG</ispName>
<customerOrderNr>10000820080605000199000000</customerOrderNr>
<dnVnNsn>0313189549</dnVnNsn>
<creationType>1</creationType>
</customerOrder>
<customerOrder version="V02" xsi:type="customerOrderTypeV02">
<order version="V02" xsi:type="baseProductOrderTypeV02">
<orderNr>10000820080605000162000000</orderNr>
<contrEleId>110</contrEleId>
<orderType>2</orderType>
<orderState>13</orderState>
<customerWishDate>2008-06-05</customerWishDate>
<estimatedDueDate>2008-06-05</estimatedDueDate>
<transDateTime>2008-06-05T15:15:00.000Z</transDateTime>
<comment>Automatically created order to optimize Access Speed and/or adjust OP Status, Grooming-Kind: ISP-driven</comment>
<sfSlaId>1</sfSlaId>
<saSlaId>1</saSlaId>
<bbType>2</bbType>
<endPoint>
<taxRegion>64</taxRegion>
<accessNet>BOL</accessNet>
<bbDeviceLocation>BOL</bbDeviceLocation>
</endPoint>
<dnType>1</dnType>
<dnVnNsnReq>0313189515</dnVnNsnReq>
<region>2</region>
<nrOfWires>1</nrOfWires>
<accessSpeed>
<speedProfileNr>226</speedProfileNr>
<description>5000-25000/500-5000</description>
</accessSpeed>
<poolType>pool2</poolType>
<cpeOwner>3</cpeOwner>
</order>
<ispId>100008</ispId>
<ispName>Bluewin AG</ispName>
<customerOrderNr>10000820080605000162000000</customerOrderNr>
<dnVnNsn>0313189515</dnVnNsn>
<creationType>1</creationType>
<qualifNr>22144363</qualifNr>
</customerOrder>
</lst>
I use into MqInput node Message Domain = XMLNS.
This is my Code into ComputeNode:
DECLARE xsi NAMESPACE 'http://www.swisscom.com/wsg/2007-03/WSGModel';
SET OutputRoot.Properties.Domain='XMLNS';
SET OutputRoot.Properties.MessageFormat='XMLNS';
------------------
-- MQMD
------------------
CREATE NEXTSIBLING OF OutputRoot.Properties DOMAIN 'MQMD';
SET OutputRoot.MQMD = InputRoot.MQMD;
SET OutputRoot.MQMD.MsgType = MQMT_DATAGRAM;
SET OutputRoot.MQMD.Expiry = MQEI_UNLIMITED;
SET OutputRoot.MQMD.Priority = 0;
SET OutputRoot.MQMD.ReplyToQ = '';
SET OutputRoot.MQMD.ReplyToQMgr = '';
SET OutputRoot.MQMD.Encoding = 546;
SET OutputRoot.MQMD.CodedCharSetId = 1208;
SET OutputRoot.MQMD.Format = MQFMT_STRING;
SET OutputRoot.MQMD.PutApplType = MQAT_BROKER;
SET OutputRoot.MQMD.PutApplName = 'WMQI/NIBSIMFlow';
SET OutputRoot.MQMD.PutDate = CURRENT_GMTDATE;
SET OutputRoot.MQMD.PutTime = CURRENT_GMTTIME;
-- XML Header
SET OutputRoot.XMLNS.(XML.XmlDecl).(XML.Version) = '1.0';
SET OutputRoot.XMLNS.(XML.XmlDecl).(XML."Encoding") = 'UTF-8';
SET OutputRoot.XMLNS.(XML.XmlDecl).(XML.Standalone) = 'yes'; -- yes = no external DTD
SET OutputRoot.XMLNS.(XML.Comment) = 'build by WMB/XMLSplitter';
SET OutputRoot.XMLNS.(XML.NamespaceDecl)xmlns = 'http://www.w3.org/2001/XMLSchema-instance';
SET OutputRoot.XMLNS.xsi:Header = InputRoot.XMLNS.xsi:lst.xsi:header;
--- XML body
SET OutputRoot.XMLNS.xsi:customerOrder = InputRoot.XMLNS.xsi:lst.xsi:customerOrder[1];
When I try to run the MessageFlow I receive the following errors
Jun 18 15:38:45 sbe1789 user:err|error WebSphere Broker v6006[630852]: (SBE1789.TGDCASA3)[2605]BIP2232E: Error detected whilst handling a previous error in node 'XmlSplitter.Throw'. : SBE1789.5fd22ce5-1801-0000-0080-a7bbcfe84019: /build/S600_P/src/DataFlowEngine/ImbDataFlowNode.cpp: 430: ImbDataFlowNode::logExceptionList: ComIbmThrowNode: XmlSplitter#FCMComposite_1_8
Jun 18 15:38:45 sbe1789 user:err|error WebSphere Broker v6006[630852]: (SBE1789.TGDCASA3)[2605]BIP2230E: Error detected whilst processing a message in node 'XmlSplitter.MQOutput'. : SBE1789.5fd22ce5-1801-0000-0080-a7bbcfe84019: /build/S600_P/src/DataFlowEngine/ImbMqOutputNode.cpp: 793: ImbMqOutputNode::evaluate: ComIbmMQOutputNode: XmlSplitter#FCMComposite_1_3
Jun 18 15:38:45 sbe1789 user:err|error WebSphere Broker v6006[630852]: (SBE1789.TGDCASA3)[2605]BIP5010E: XML Writing Errors have occurred. : SBE1789.5fd22ce5-1801-0000-0080-a7bbcfe84019: /build/S600_P/src/MTI/MTIforBroker/GenXmlParser2/XmlImbParser.cpp: 380: XmlImbParser::refreshBitStreamFromElements: ComIbmComputeNode: XmlSplitter#FCMComposite_1_2
Jun 18 15:38:45 sbe1789 user:err|error WebSphere Broker v6006[630852]: (SBE1789.TGDCASA3)[2605]BIP5005E: No valid body of the document could be found. : SBE1789.5fd22ce5-1801-0000-0080-a7bbcfe84019: /build/S600_P/src/MTI/MTIforBroker/GenXmlParser2/XmlImbParser.cpp: 837: XmlImbParser::checkForBodyElement: :
Jun 18 15:38:45 sbe1789 user:err|error WebSphere Broker v6006[630852]: (SBE1789.TGDCASA3)[2605]BIP2628E: Exception condition detected on input node 'XmlSplitter.MQInput'. : SBE1789.5fd22ce5-1801-0000-0080-a7bbcfe84019: /build/S600_P/src/DataFlowEngine/ImbCommonInputNode.cpp: 1098: ImbCommonInputNode::run: ComIbmMQInputNode: XmlSplitter#FCMComposite_1_1
Jun 18 15:38:45 sbe1789 user:info WebSphere Broker v6006[630852]: (SBE1789.TGDCASA3)[2605]BIP3001I: Exception thrown by throw node 'XmlSplitter.Throw'; text is ''. : SBE1789.5fd22ce5-1801-0000-0080-a7bbcfe84019: /build/S600_P/src/DataFlowEngine/BasicNodes/ImbThrowNode.cpp: 265: ImbThrowNode::evaluate: ComIbmThrowNode: XmlSplitter#FCMComposite_1_8
Jun 18 15:38:46 sbe1789 user:err|error WebSphere Broker v6006[630852]: (SBE1789.TGDCASA3)[2605]BIP2648E: Message backed out to a queue; node 'XmlSplitter.MQInput'. : SBE1789.5fd22ce5-1801-0000-0080-a7bbcfe84019: /build/S600_P/src/DataFlowEngine/ImbMqInputNode.cpp: 1925: ImbCommonInputNode::eligibleForBackout: ComIbmMQInputNode: XmlSplitter#FCMComposite_1_1
Into the Trace File I see like follows
******* Input Message ****
2008-06-18 15:38:45.407455
****************************************
(
(0x01000000):Properties = (
(0x03000000):MessageSet = ''
(0x03000000):MessageType = ''
(0x03000000):MessageFormat = ''
(0x03000000):Encoding = 273
(0x03000000):CodedCharSetId = 819
(0x03000000):Transactional = TRUE
(0x03000000):Persistence = FALSE
(0x03000000):CreationTime = GMTTIMESTAMP '2008-06-18 13:38:45.400'
(0x03000000):ExpirationTime = -1
(0x03000000):Priority = 0
(0x03000000):ReplyIdentifier = X'000000000000000000000000000000000000000000000000'
(0x03000000):ReplyProtocol = 'MQ'
(0x03000000):Topic = NULL
(0x03000000):ContentType = ''
)
(0x01000000):MQMD = (
(0x03000000):SourceQueue = 'SIF.SPLITTER.RECEIVE.A'
(0x03000000):Transactional = TRUE
(0x03000000):Encoding = 273
(0x03000000):CodedCharSetId = 819
(0x03000000):Format = 'MQSTR '
(0x03000000):Version = 2
(0x03000000):Report = 0
(0x03000000):MsgType = 8
(0x03000000):Expiry = -1
(0x03000000):Feedback = 0
(0x03000000):Priority = 0
(0x03000000):Persistence = 0
(0x03000000):MsgId = X'414d51204d512e534245313738392e414858b5fb2003ea02'
(0x03000000):CorrelId = X'000000000000000000000000000000000000000000000000'
(0x03000000):BackoutCount = 0
(0x03000000):ReplyToQ = ' '
(0x03000000):ReplyToQMgr = 'MQ.SBE1789.AIX.D '
(0x03000000):UserIdentifier = 'mqm '
(0x03000000):AccountingToken = X'0000000000000000000000000000000000000000000000000000000000000000'
(0x03000000):ApplIdentityData = ' '
(0x03000000):PutApplType = 28
(0x03000000):PutApplName = 'WebSphere MQ Client for Java'
(0x03000000):PutDate = DATE '2008-06-18'
(0x03000000):PutTime = GMTTIME '13:38:45.400'
(0x03000000):ApplOriginData = ' '
(0x03000000):GroupId = X'000000000000000000000000000000000000000000000000'
(0x03000000):MsgSeqNumber = 1
(0x03000000):Offset = 0
(0x03000000):MsgFlags = 0
(0x03000000):OriginalLength = -1
)
(0x01000010):XMLNS = (
(0x05000018):XML = (
(0x06000011): = '1.0'
(0x06000012): = 'ISO-8859-1'
)
(0x06000002): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:lst = (
(0x07000012):xmlns = 'http://www.swisscom.com/wsg/2007-03/WSGModel'
(0x07000012)xmlns:xsi = 'http://www.w3.org/2001/XMLSchema-instance'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:schemaLocation = 'http://www.swisscom.com/wsg/2007-03/WSGModel wsgContainer.xsd'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:header = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispId = (
(0x02000000): = '100008'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:reqFileName = (
(0x02000000): = '100008_000_20080608000037.upl.xml'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:correlationId = (
(0x02000000): = 'WSG_STATE_QUERY:1212886836871:0'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrder = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'customerOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:order = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'baseProductOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderNr = (
(0x02000000): = '10000820080605000170000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:contrEleId = (
(0x02000000): = '110'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderType = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderState = (
(0x02000000): = '13'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerWishDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:estimatedDueDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:transDateTime = (
(0x02000000): = '2008-06-05T15:31:00.000Z'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:sfSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:saSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:endPoint = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:taxRegion = (
(0x02000000): = '64'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessNet = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbDeviceLocation = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsnReq = (
(0x02000000): = '0313189543'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:region = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:nrOfWires = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessSpeed = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:speedProfileNr = (
(0x02000000): = '23'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:description = (
(0x02000000): = '3600/500..400'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:cpeOwner = (
(0x02000000): = '3'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispId = (
(0x02000000): = '100008'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispName = (
(0x02000000): = 'Bluewin AG'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrderNr = (
(0x02000000): = '10000820080605000171000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsn = (
(0x02000000): = '0313189543'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:creationType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrder = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'customerOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:order = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'baseProductOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderNr = (
(0x02000000): = '10000820080605000179000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:contrEleId = (
(0x02000000): = '110'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderType = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderState = (
(0x02000000): = '13'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerWishDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:estimatedDueDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:transDateTime = (
(0x02000000): = '2008-06-05T15:41:00.000Z'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:sfSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:saSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:endPoint = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:taxRegion = (
(0x02000000): = '64'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessNet = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbDeviceLocation = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsnReq = (
(0x02000000): = '0313189543'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:region = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:nrOfWires = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessSpeed = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:speedProfileNr = (
(0x02000000): = '23'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:description = (
(0x02000000): = '3600/500..400'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:cpeOwner = (
(0x02000000): = '3'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispId = (
(0x02000000): = '100008'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispName = (
(0x02000000): = 'Bluewin AG'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrderNr = (
(0x02000000): = '10000820080605000180000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsn = (
(0x02000000): = '0313189543'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:creationType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrder = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'customerOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:order = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'baseProductOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderNr = (
(0x02000000): = '10000820080605000189000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:contrEleId = (
(0x02000000): = '110'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderType = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderState = (
(0x02000000): = '13'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerWishDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:estimatedDueDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:transDateTime = (
(0x02000000): = '2008-06-05T15:41:00.000Z'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:sfSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:saSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:endPoint = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:taxRegion = (
(0x02000000): = '64'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessNet = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbDeviceLocation = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsnReq = (
(0x02000000): = '0313189544'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:region = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:nrOfWires = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessSpeed = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:speedProfileNr = (
(0x02000000): = '23'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:description = (
(0x02000000): = '3600/500..400'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:cpeOwner = (
(0x02000000): = '3'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispId = (
(0x02000000): = '100008'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispName = (
(0x02000000): = 'Bluewin AG'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrderNr = (
(0x02000000): = '10000820080605000190000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsn = (
(0x02000000): = '0313189544'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:creationType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrder = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'customerOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:order = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'baseProductOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderNr = (
(0x02000000): = '10000820080605000198000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:contrEleId = (
(0x02000000): = '110'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderType = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderState = (
(0x02000000): = '13'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerWishDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:estimatedDueDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:transDateTime = (
(0x02000000): = '2008-06-05T15:46:00.000Z'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:sfSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:saSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:endPoint = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:taxRegion = (
(0x02000000): = '64'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessNet = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbDeviceLocation = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsnReq = (
(0x02000000): = '0313189549'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:region = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:nrOfWires = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessSpeed = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:speedProfileNr = (
(0x02000000): = '23'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:description = (
(0x02000000): = '3600/500..400'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:cpeOwner = (
(0x02000000): = '3'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispId = (
(0x02000000): = '100008'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispName = (
(0x02000000): = 'Bluewin AG'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrderNr = (
(0x02000000): = '10000820080605000199000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsn = (
(0x02000000): = '0313189549'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:creationType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrder = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'customerOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:order = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'baseProductOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderNr = (
(0x02000000): = '10000820080605000162000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:contrEleId = (
(0x02000000): = '110'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderType = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderState = (
(0x02000000): = '13'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerWishDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:estimatedDueDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:transDateTime = (
(0x02000000): = '2008-06-05T15:15:00.000Z'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:comment = (
(0x02000000): = 'Automatically created order to optimize Access Speed and/or adjust OP Status, Grooming-Kind: ISP-driven'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:sfSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:saSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbType = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:endPoint = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:taxRegion = (
(0x02000000): = '64'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessNet = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbDeviceLocation = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsnReq = (
(0x02000000): = '0313189515'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:region = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:nrOfWires = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessSpeed = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:speedProfileNr = (
(0x02000000): = '226'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:description = (
(0x02000000): = '5000-25000/500-5000'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:poolType = (
(0x02000000): = 'pool2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:cpeOwner = (
(0x02000000): = '3'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispId = (
(0x02000000): = '100008'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispName = (
(0x02000000): = 'Bluewin AG'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrderNr = (
(0x02000000): = '10000820080605000162000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsn = (
(0x02000000): = '0313189515'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:creationType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:qualifNr = (
(0x02000000): = '22144363'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
)
)
)
******* Input to MQOutput ****
2008-06-18 15:38:45.475550
****************************************
(
(0x01000000):Properties = (
(0x03000000):MessageSet = NULL
(0x03000000):MessageType = NULL
(0x03000000):MessageFormat = 'XMLNS'
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 1208
(0x03000000):Transactional = TRUE
(0x03000000):Persistence = FALSE
(0x03000000):CreationTime = GMTTIMESTAMP '2008-06-18 13:38:45.464452'
(0x03000000):ExpirationTime = -1
(0x03000000):Priority = 0
(0x03000000):ReplyIdentifier = X'000000000000000000000000000000000000000000000000'
(0x03000000):ReplyProtocol = 'MQ'
(0x03000000):Topic = NULL
(0x03000000):ContentType = NULL
)
(0x01000000):MQMD = (
(0x03000000):SourceQueue = 'SIF.SPLITTER.RECEIVE.A'
(0x03000000):Transactional = TRUE
(0x03000000):Encoding = 546
(0x03000000):CodedCharSetId = 1208
(0x03000000):Format = 'MQSTR '
(0x03000000):Version = 2
(0x03000000):Report = 0
(0x03000000):MsgType = 8
(0x03000000):Expiry = -1
(0x03000000):Feedback = 0
(0x03000000):Priority = 0
(0x03000000):Persistence = 0
(0x03000000):MsgId = X'414d51204d512e534245313738392e414858b5fb2003ea02'
(0x03000000):CorrelId = X'000000000000000000000000000000000000000000000000'
(0x03000000):BackoutCount = 0
(0x03000000):ReplyToQ = ''
(0x03000000):ReplyToQMgr = ''
(0x03000000):UserIdentifier = 'mqm '
(0x03000000):AccountingToken = X'0000000000000000000000000000000000000000000000000000000000000000'
(0x03000000):ApplIdentityData = ' '
(0x03000000):PutApplType = 26
(0x03000000):PutApplName = 'WMQI/NIBSIMFlow'
(0x03000000):PutDate = DATE '2008-06-18'
(0x03000000):PutTime = GMTTIME '13:38:45.464452'
(0x03000000):ApplOriginData = ' '
(0x03000000):GroupId = X'000000000000000000000000000000000000000000000000'
(0x03000000):MsgSeqNumber = 1
(0x03000000):Offset = 0
(0x03000000):MsgFlags = 0
(0x03000000):OriginalLength = -1
)
(0x01000010):XMLNS = (
(0x05000018): = (
(0x06000011): = '1.0'
(0x06000012): = 'UTF-8'
(0x06000014): = 'yes'
)
(0x06000018): = 'build by WMB/XMLSplitter'
(0x07000012):xmlns = 'http://www.w3.org/2001/XMLSchema-instance'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:Header = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispId = (
(0x02000000): = '100008'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:reqFileName = (
(0x02000000): = '100008_000_20080608000037.upl.xml'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:correlationId = (
(0x02000000): = 'WSG_STATE_QUERY:1212886836871:0'
)
(0x02000000): = '
'
)
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrder = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'customerOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:order = (
(0x03000000):version = 'V02'
(0x03000000)http://www.w3.org/2001/XMLSchema-instance:type = 'baseProductOrderTypeV02'
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderNr = (
(0x02000000): = '10000820080605000170000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:contrEleId = (
(0x02000000): = '110'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderType = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:orderState = (
(0x02000000): = '13'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerWishDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:estimatedDueDate = (
(0x02000000): = '2008-06-05'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:transDateTime = (
(0x02000000): = '2008-06-05T15:31:00.000Z'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:sfSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:saSlaId = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:endPoint = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:taxRegion = (
(0x02000000): = '64'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessNet = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:bbDeviceLocation = (
(0x02000000): = 'BOL'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsnReq = (
(0x02000000): = '0313189543'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:region = (
(0x02000000): = '2'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:nrOfWires = (
(0x02000000): = '1'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:accessSpeed = (
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:speedProfileNr = (
(0x02000000): = '23'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:description = (
(0x02000000): = '3600/500..400'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:cpeOwner = (
(0x02000000): = '3'
)
(0x02000000): = '
'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispId = (
(0x02000000): = '100008'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:ispName = (
(0x02000000): = 'Bluewin AG'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:customerOrderNr = (
(0x02000000): = '10000820080605000171000000'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:dnVnNsn = (
(0x02000000): = '0313189543'
)
(0x02000000): = '
'
(0x01000000)http://www.swisscom.com/wsg/2007-03/WSGModel:creationType = (
(0x02000000): = '1'
)
(0x02000000): = '
'
)
)
)
Cou |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jun 18, 2008 7:25 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
It looks to me that your usage of the xml schema instance is overly complicated:
Quote: |
SET OutputRoot.XMLNS.(XML.NamespaceDecl)xmlns = 'http://www.w3.org/2001/XMLSchema-instance';
SET OutputRoot.XMLNS.xsi:Header = InputRoot.XMLNS.xsi:lst.xsi:header;
|
I would have thought it should look like this
Code: |
SET OutputRoot.XMLNS.(XML.NamespaceDecl)xmlns:xsi= 'http://www.w3.org/2001/XMLSchema-instance';
SET OutputRoot.XMLNS.lst:Header = InputRoot.XMLNS.lst:header;
|
_________________ MQ & Broker admin
Last edited by fjb_saper on Thu Jun 19, 2008 9:28 am; edited 1 time in total |
|
Back to top |
|
 |
SABCAS |
Posted: Thu Jun 19, 2008 12:04 am Post subject: |
|
|
Acolyte
Joined: 09 Mar 2005 Posts: 60 Location: Switzerland
|
Hallo
I consider your suggestion and it 's working but with a little syntax error I correct, so your Code look like:
SET OutputRoot.XMLNS.(XML.NamespaceDecl)xmlns:xsi= 'http://www.w3.org/2001/XMLSchema-instance';
Thanks a Lot for your Help, my problem has been solved.
Ciao
Sabato |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jun 19, 2008 9:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Thanks for the feedback. I edited my answer and corrected it.
Have fun  _________________ MQ & Broker admin |
|
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
|
|
|
|