Alternatively to DataHandler

2008-04-25 Thread Capilla Castillo, Esther
Hi all, I'm use Axis1 and Axis2 to implement a Web Services that it's transferring large files (250Mb). I've been using DataHandler, but I don't know if the object DataHandler is compatible with other technologies other than Java (.net, C++) Does anyone know if the object DataHandler is compatible

Exception: Referenced MIME part not found.End of Stream reached.

2008-04-25 Thread Capilla Castillo, Esther
Hi all, I'm running a WebService that it's download a file to local. If the name of the file does not contain a odd character (Ñ,á) the file download correctly, but if the name of the file contain a odd character I obtain the following error: Exception: Referenced MIME part not found.End of Stre

Excepction: key spec.FAULT_ACTION_NOT_SUPPORTED_REASON

2008-03-06 Thread Capilla Castillo, Esther
Hi all, I continue with my developments in axis2 and when I invoke my webservice I receive this message: java.util.MissingResourceException: Can't find resource for bundle org.apache.axis2.i18n.ProjectResourceBundle, key spec.FAULT_ACTION_NOT_SUPPORTED_REASON The public method in my Web

RE: The endpoint reference (EPR) for the Operation not found

2008-03-05 Thread Capilla Castillo, Esther
"uploadFile" into your SOAP request. Michele On 5 Mar 2008, at 15:30, Capilla Castillo, Esther wrote: > Hi Michele, the chunk of code: > > targetEPR = new EndpointReference(rb.getString("UrlVerDocumento")); > System.out.println

RE: The endpoint reference (EPR) for the Operation not found

2008-03-05 Thread Capilla Castillo, Esther
TED] Enviado el: miércoles, 05 de marzo de 2008 16:18 Para: axis-user@ws.apache.org Asunto: Re: The endpoint reference (EPR) for the Operation not found Can you post the chunk of code which sends the message? Michele On 5 Mar 2008, at 15:00, Capilla Castillo, Esther wrote: > When I i

RE: The endpoint reference (EPR) for the Operation not found

2008-03-05 Thread Capilla Castillo, Esther
pmon) to capture the messages.. thanks, Thilina On 3/5/08, Capilla Castillo, Esther <[EMAIL PROTECTED]> wrote: > When I invoke my webservice from the client, the exception is: > org.apache.axis2.AxisFault: unknown > at > org.apache.axis2.description.OutInAxisO

RE: The endpoint reference (EPR) for the Operation not found

2008-03-05 Thread Capilla Castillo, Esther
s not used), otherwise an error like "cannot infer transport..." occurs. Michele On 5 Mar 2008, at 12:51, Capilla Castillo, Esther wrote: > In my client I have the following code to set options: > Options options = new Options(); >

RE: The endpoint reference (EPR) for the Operation not found

2008-03-05 Thread Capilla Castillo, Esther
lto:[EMAIL PROTECTED] Enviado el: miércoles, 05 de marzo de 2008 13:45 Para: axis-user@ws.apache.org Asunto: Re: The endpoint reference (EPR) for the Operation not found Try to call options.setAction("sendAttachment"); Michele On 5 Mar 2008, at 12:39, Capilla Castillo, Esther wrote:

RE: The endpoint reference (EPR) for the Operation not found

2008-03-05 Thread Capilla Castillo, Esther
Ok, I get this message to invoke in the Internet Explorer. I have not even tried to invoke from a client. -Mensaje original- De: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 05 de marzo de 2008 13:42 Para: axis-user@ws.apache.org Asunto: Re: The endpoint reference

RE: The endpoint reference (EPR) for the Operation not found

2008-03-05 Thread Capilla Castillo, Esther
This is the SOAP request: − The endpoint reference (EPR) for the Operation not found is /axis2/services/WsVerDocumento and the WSA Action = null -Mensaje original- De: Deepal jayasinghe [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 05 de marzo de 2008 13:37 Para: axis-use

The endpoint reference (EPR) for the Operation not found

2008-03-05 Thread Capilla Castillo, Esther
Hi all! I'm deployed a WebServices in beaWeblogic 9.2, but I've a problem, when I invoke the Services I obtain the follow message: The endpoint reference (EPR) for the Operation not found is /axis2/services/WsVerDocumento and the WSA Action = null I think that my problem is in the services.xml, but