WSDL for complex data output.
Author: i.sharp@pcisystems.co.uk (Iain Sharp)
I am trying to create a WSDL to pass 'complex' data (order header(s) and item lines) to a third party, and have included an xmlstream output parameter in the service. I have coded the DTD into the parameter (xmlstream [DTD:dtd.model] orders_out : OUT) but I can't see the structure in the resulting WSDL file. Is there some trick I should be doing (like exporting the DTD and including it in the wsdl folder in Tomcat)? Or do we just not get this level of utility from UNiface wsdls? I can obviously send the third party the DTD as part of the documentation, but this is problematic if I want to generate public wsdls with structured data. As ever, fellow coders, I plead for enlightenment as to tricks tips or missing bits of training on how this works... regards, Iain




