XMLBeanDe/Serializer sample

2005-01-08 Thread Jonathan Colwell
Sorry for the delay Hung, I didn't get a chance to work on this until late Friday. I put together a sample Web Service using the XmlBeanSerializers available from: http://superflaco.com/Beehive/xBeanSample.war you should be able to just drop it into a servlet container and use the included build.

BeanMapping for Fault in wsdd file

2005-01-08 Thread Madeleine Wright
HELP please someone!! I'm trying to include a SOAP fault in my wsdl file etc. I've read the axis-1_2RC1\samples\faults examples code carefully and tried to model it for my own service. I have a bean-type class, TransportFault, that extends RemoteException. The fault is thrown in my service

Re: Best way to send attachments

2005-01-08 Thread BLIS Webmaster (Patrick Houbaux)
Yes Andrew solution is more elegant but I'm not sure that what you send in a parameter of a ws method can be stream like the attachments are. Could somebody from the axis developpers confirm this? I need to test that in any case. In my example I'm not explicitly sending AttachmentsPart nor DataHa