How to create a client with attachments using wsdl2java

2006-06-08 Thread Julio César Pérez Arques
Hello axis-users. I am developing a ws with axis 1.4 and using wsdl2java. I have the ws and client working. But i need to include attachments support, i have some code to the ws but i dont know how to use them in the client, the port generated by wsdl2java have not any method to include any

RE: How to create a client with attachments using wsdl2java

2006-06-08 Thread Julio César Pérez Arques
Ok i solved, i use wsdl2java without server option and later i cast the port object to org.apache.axis.client.Stub to use the addAttachment method. From: Julio César Pérez Arques [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: How to create a client

AXIS1x bug: 2+ operations with same input/output

2006-06-03 Thread Julio César Pérez Arques
Hello boyz. I am developing a axis ws that has 2 operations with same input/output. I use axis 1.4 and wsdl2java. But always 1st operation is executed, never the 2nd one. I have read in axis mailing lists it is a bug. Is this correct? I always have read a possible solution in by a user. It