IBM WebSphere DataPower Community Forum IBM Webspere DataPower XI50
September 05, 2010, 01:37:59 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: IBM WebSphere DataPower SOA Appliance Forum - Just Launched come share your knowledge!!! These forums will be a great place to build a community. This site is not associated with IBM.
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: ffd binary transformation anomaly  (Read 1101 times)
bob.neiman
Newbie
*
Offline Offline

Posts: 1


View Profile
« on: December 16, 2009, 03:19:13 PM »

I'm trying to get a simple transform of a flat message to xml working with dataglue (wtx is not available to me on this one).  It appears that the binary transform step is not getting the input data (mq fsh), giving the message:

10:43:02 xslt error 7715 < 165.153.112.74 0x80c00010 mpgw (dlid2l1): Execution of 'local:///testgw-xform-1ffd.xsl' aborted: local:///testgw2l1xform2.ffd:3: Invalid data encountered at line 1 column 0. Unexpected EOF


Transform input is INPUT and the processing control file (pretty much straight from dg/ffd doc) is:
  <?xml version="1.0" encoding="UTF-8" ?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dp="http://www.datapower.com/extensions" extension-element-prefixes="dp" exclude-result-prefixes="dp">
  <xsl:output method="xml" />
  <dp:input-mapping href="testgw2l1xform2.ffd" type="ffd" />
  <xsl:output method="xml" />
 <xsl:template match="/">
  <xsl:copy select="." />
<xsl:message>
  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  <xsl:value-of select="/dlid/foo" />
  </xsl:message>
  </xsl:template>
  </xsl:stylesheet>

and the ffd is:


<File name="dlid">
  <Syntax disableDefaultFilter="true" />
 <Group name="input">
  <Field name="foo" />
  </Group>
  </File>


It looks like I've done everything the existing doc calls for, but I'm ending up with the error message.
Firmware is XI50.3.7.3.4.

Any suggestions on debugging this?
Logged
grrider477
Newbie
*
Offline Offline

Posts: 1


View Profile Email
« Reply #1 on: July 06, 2010, 03:26:43 AM »

I'm trying to get a simple transform of a flat message to xml working with dataglue (wtx is not available to me on this one).  It appears that the binary transform step is not getting the input data (mq fsh), giving the message:

10:43:02 xslt error 7715 < 165.153.112.74 0x80c00010 mpgw (dlid2l1): Execution of 'local:///testgw-xform-1ffd.xsl' aborted: local:///testgw2l1xform2.ffd:3: Invalid data encountered at line 1 column 0. Unexpected EOF


Transform input is INPUT and the processing control file (pretty much straight from dg/ffd doc) is:
  <?xml version="1.0" encoding="UTF-8" ?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dp="http://www.datapower.com/extensions" extension-element-prefixes="dp" exclude-result-prefixes="dp">
  <xsl:output method="xml" />
  <dp:input-mapping href="testgw2l1xform2.ffd" type="ffd" />
  <xsl:output method="xml" />
 <xsl:template match="/">
  <xsl:copy select="." />
<xsl:message>
  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  <xsl:value-of select="/dlid/foo" />
  </xsl:message>
  </xsl:template>
  </xsl:stylesheet>

and the ffd is:


<File name="dlid">
  <Syntax disableDefaultFilter="true" />
 <Group name="input">
  <Field name="foo" />
  </Group>
  </File>


It looks like I've done everything the existing doc calls for, but I'm ending up with the error message.
Firmware is XI50.3.7.3.4.

Any suggestions on debugging this?


Me too has the same question
e cigarette starter kits
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  



Powered by SMF 1.1.10 | SMF © 2006-2007, Simple Machines LLC
This Site is not associated with IBM