Fwd: Common invocation framework using Axis2

2006-07-18 Thread Hasalaka Waravita
HiJust like to let the community know, that that I'm trying to evolve Axis2 to as a common invocation framework (Like existing WSIF). The reason to stand for a newer framework is mainly that I want to support WSDL 2.0. I have already done a Axis2 provider for WSIF, and is added as an enhancement

How should MessageReceiver be invoked

2006-07-21 Thread Hasalaka Waravita
HiIm trying to use Axis2 to do an EJB invocation. My approach is to plug transport senders/receivers and introduce a Message Receiver for EJB invocation. In Axis2 MessageReceivers are triggered on engine.receive() at server side. My problem is, I cannot run Axis2 on server side (Its not a WebServer

Re: Need Info

2006-08-11 Thread Hasalaka Waravita
http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-worldhttp://ws.apache.org/axis2/0_95/userguide.html On 8/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:Hi ,  By using eclipse plugin I am able to  created wrapper classes and stub for a given wsdl file,, wsdl2java tool has generated  t

[jira] Commented: (AXIS2-2137) Common invocation using Axis2 client framework

2007-05-04 Thread Hasalaka Waravita (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493660 ] Hasalaka Waravita commented on AXIS2-2137: -- A patch including WSIF provider Axis2 is provided. Somebody

[jira] Created: (AXIS2-2137) Common invocation using Axis2 client framework

2007-02-08 Thread Hasalaka Waravita (JIRA)
: client-api Affects Versions: nightly Reporter: Hasalaka Waravita This is a patch for Axis2 to use existing client framwork to invoke Web Services using any tranport. It enables Axis2 ServiceClient to invoke non SOAP based WS as well. Please refer Readme.txt -- This message is

[jira] Updated: (AXIS2-2137) Common invocation using Axis2 client framework

2007-02-08 Thread Hasalaka Waravita (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hasalaka Waravita updated AXIS2-2137: - Attachment: Axis2-Common-Invocation-Framwework.zip Contains Readme, code and test class