Re: running axis server standalone

2010-03-10 Thread Sagara Gunathunga
Hi Dave, As mentioned wsf/spring provides clear idea about how to configure/ initialize Axis2 using Spring ApplicationContext. If you intent to use spring namespace handlers within the ApplicationContext take a look at [1][2] , this is not yet released but you can refer the source codes. [1]

Re: Axis 1.5.1 Issues

2010-03-10 Thread Nan Null
Hi, Please see comment below for #5 >> 5) The Java2WSDL flag "-p2n" doesn't work. This is the Java >> executable, not the ant task. However, the ant task does work (using >> the mapping sub tag). Basically, running te Java2WSDL as an application, passing the parameter -p2n with the mapping of

Re: running axis server standalone

2010-03-10 Thread Amila Suriarachchi
On Thu, Mar 11, 2010 at 3:27 AM, David Durham wrote: > On Wed, Mar 10, 2010 at 3:56 PM, David Durham > wrote: > > I should also add that I do not intend to have an axis2.xml file > > anywhere. I want to have complete control over the initialization of > > my axis environment programatically.

Re: running axis server standalone

2010-03-10 Thread David Durham
On Wed, Mar 10, 2010 at 3:56 PM, David Durham wrote: > I should also add that I do not intend to have an axis2.xml file > anywhere.  I want to have complete control over the initialization of > my axis environment programatically.    These seems to be more > difficult than it should be. Grr.. *

Re: running axis server standalone

2010-03-10 Thread David Durham
I should also add that I do not intend to have an axis2.xml file anywhere. I want to have complete control over the initialization of my axis environment programatically.These seems to be more difficult than it should be. Thanks, Dave On Wed, Mar 10, 2010 at 3:39 PM, David Durham wrote: > S

running axis server standalone

2010-03-10 Thread David Durham
So I'm doing something unusual, I have a spring namespace handler so that I end up with a spring config like this: Where is my magic where I end up with requests routed to a Handler. Now, my handler logic looks basically like this: if (requestURL.endsWith(".wsdl") { // serve up th

Prevent/Hide aysnc methods

2010-03-10 Thread Charles Galpin
Hi there I am not sure how they are exposed since I don't see them listed on the services page nor the WSDL generated (using code first method) but a .NET user is seeing the methodNameAsync versions of the methodName methods in a service. In services.xml the only messageReceivers I have listed

Re: COntract First web service, issue in Axis2 xmlbeans binding

2010-03-10 Thread Babul
I had to change the following in xsd: to and it worked I think we should organize the xsd properly. Babul wrote: > > Hi, > > I tried creating a webserv

Re: ideas using MTOM or SWA for the following

2010-03-10 Thread Amila Suriarachchi
On Wed, Mar 10, 2010 at 3:30 PM, Karthik Nanjangude < karthik.nanjang...@xius-bcgi.com> wrote: > Hi > > > > Any body has any ideas using MTOM or SWA for the following > > > > > > “ Upload of Objects ( txt , img , xls , …. ) From RPC Client to AXIS2 > serve hosted on web application “ > > > > I

Re: Where to find these JAR'

2010-03-10 Thread Amila Suriarachchi
On Wed, Mar 10, 2010 at 6:07 PM, Karthik Nanjangude < karthik.nanjang...@xius-bcgi.com> wrote: > > > Hi > > > > Where to find these JAR’ > > > > mport org.apache.ws.axis2.mtomsample.AttachmentResponse; > import org.apache.ws.axis2.mtomsample.AttachmentType; > import org.w3.www._2005._05.xmlmime.Ba

any alternative for Rampart

2010-03-10 Thread TomazM
Is there any alternative for Rampart, because this module is behaving were strange, and it doesn't have any logging, stack trace or level of logging. So if something go wrong we get just message: Error in extracting message properties which is part of Rampart class RampartMessageData.java In

Where to find these JAR'

2010-03-10 Thread Karthik Nanjangude
Hi Where to find these JAR' mport org.apache.ws.axis2.mtomsample.AttachmentResponse; import org.apache.ws.axis2.mtomsample.AttachmentType; import org.w3.www._2005._05.xmlmime.Base64Binary; The same is not found in AXIS.1.5.1 dwnload. with regards jkarthik

Re: Error in extracting message properties

2010-03-10 Thread TomazM
TomazM wrote: > Is there any way to debug what this error mean, because in Stub I can only > see that _operationClient.execute(true); > fail. > > Env: > - axis2.1.5 > - jibx 1.2.2 > - rampart 1.3(InflowSecurity) > > > Regards, Tomaz <> --

Error in extracting message properties

2010-03-10 Thread TomazM
Is there any way to debug what this error mean, because in Stub I can only see that _operationClient.execute(true); fail. Env: - axis2.1.5 - jibx 1.2.2 - rampart 1.3(InflowSecurity) Regards, Tomaz <> - To unsubscribe, e-mai

ideas using MTOM or SWA for the following

2010-03-10 Thread Karthik Nanjangude
Hi Any body has any ideas using MTOM or SWA for the following " Upload of Objects ( txt , img , xls , ) From RPC Client to AXIS2 serve hosted on web application " I checked the axis215 / examples / mtom and could not get an idea on How to achieve the same. With regards karthik