Re: about complex types (newbie)

2003-10-05 Thread Jeyakumaran.C
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 4:47 AM Subject: RE: about complex types (newbie) Hi, If you want to pass the XML document or valid XML element as the argument to the web services then the part type for the message can be of xsd:any or x

RE: about complex types (newbie)

2003-10-01 Thread [EMAIL PROTECTED]
viceTester product visit www.optimyz.com. Original Message: - From: Cory Cobler [EMAIL PROTECTED] Date: Wed, 1 Oct 2003 14:18:33 -0500 To: [EMAIL PROTECTED] Subject: RE: about complex types (newbie) You should just be able to pass the XML and DTD in as Files through the arg and hav

RE: about complex types (newbie)

2003-10-01 Thread Cory Cobler
buffer it out to a string. I may be way off but just my thoughts :-) -Original Message- From: Wermus Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 9:27 AM To: [EMAIL PROTECTED] Subject: RE: about complex types (newbie) I mean I have an xml as argument and I have a

RE: about complex types (newbie)

2003-10-01 Thread Wermus Fernando
: about complex types (newbie) Wermus, It sounds like you need to turn this xml file into a java class, and make this class the argument. If this class is a bean, then you can serialize the class and pass it back and forth. Adhamh On 9/30/03 1:30 PM, "Wermus Fernando" <[EMAIL PROTECTED]

Re: about complex types (newbie)

2003-10-01 Thread Adhamh Findlay
Wermus, It sounds like you need to turn this xml file into a java class, and make this class the argument. If this class is a bean, then you can serialize the class and pass it back and forth. Adhamh On 9/30/03 1:30 PM, "Wermus Fernando" <[EMAIL PROTECTED]> wrote: > I have a method that it has