Re: Axis Clustering in OC4J Cluster

2010-01-13 Thread Afkham Azeez
g of those objects) in Axis2 cluster for stateless services? > > Thank You and Best Regards > > Sincerely > > Shailesh > > > From: Afkham Azeez > To: axis-user@ws.apache.org > Sent: Fri, January 8, 2010 12:30:00 AM > Subject: Re: Axis Clustering in OC4J Cluster

Re: [Axis2] Invoking Interdependent Web Services in a distributed system.

2010-01-08 Thread Afkham Azeez
On Fri, Jan 8, 2010 at 1:44 PM, Kanchana Welagedara wrote: > Hi Deepal > > Sorry for not being very clear in previous mail.Here it is clearly. > > 1. Is there is a away of grouping couple of WS  which serve each other in a > sever.xml which are deployed in two deterrent containers ? If that is a >

Re: Axis Clustering in OC4J Cluster

2010-01-07 Thread Afkham Azeez
ce if necessary. > > All helpful suggestions are highly appreciated.. > > Thank You and Best Regards > > > Sincerely > > > Shailesh > > -- Thanks Afkham Azeez Blog: http://afkham.org Developer Portal: http://www.wso2.org WSAS Blog: http://wso2wsas.blogspot.com Company: http://wso2.com GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760

Re: Axis2 AMIs?

2009-12-31 Thread Afkham Azeez
More info about WSAS: http://wso2.org/projects/wsas/java Azeez On Fri, Jan 1, 2010 at 12:49 AM, Afkham Azeez wrote: > We have create 32 & 64 bit WSAS AMIs. WSAS is basically Axis2 + Rampart + > Sandesha2 and a bunch of other stuff, so you have the full functionality of > Axis2

Re: Axis2 AMIs?

2009-12-31 Thread Afkham Azeez
rote: > Does anybody out there using EC2 know of any good AMIs with Axis2 > pre-installed and pre-configured? > > - gp > -- Thanks Afkham Azeez Blog: http://afkham.org Developer Portal: http://www.wso2.org WSAS Blog: http://wso2wsas.blogspot.com Company: http://wso2.com GPG Fin

Re: I would like to integrate Apache Axis2 with Apache OFBiz.

2009-11-28 Thread Afkham Azeez
t; Hi all... > I would like to integrate Apache Axis2 with Apache OFBiz. But I have a big > problem. > Because OFBiz need to send java.util.Map object as XML message but I can't > convert java.util.Map object to OMElement. > Please any one tell me about this solution. > --

Re: hot deployment and 'undeployment'

2009-02-14 Thread Afkham Azeez
xis2's service repository, does axis2 >> detect >> > that the service is gone, then update the list of services? If so, can >> > it >> >> be >> > considered "hot undeployment"? If so, then "hot >> update" can be done by hot >> > deployment plus hot undeployment with a predefined interval in axis2 >> config >> > >> > >> Thanks, >> > Ian >> > >> > >> > > > > -- > Keith Chapman > Senior Software Engineer > WSO2 Inc. > Oxygenating the Web Service Platform. > http://wso2.org/ > > blog: http://www.keith-chapman.org > > -- Thanks Afkham Azeez Blog: http://afkham.org Developer Portal: http://www.wso2.org WSAS Blog: http://wso2wsas.blogspot.com Company: http://wso2.com GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Does Axis2 support circular referencing of objects.

2009-01-18 Thread Afkham Azeez
Parent parent; > > } > > > > Will I be able to sent Parent object as an argument to a webservice and > return that object back. > > > > Regards > > Happy -- Thanks Afkham Azeez Blog: http://afkham.org Developer Portal: http://www.wso2.org WSAS Blog: http://wso2wsas.blogspot.com Company: http://wso2.com GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: [Axis2] DeploymentClassLoader

2009-01-18 Thread Afkham Azeez
entClassLoader does not work in child-first manner, > because it inherits loadClass() from Java's ClassLoader that works > parent-first. > > Am I right or do I miss something in my test code or in my thoughts? > > TIA > Detlef Meier > -- Thanks Afkham Azeez Blog: htt

Re: Axis2 client request to IIS 5.0 returns a 500 error.

2009-01-01 Thread Afkham Azeez
ns:aut="AuthenticationInfo"/> xmlns:aut="AuthenticationInfo"/> > > > xmlns:ns="urn:VOIP_SIP_Trouble_Ticket10">SIP0001 > > > My question is what's wrong with the first request (which fails with a 500 > from the server) compared to the sec

Re: OSGi and Web Services

2008-12-31 Thread Afkham Azeez
Hi all, > > what is the current state of OSGi and Web Services? I remember back in May > there were some emails flying around regarding this but I have not seen an > update > ever since. I will appreciate any more info on it. > > Thanks and good wishes for the New Year > > --

Re: How to use overloaded methods in a webservice

2008-12-26 Thread Afkham Azeez
dra > > > - > Thanks > Ravichandra > -- > View this message in context: > http://www.nabble.com/How-to-use-overloaded-methods-in-a-webservice-tp21156164p21156164.html > Sent from the Axis - User mailing list archive at Nabble.com. > > -- Thanks Afkham A

Re: thread safe axis2 client stub

2008-12-21 Thread Afkham Azeez
, Dec 22, 2008 at 12:12 AM, Afkham Azeez wrote: > No, you can use a single ConfigurationContext across thread. However, if > multiple thread are going to simultaneously going to change the same > properties in the Config ctx, you will need to handle the synchronization > yourself. This

Re: thread safe axis2 client stub

2008-12-21 Thread Afkham Azeez
to invoke a web service via a client stub generated by axis2. > > I want to have a single instance of the stub across my application. > > So when I initiate the stub (when I call the constructor), I don't like to > call it again throughout my application. > > Is it

Re: thread safe axis2 client stub

2008-12-21 Thread Afkham Azeez
gt; > > > From: Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] > > > Sent: 2008-12-08 15:13 > > > To: axis-user@ws.apache.org > > > Subject: Re: thread safe axis2 client stub > > > > > > > > > > > > yes > > > >

Re: [Axis2]Finding current tomcat Port from Axis2

2008-12-18 Thread Afkham Azeez
log: http://sanjiva.weerawarana.org/ > > > > > > -- > > Srinath Perera: > Indiana University, Bloomington > http://www.cs.indiana.edu/~hperera/<http://www.cs.indiana.edu/%7Ehperera/> > http://www.bloglines.com/blog/hemapani > -- Thanks Afkham Azeez Blog: http://afkham.org Developer Portal: http://www.wso2.org WSAS Blog: http://wso2wsas.blogspot.com Company: http://wso2.com GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: [Axis2]Finding current tomcat Port from Axis2

2008-12-18 Thread Afkham Azeez
> Srinath Perera wrote: > >> Hi Guys; > >> > >> Does that mean even though it worked for simple axis server, it does > >> not work on tomcat? > >> > >> Azeez, by any chance do you know a pointer to how to do it with > >> tomcat? e.g. lik

Re: [Axis2]Finding current tomcat Port from Axis2

2008-12-18 Thread Afkham Azeez
like JMX approach you mentioned. > > Thanks > Srinath > > > On Thu, Dec 18, 2008 at 10:23 AM, Afkham Azeez wrote: > > Rather, the servlet API does not support getting such information, but > > different App servers do provide ways of getting this information. > Howeve

Re: [Axis2]Finding current tomcat Port from Axis2

2008-12-18 Thread Afkham Azeez
>> > > >> > > > > > > > > > -- > > > Thank you! > > > > > > > > > http://blogs.deepal.org > > > http://deepal.org > > > > > > > > > > > > &

Re: [Axis2]Finding current tomcat Port from Axis2

2008-12-17 Thread Afkham Azeez
TRANSPORT_ADDR give what I want to find? > >> > >> Thanks very much > >> Srinath > >> > >> > > > > > > -- > > Thank you! > > > > > > http://blogs.deepal.org > > http://deepal.org > > > > > > > > -- > ===

Re: [Axis2]Finding current tomcat Port from Axis2

2008-12-17 Thread Afkham Azeez
t; Indiana University, Bloomington > http://www.cs.indiana.edu/~hperera/<http://www.cs.indiana.edu/%7Ehperera/> > http://www.bloglines.com/blog/hemapani > -- Thanks Afkham Azeez Blog: http://afkham.org Developer Portal: http://www.wso2.org WSAS Blog: http://wso2wsas.blogspot.com Compan

Re: [axis2] clustering support

2008-12-17 Thread Afkham Azeez
> > > > > > > > > > > Please confirm. > > Thanks. > > Tony Dean > SAS Institute Inc. > 919.531.67

Re: Problem related to ADB when transferring a byte array [== AXIS2-3538]

2008-12-02 Thread Afkham Azeez
drea Spinelli - IMTeam > e-mail: andrea dot spinelli at imteam dot it > phone: +39-035-636029 > fax: +39-035-638129 > www: http://www.imteam.it/ > IANA enterprise number: 1.3.6.1.4.1.30916 > > > ----- > To un

Re: [Axis2] in services.xml problem

2008-12-02 Thread Afkham Azeez
able to access those operations > from the Java client. > > > > Thanks > > Raghu > -- Thanks Afkham Azeez Blog: http://afkham.org Developer Portal: http://www.wso2.org WSAS Blog: http://wso2wsas.blogspot.com Company: http://wso2.com GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Axis2 Specify specific transport fails to work

2008-11-25 Thread Afkham Azeez
oth http and > https, but I get a 500 error when I go to either url: > > org.apache.axis2.AxisFault: Server does not have an epr for the wsdl > epr==>http://www.company.com/ecom/creditCardService > org.apache.axis2.description.AxisService.getLocationURI > (AxisService.java:1438)

Re: Build error in Axis2

2008-11-25 Thread Afkham Azeez
s.java:2051) > at > org.apache.maven.shared.filtering.DefaultMavenFileFilter.copyFile(DefaultMavenFileFilter.java:91) > ... 20 more > [INFO] > -------- > [INFO] Total time: 1 minute 47 seconds > [INFO] Finish

Re: Clustering and passive replication

2008-10-21 Thread Afkham Azeez
;> OASIS WS-RX TC Co-chair >> >> blog: http://pzf.fremantle.org >> [EMAIL PROTECTED] >> >> "Oxygenating the Web Service Platform", www.wso2.com >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > -- Thanks Afkham Azeez Blog: http://afkham.org Developer Portal: http://www.wso2.org WSAS Blog: http://wso2wsas.blogspot.com Company: http://wso2.com GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Including JAXWS annotated POJOs within AAR files

2008-09-12 Thread Afkham Azeez
Hi Folks, Is it possible to include JAXWS annotated POJOs within AAR files? My concern is, whether the JAXWS deployer get called when the AAR deployer notices that annotated services have been included in the AAR file. -- Thanks Afkham Azeez Blog: http://afkham.org Developer Portal: http

Re: Axis 1.3 integrated WebApp on WebSphere 5.1: DispatchPhase NoClassDefFound Exception

2008-08-21 Thread Afkham Azeez
> > com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56) >at > > com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:652) > at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:458) >at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:937) > > > Send instant messages to your online friends http://uk.messenger.yahoo.com > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://afkham.org http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: [Axis2] axis2 aar file gets deleted when restarting JBOSS

2008-08-20 Thread Afkham Azeez
odules you write. So, Axis2 runs as a Web services container, within the JBoss servlet container. Is this clear now? > > Elton > > Afkham Azeez wrote: > >> 1. Extract the axis2.war file >> e.g. /home/elton/axis-1.4/ >> >> 2. mkdir /home/elton/axis2-repo >

Re: [Axis2] axis2 aar file gets deleted when restarting JBOSS

2008-08-20 Thread Afkham Azeez
-1.4 On Wed, Aug 20, 2008 at 9:33 PM, Elton Kong <[EMAIL PROTECTED]> wrote: > Hi, thanks for the response but where is the axis2.repo? Is that something > I download and upload somewhere? I'm running this on an AIX server btw, > thanks! > > Afkham Azeez wrote: > >

Re: [Axis2] axis2 aar file gets deleted when restarting JBOSS

2008-08-20 Thread Afkham Azeez
; there after a restart. Any help would be appreciated, thanks! > > Elton > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://afkham.org http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: - Axis2 Users -

2008-08-02 Thread Afkham Azeez
This case study on One of the Largest Managed Care Organizations using this in production can be found at http://wso2.org/library/3324 Azeez On Sat, Aug 2, 2008 at 3:21 PM, Afkham Azeez <[EMAIL PROTECTED]> wrote: > Axis2 has been used in production deployments for a little over 2 year

Re: - Axis2 Users -

2008-08-02 Thread Afkham Azeez
use Axis2 in > Production? > > > > Thanks in advance for your help. > > > > Naga > > > -- Thanks Afkham Azeez http://afkham.org http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Decoding < & > symbols

2008-06-17 Thread Afkham Azeez
decode it in my SOAP Server?? > > *-- > Thanks & Regards > Sandeep Kumar K > Sr. Software Engineer > Geneva Software Technologies Limited, > # 82, Research Center II, I floor, EPIPA > Nallurhalli, Whitefield, Bangalore - 560066 > Mob : +91-9880193454* > > --

Re: modules and sessionid

2008-06-17 Thread Afkham Azeez
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://afkham.org http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Generating Axis2 descriptor files

2008-06-08 Thread Afkham Azeez
gt; generate the descriptor files? > > > > Thanks > > Sumit > -- Thanks Afkham Azeez http://afkham.org http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Webservice on SSL (HTTPS)

2008-05-31 Thread Afkham Azeez
are Engineer >> WSO2 Inc. >> Oxygenating the Web Service Platform. >> http://wso2.org/ >> >> blog: http://www.keith-chapman.org > > > > > -- > With Mettha, > Eran Chinthaka > > > Health is the greatest gift; contentment is the greatest wealth; trusting > is the best relationship; nirvana is the highest joy. - Dhammapada -- Thanks Afkham Azeez http://afkham.org http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: SOAP xml logging axis2

2008-05-27 Thread Afkham Azeez
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://afkham.org http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Axis2 cluster not working on Amazon EC2

2008-05-20 Thread Afkham Azeez
will this be available in Axis2? Any time soon? > > Jeff > > > On Wed, Apr 23, 2008 at 6:50 PM, Afkham Azeez <[EMAIL PROTECTED]> wrote: > >> Hi Jeff, >> Axis2 clustering does not work on EC2 at the moment. This is because the >> Group Membership Protocol (GMP) u

Re: Error in calling Webserivce from axis2.0 client

2008-05-14 Thread Afkham Azeez
> com.pfizer.maps.webservice.GetUserIDDomainForAS400UserSOAP12BindingStub.getUserIdDomain(GetUserIDDomainForAS400UserSOAP12BindingStub.java:163) > at > com.pfizer.maps.test.TestGetUserIdDomainFromAS400.(TestGetUserIdDomainFromAS400.java:16) > at > com.pfizer.maps.test.TestGetUserIdDomainFromAS400.main(TestGetUserIdDomainFromAS400.java:26) > > > > > -- Thanks Afkham Azeez http://afkham.org http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Axis2 cluster not working on Amazon EC2

2008-04-29 Thread Afkham Azeez
s <[EMAIL PROTECTED]> wrote: > Azeez: > When will this be available in Axis2? Any time soon? > > Jeff > > > On Wed, Apr 23, 2008 at 6:50 PM, Afkham Azeez <[EMAIL PROTECTED]> wrote: > >> Hi Jeff, >> Axis2 clustering does not work on EC2 at the moment. Th

Re: Axis2 cluster not working on Amazon EC2

2008-04-23 Thread Afkham Azeez
t to enable clustering? Any help is highly appreciated. > > Thanks in advance > Jeff > -- Thanks Afkham Azeez http://azeez78.blogspot.com http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Logging web service details

2008-03-03 Thread Afkham Azeez
--- > Meet people who discuss and share your passions. Join them > now.<http://in.rd.yahoo.com/tagline_groups_7/*http://in.promos.yahoo.com/groups> -- Thanks Afkham Azeez http://azeez78.blogspot.com http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: when WSDL is not static ..

2008-02-28 Thread Afkham Azeez
. The real problem Kanchana is going to have is how > to set the parameters into this code. In WSAS we do this with a human > :) In other words we dynamically generate a web page, and its up to > the human to look at the web page and decide what data goes in which > field. > > Paul &

Re: when WSDL is not static ..

2008-02-28 Thread Afkham Azeez
onses. > > Normally we would do this by generating java objects with JAXB that > > maps to the Schema. But we can't do the JAXB and compilation step, > > since the WSDL and Schema changes. > > Really appreciate if any one can shoot any ideas on this > > Thanks a lot &

Re: Is Axis for Me?

2008-02-11 Thread Afkham Azeez
create clients that use the web services? > Yes, definitely. This is a basic requirement of any Web services framework > 2. If the answer to question 1 is "yes" then which Axis2 download do I > use? > > The last stable release was Axis2 1.3 ( http://ws.apache.org/axis2/downloa

Re: clien side custom axis2.xml file

2008-02-05 Thread Afkham Azeez
> > > > -- > View this message in context: > http://www.nabble.com/clien-side-custom-axis2.xml-file-tp15289252p15289615.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://azeez78.blogspot.com http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Axis2 changes the content of my static WSDL

2008-02-05 Thread Afkham Azeez
> > true > > I dont understand why Axis changes my static WSDL instead of just > > delivering > > it as it is. > > > > Thanks a lot, > > Jan > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- Thanks Afkham Azeez http://azeez78.blogspot.com http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Axis 2 deployment as part of existing web application

2008-02-04 Thread Afkham Azeez
Hmm... Axis2 1.0 jars are pretty old(Close to 2 years now I think) and many bug fixes have gone into Axis2 since then. The latest stable release of Axis2 is 1.3. You can get the minimal set of jar files needed by following the instructions given here (http://wso2.org/blog/afkham-azeez/3081

Re: Log of request/response on transport level

2008-02-04 Thread Afkham Azeez
evel-tp15268442p15268442.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://azeez78.blogspot.com http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: web service development using Axis 2

2008-01-31 Thread Afkham Azeez
wsdltojava for generation of client-side & server-side code. > > > > Also, I want to know the list of MIN jar files required as the axis 2 > download comes with lot of jar files. > > > See http://wso2.org/blog/afkham-azeez/3081 to get a set of minimal jars > Thanks > >

Re: get current ConfigurationContext with embedded tomcat

2008-01-30 Thread Afkham Azeez
-- > Pt! Schon vom neuen GMX MultiMessenger gehört? > Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PR

Re: problem with dispatch phase

2008-01-29 Thread Afkham Azeez
> > > > > > > > > i don't know why the AxisServlet fail. :( > > if you have any idea ? (i use the jar axis-kernel-1.2) > > thanks in advance, > > Mat > -- Thanks Afkham Azeez http://azeez78.blogspot.com http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: LinkageError

2008-01-28 Thread Afkham Azeez
y for any errors or omissions in the contents of this message which > arise as a result of e-mail transmission. If verification is required, > please request a hard-copy version. > -- Thanks Afkham Azeez http://azeez78.blogspot.com http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: [axis2] NPE on OMElement.build

2008-01-27 Thread Afkham Azeez
ckLength > (payload); > ServiceSupport.spinLock(spinLockLenght); > > return ServiceSupport.getResult(Service1.class.getSimpleName > ()); > } > > > How's that possible? > > > Michele > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://azeez78.blogspot.com http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Split operations of a single service into multiple AAR files

2008-01-25 Thread Afkham Azeez
e this as two different > services with the same name instead of one service in two parts. > > > > Thanks for the help > > > > Ken > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addit

Re: axis2 [1.3] Influence the ADB generation

2008-01-24 Thread Afkham Azeez
> > Is there a possibillity to generate the ADBs implementing this interface? > > Thanks a lot. > > Greetings, > Thomas > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-ma

Re: Stop or Remove or Un-Registered Deployed Web Services Programmatically?

2008-01-24 Thread Afkham Azeez
Is that what deleteServiceGroup > does? > > Nadir K. Amra > > > "Afkham Azeez" <[EMAIL PROTECTED]> wrote on 01/24/2008 12:36:02 AM: > > > Here is how we've done this in WSAS. We've written Admin services > > called ServiceAdmin[1] & ServiceGr

Re: org.apache.axis2.AxisFault: Transport error: 302 Error: Object Moved

2008-01-24 Thread Afkham Azeez
Client.java:163) > > So whats wrong? Do Axis2 1.3 handle redirects? > Thanks! > > Regards Mirwais > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://azeez78.blogspot.com http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Stop or Remove or Un-Registered Deployed Web Services Programmatically?

2008-01-23 Thread Afkham Azeez
t; > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Axis2 Based Web Services Application Server, WSAS 2.2 released

2008-01-23 Thread Afkham Azeez
Hi Folks, We are happy to announce the release of WSO2 Web Services Application Server (WSAS) 2.2, the enterprise ready Web services engine powered by Apache Axis2. WSAS is a Java runtime for hosting services & runs standalone or in conjunction with Apache Tomcat, IBM WebSphere, BEA WebLogic, JBo

Re: How to list embedded Axis2 services?

2008-01-22 Thread Afkham Azeez
eption ex) { > // Make sure you log the exception, as it might be swallowed > //log.fatal("Initial axisConfig creation failed." + ex); > //throw new ExceptionInInitializerError(ex); } > } > } > > Thank you, > > Radu > > > *Afkham Azeez <[EMAIL PROTECTED]>* wrote

Re: [axis2] Concurrency issues

2008-01-22 Thread Afkham Azeez
very poor in performance. > > > regards > Morten > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: How to list embedded Axis2 services?

2008-01-22 Thread Afkham Azeez
Looking for last minute shopping deals? Find them fast with Yahoo! > Search.<http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping> > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: getCurrentMessageContext() returns null when invoked from an EJB?

2008-01-22 Thread Afkham Azeez
turns the > message context but when called *BUT* when invoking this method from > anEJBnull is returned > . > Does anyone know why the getCurrentMessageContext() returns null when > invoked from an EJB? > > > thanks > Adam > > > > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: getCurrentMessageContext() returns null when invoked from an EJB?

2008-01-21 Thread Afkham Azeez
; I have tried this in a test pojo service which correctly returns the > message context but when called *BUT* when invoking this method from > anEJBnull is returned > . > > > > Does anyone know why the getCurrentMessageContext() returns null when > invoked from an

Re: getCurrentMessageContext() returns null when invoked from an EJB?

2008-01-21 Thread Afkham Azeez
ch correctly returns the > message context but when called *BUT* when invoking this method from > anEJBnull is returned > . > > > > Does anyone know why the getCurrentMessageContext() returns null when > invoked from an EJB? > > > > thanks > > Adam >

Re: Axis fault error.

2008-01-19 Thread Afkham Azeez
r.java:62) > > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206) > > at org.apache.axis.client.Call.invokeEngine(Call.java:2765) > > at org.apache.axis.client.Call.invoke(Call.java:2748) > > at org.apache.axis.client.Call.invoke(Call.java:2424) > > at org.apache.axis.client.Call.invoke(Call.java:2347) > > at org.apache.axis.client.Call.invoke(Call.java:1804) > > at > > com.adi.npi.savvion.wsclient.infodepot_eim.EmployeeInformationModuleSo > > apStub.getEmailAddress(EmployeeInformationModuleSoapStub.java:282) > > at > > com.adi.npi.savvion.wsclient.infodepot_eim.EIMClient.getDataTypeNTID(E > > IMClient.java:138) > > at > > com.adi.npi.savvion.wsclient.infodepot_eim.EIMClient.getFabEngineering > > MgrNTID(EIMClient.java:461) > > at > > com.adi.npi.savvion.wsclient.infodepot_eim.EIMClient.main(EIMClient.ja > > va:611) > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Does client need repository?

2008-01-19 Thread Afkham Azeez
ceClient.engageModule( > ServiceClient.java:339) > at org.apache.axis2.client.ServiceClient.engageModule ( > ServiceClient.java:324) > > > I'd appreciate your help. > > Joe > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: HowTo: setup basic web-app with axis2 via maven2

2008-01-19 Thread Afkham Azeez
This may help (http://wso2.org/blog/afkham-azeez/3081). You have to slightly modify this pom.xml to create an AAR. HTH Azeez On Jan 7, 2008 7:27 PM, <[EMAIL PROTECTED]> wrote: > Hello Axis2-users, > > is there anyone out there using maven2 to build a webservice-war based on

Re: [Axis2] Maven2 and Module Name / Version

2008-01-19 Thread Afkham Azeez
t; hereby notified that you have received this communication in error and that > any review, disclosure, dissemination, distribution or copying of it, or its > contents, is strictly prohibited. If you think that you have received this > message in error please notify the sender and destroy all copi

Re: axis2 and jboss

2008-01-19 Thread Afkham Azeez
y > > it now. > > < > http://us.rd.yahoo.com/evt=51731/*http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ > > > > > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: How to acquire necessary Axis2-jars via Maven2

2008-01-19 Thread Afkham Azeez
Hi Thomas, Please see http://wso2.org/blog/afkham-azeez/3081 Azeez On Jan 4, 2008 7:50 PM, <[EMAIL PROTECTED]> wrote: > > Hello Axis-users, > > i assume, this is an easy one for you: > > I want to setup a basic Maven2-based Axis2 project from scratch. The core >

Re: Does wsdl2java delete toString method?

2008-01-19 Thread Afkham Azeez
s in advance for your help! > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Mininal set of maven dependencies

2008-01-19 Thread Afkham Azeez
You can find a po.xml that contains the minimal set of jars here http://wso2.org/blog/afkham-azeez/3081 Azeez On Jan 19, 2008 9:28 PM, Afkham Azeez <[EMAIL PROTECTED]> wrote: > This is a FAQ by several users. What we can do is write a Maven2 pom.xmlwhich > will have dependenci

Re: Mininal set of maven dependencies

2008-01-19 Thread Afkham Azeez
gt; ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Question on JDK1.6 with Axis2

2008-01-19 Thread Afkham Azeez
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: Axis 1.2.1 and Weblogic 10

2008-01-19 Thread Afkham Azeez
> > > > > > > > > > > > > > > > > > > http://xml.apache.org/axis/wsdd/ > > > > > > > Here is the last part: > > > > > > > > > > > > > > > > > > > > Any ideas? > > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: [Axis2][VOTE]Axis2 1.3 release artifacts (#take3)

2007-08-11 Thread Afkham Azeez
nigmail.mozdev.org > > iD8DBQFGvFhvjOGcXNDx0CARAh+4AJ49M1d86/v39C6Z0WnMcxsK5RgF3QCdGD8d > 43gXJ+tvuyHhc/nI1t1u1fw= > =sqos > -END PGP SIGNATURE- > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760

Re: WebServices Over SSL

2007-06-03 Thread Afkham Azeez
this must already have been done by many but I am not sure about the location of LATEST GUIDES/RESOURCES on this. Can any body please point me to guide about consuming webservices over SSL. Thanks Snehil -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2

Re: Can i have two InFlow phases?

2007-05-29 Thread Afkham Azeez
On 5/29/07, Afkham Azeez <[EMAIL PROTECTED]> wrote: You need to do two things: 1. Enable HTTPS transport in axis2 Add the following segment: HTTP/1.1 chunked The above segment has to be added to you axis2.xml file. 2. If necessary, enable HTTPS transp

Re: Can i have two InFlow phases?

2007-05-29 Thread Afkham Azeez
ery much in advance. *Hailong Wang* National Database for Autism Research(NDAR) NIH/CIT/DECA (MOM CONTRACTOR) 9000 Rockville Pike, Bld 12A/Room 2027 Bethesda, MD 20892 Phone: 301-402-3045 Fax: 301-480-0028 Email: [EMAIL PROTECTED] URL: http://ndar.nih.gov -- Thanks Afkham

Re: [Axis2] Hibernate with axis2

2006-07-19 Thread Afkham Azeez
s' for youк help. But, unfortunately, I have to use JBOSS application server. And simply to drop hibernate.jar in axis2/WEB-INF/lib folder is not work. Does anybody know how I should do in this case? Best regards, Smirnova Natalya. MERA NN /EMA/custom software -- Thanks Afkham Azeez