Hi, I have tried that before, I define the param <parameter name="disablePrettyXML" value="true"/> in the <globalConfiguration> tag; however I still notice that the soap response is also be decorated.
Mike Krell-4 wrote: > > Try changing this in the wsdd file.... > > <parameter name="disablePrettyXML" value="false" /> > > to true. > > On 9/28/07, yangguo2020 <[EMAIL PROTECTED]> wrote: >> >> >> Hi all, >> >> I am using Axis 1.1 to publish my webservice; however I realize the soap >> response generated by the Axis will be autoformated (eg with indent, next >> line of the tag). Is it possible to disable such a decoration since my >> client expected the soap response without any formatting eg the return >> may >> just in one line? >> >> Is there any configurable param that i can set in the WSDD files to >> disable >> such a formatting? >> >> Thanks >> -- >> View this message in context: >> http://www.nabble.com/Disable-the-SOAP-formatting-tf4536249.html#a12946674 >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- View this message in context: http://www.nabble.com/Disable-the-SOAP-formatting-tf4536249.html#a12951805 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
