RE: Altering the XML

2002-10-29 Thread Sen, Puny
Have you considered writing a handler that modifies the envelope before it is sent back? -Original Message- From: Andy Kriger [mailto:akriger@;greaterthanone.com] Sent: Tuesday, October 29, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: RE: Altering the XML What if you're using classes aut

RE: Non Well-Formed WSDL document

2002-10-28 Thread Sen, Puny
Some additional info - this only seems to happen for a "document" style binding. (A '>' character incorrectly appears inside the name attribute of a complextype element). -Original Message- From: Sen, Puny [mailto:Punyanjan.Sen@;softwareagusa.com] Sent: Sunday, Octo

Sending arbitrary XML document

2002-10-27 Thread Sen, Puny
Hi all, What would be the best strategy for sending an arbitrary XML document as a parameter using Axis? Using document/literal, and a sequence, generates a MessageElement[] array, but I haven't been able to test because the generated WSDL has errors (see previous post). Another option seems to

Non Well-Formed WSDL document

2002-10-27 Thread Sen, Puny
Hi, After deploying, the generated WSDL has errors like the one shown below. I'm using Axis 1.0. Is this a known bug? Also, is it possible to deploy with a static hand-coded WSDL (ie. not automatically generate one)? Thanks, Puny