Page 1 of 1

regarding XML output format

Posted: Tue Jul 06, 2010 12:45 pm
by rahul8055
The jod has a WISD input and WISD outptu stages right now so In format does the data come from WISD output?

Now the output should be in XML format?

can anyone suggest which stage is used for that? and where is that stage used?
I quess XML output stage is used for it but where should the XML output stage be?

Is it before WISD output?

thanks,
Rahul

Posted: Tue Jul 06, 2010 7:40 pm
by eostic
Are you publishing a service? Writing out xml? Or both?

What are your SOA clients expecting? If they are expecting a "clean" SOAP payload then do nothing....WISD output stage plus ISD will do all the "undercover" xml work to deliver SOAP.......however, if your service clients want to receive xml inside their soap response, then you wouls need xml output before wisd output.

Posted: Tue Jul 06, 2010 9:19 pm
by rahul8055
Thanks a lot ernie

Rahul