RE: Problem with the sample Attachment (Axis Java)

2003-12-30 Thread Carbone Cedric
Thank you Rick for your answer. So, I don't spend time about WSDL generation, this is no a big problem for my project. But, I want to run the Axis Attachment sample !!! 1) Do you know how use the example? For example, is the following call is correct ? (proper argument?) java

RE: serialize a Bean with Axis

2003-12-30 Thread Ed Pond
The Castor Marshalling Framework does what you describe http://www.castor.org/xml-framework.html#The-Marshalling-Framework Ed Original Message: Deigo, Appreciate your response. Here is the detail problem description. My web service uses complex types and the Bean

Variable Service Address Help

2003-12-30 Thread Massimo Barabino
Hi, can anyone suggest me a way to solve the following problem? Consider a WS client which has to access a Web Service which can be deploied at different sites. The choice of what service endpoint to use is made by the user of the client program at Run Time. I' m trying to develop such client.

How to make complex Types String objects appear as non nillable

2003-12-30 Thread Massimo Barabino
Hi, is it possible to make Strings in complexTypes appear as non nillable? I' m using bean serialization and every String field of my bean class is mapped into a nillable object. How can I avoid this? Thank you Massimo Barabino

porttypes and holders

2003-12-30 Thread Sid Subr
how does axis figure out which types need holders? also what's the meaning of word porttypes, the concept is kind of confusing any documentation on what they are? __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003

RE: SOAP Handlers

2003-12-30 Thread chris
Sure, read the users guide ;) http://ws.apache.org/axis/java/user-guide.html Chris http://cvs.apache.org/~haddadc -Original Message- From: Vinod Menon [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 12:56 PM To: [EMAIL PROTECTED] Subject: SOAP Handlers Hi, Is

RE: Problem with the sample Attachment (Axis Java)

2003-12-30 Thread Rick Kellogg
Cedric, Sorry I cannot provide any additional insights on attachments. I have never used them personally. Good luck! Rick -Original Message- From: Carbone Cedric [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 4:10 AM To: [EMAIL PROTECTED] Subject: RE: Problem with the

RE: Problem with the sample Attachment (Axis Java)

2003-12-30 Thread Rick Kellogg
Cedric, Sorry I cannot provide any additional insights on attachments. I have never used them personally. Good luck! Rick -Original Message- From: Carbone Cedric [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 4:10 AM To: [EMAIL PROTECTED] Subject: RE: Problem with the

URGENT: How to dynamic invoke a service when the IN parameter is not a BasicType

2003-12-30 Thread Feng yuan
Dear all, I have checked the Axis dynamic invoke exsamples and find out that the service can only be invoked when the service input parameter is BasicType or it will throw an exception can not vonvert. Can we dynamicly invoke a service when the input parameters are not basic_type and how to? I