Re: [Axis2 1.4] WS-Policy in WSDL 1.1 vs WSDL2.0 using wsdl2java utility

2009-03-25 Thread Pradeep Fernando
Hi leon,

I'm bit bussy with my GSOC  hopefully i would be able to fix this within
this week itself. I have gathered required info to
work on this issue  looks good. Sagara gave me some valuable info on woden
parser.

thanks ,
pradeep fernando.


Re: [Axis2 1.4] WS-Policy in WSDL 1.1 vs WSDL2.0 using wsdl2java utility

2009-03-24 Thread Pradeep Fernando
Hi leaon,

if anyone was already working on this


yes leon I ve been working on this.

 so what the expected time frame would be?


had a problem with policy element retrieving  had discussion with the
woden-dev list. Sagara came up with a answer  I'm yet to try it out. later
in the day I would be able to update on you about this and with a estimated
time frame.

cheers,
Pradeep Fernando


Re: Dev environment

2009-03-17 Thread Pradeep Fernando
Hi Jason,

I would recommend IntellijIDEA or eclipse. jIDEA is a great development
environment and most of development in Apache
is done using intellijIDEA since their offering free community license. On
the other hand eclipse is a great opensource
product that you can afford.

You better get started with eclipse since there are quite a number of
articles related to Eclipse+axis2. There are some
eclipse plugins related to axis2 to ease your work.You may find more useful
artices here[1].

Axis2 uses ant and Maven both. But most of the time its Maven.You better get
some idea on these by visiting their
respective sites. [2], [3]

Axis2 uses svn(subversion) as its version control system.You have to setup
the SVN client before you chekout from the trunk.Read the  Axis2 docs for
more details. Do some googling on SVN.

hope this helps,


cheers,
Pradeep Fernando.

[1] http://wso2.org/library/axis2
[2]  http://ant.apache.org/
[3] http://maven.apache.org/


Re: [Axis2 1.4] WS-Policy in WSDL 1.1 vs WSDL2.0 using wsdl2java utility

2009-03-15 Thread Pradeep Fernando
Hi leon,

I raised a JIRA issue on behalf of you. you can track it here[1].

thanks,
Pradeep Fernando.

[1] https://issues.apache.org/jira/browse/AXIS2-4272


Re: [Axis2 1.4] WS-Policy in WSDL 1.1 vs WSDL2.0 using wsdl2java utility

2009-03-13 Thread Pradeep Fernando
Hi Leon,


 However, when I tried to do the same with a service that I had
 written, the generated
 service stub did not include the ws-policy information.

no surprises. currently it is under the TODO list. but I would like to
fix this. can you please raise a JIRA issue
regarding this.

cheers,
Pradeep Fernando.


Re: Body with multiple elements (children)

2009-03-09 Thread Pradeep Fernando
Hello Chris,

Your requirement is somewhat strange to me. you cant invoke two operations
at the same time AFAIK. If you are trying to invoke one operation at a time
then one OMelement is not an issue.It would be helpful if you can give the
WSDL of the webService that you're trying to access.

cheers,
Pradeep Fernando.


Re: axis2 version 1.3

2009-03-09 Thread Pradeep Fernando
prateek wrote;

 But the package available is corrupted.


yes, the package is corrupted.Could you please raise a JIRA. some one will
look in to this issue.

cheers,
Pradeep Fernando.


Re: Axis2 - the client side suitability for dynamic invocation of web services

2009-03-01 Thread Pradeep Fernando
Hi Avi,

what are the merits of using Axiom on building the soap message tree by
 hand?


It just adds more flexibility. Sorry I don't know a specific scenario where
it comes handy over others.

Is this the only way to do it?


Assuming that I always have the WSDL of the target web services, Is it
 possible that instead of creating the Axiom based tree, a
runtime generated proxy (from the WSDL) can be used (and reused later
 on) to call the Web service ?


No, you can use client stub to access the service given that you have the
wsdl. you can code generate your client stub
using WSDL2java tool. It presents you with a nice interface(like a function
call) without any soap message building.Refer some of these article  [1] 
userguide.


Can Axis2 inter-operate successfully with WCF based web services using the
 ServiceClient/OperationClient APIs?



yes, AFAIK . correct me somebody if i am wrong.


cheers,
Pradeep

[1] http://wso2.org/library/2873


Re: Axis2 - the client side suitability for dynamic invocation of web services

2009-02-26 Thread Pradeep Fernando
hi Avi,

I'll be much obliged if someone can tell me that whether Axis2 is suitable
 for one who *does not care about building web services* but only in *consuming
 them dynamically*


may be what you are looking for is Axis2 dynamic client, where you can give
the WSDL of the service as a argument during service client creation. Please
refer to the article given [1] for more details. There is a sub heading
called Creating Dynamic  client. .
Note that service client only supports WSDL1.1 at the moment.

hope this helps,
Pradeep.

[1]
http://today.java.net/pub/a/today/2006/12/13/invoking-web-services-using-apache-axis2.htmlby
Deepal jayasinghe.


Re: Axis2 Deploy in Exploded WAR

2009-02-18 Thread Pradeep Fernando
Hello Appasamy,

As i knw you cant deploy services as WAR s in axis2. Is it exploded archive
based deployment you are referring ?.
The tutorial given below may solve your problem.

http://www.ibm.com/developerworks/library/ws-axis2soap/index.html

cheers,
-- 
Pradeep Fernando.


Re: WSDL Specs

2009-02-09 Thread Pradeep Fernando
the following article from W3C , still it explains all the aspects of
WSDL2.0 using examples. i myself learned WSDL2.0 using this primer. hope
this is useful  :)

http://www.w3.org/TR/wsdl20-primer/