ping.
anyone?
On 4 December 2012 19:29, Eriza Fazli wrote:
> yep... been there, and almost all other howto pages that one can possible
> get by googling "axis2 email transport", e.g.
> http://amilachinthaka.blogspot.de/2008/09/using-ws-commons-mail-transport-with.html
>
>
> So here's what
Thanks for both of the replies that has helped me out a lot.
Brando, one final question if you don't mind? Currently I am using the rpc
message handler for my exposed method and I will only ever be serving files,
not accepting them for upload by the client. Is the ADBMessageReceiverInOut
better
Hi,
I am trying to create a service which exposes asynchronous methods in the same
way as this document describes:
http://axis.apache.org/axis2/java/core/docs/jaxws-guide.html#Async
I am having quite a lot of trouble getting either of the examples to work.,
even trying to expose a method with
I thought I might as well add the code that I have for trying to get this to
work as I might get some better help that way:
If I don’t use the interface in the services.xml but instead use the
implementation I no longer get the error related to a return type of Future
Services.xml:
Hi Paul the shortest path to achieving an Impl Class is to code your own Impl
Concrete class of the interface
you can also use a Factory ..but..to code a Factory Implementation is not
trivial as a Factory is required to 'divine' all the necessary attributes and
construct methods
to construct