Posted: Tue Jan 25, 2011 10:16 am Post subject: Generate WSDL with XML tags
Novice
Joined: 03 Sep 2004 Posts: 13
I have message sets defined in the broker where the XML tag name does not match the field name. We use this to do an implicit conversion from XML to CWF for the request message and in reverse for the reply message.
I am trying to generate a WSDL from a message set that I can use to re-create this transaction as a CICS Web Service. All is working out except that when I generate the WSDL, I am only getting the field names and not the XML tags. Is there any way to get the XML tag names out of the message set and into the WSDL or at least into a file that I can use to manually search/replace against the WSDL?
The XML tags are only stored in the XML physical layer in the MRM. They aren't part of the logical structure of the data.
WSDLs are generated only from the logical structure, not from any MRM specific data.
You can probably write an XLST that will extract the tag names from the MXSD - this is just an xsd document. But they're stored in non-standard extensions - which is part of the reason why the WSDL generator doesn't use them.l
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