Re: Segmentation fault when calling webservice

2007-06-17 Thread Samisa Abeysinghe
Dr. Florian Steinborn wrote: Hi there, just a hint... Yesterday I again hit the error that the server crashes with a segfault. But it was my problem: I misspelled the getter-function inside the lib of my webservice. As it is dynamically linked the linker will not recognize the problem during

Re-generating code for only one xsd

2007-06-17 Thread Spike Mulligan
I'm working with Axis2(ADB) to generate server code for a WSDL with includes to multiple schema files. Particular files undergo regular extensions and changes while others are much more stable. My question is that when a change occurs to a particular file am I able to regenerate only the code

Ignore newly added fields to remain compatible

2007-06-17 Thread Mirco Jeske
Hi group, I am dealing with a couple of web services facing a problem with newly added fields. One wsdl changed as there was added an additional field. Unfortunately I cannot rebuild my stubs due to heavy release problems. Therefore I would like to configure axis to just ignore this new field.

Re: Re-generating code for only one xsd

2007-06-17 Thread Davanum Srinivas
You can run org.apache.axis2.schema.XSD2Java to generate code from a single xsd thanks, dims On 6/17/07, Spike Mulligan [EMAIL PROTECTED] wrote: I'm working with Axis2(ADB) to generate server code for a WSDL with includes to multiple schema files. Particular files undergo regular extensions

Deploying problem - what am i missing?

2007-06-17 Thread omega-psi
Hey there! After getting myself some good literature about Axis2 and having some ideas in mind, i started to code. I tried to implement my first services. But something doesnt work, and i ran pretty much out of ideas. I have axis2-1.2 saved @ C:\axis2-1.2\ so my environment varibale AXIS2_HOME

Re: Deploying problem - what am i missing?

2007-06-17 Thread Martin Gainty
dont know if the SampleService.java file is missing altogether or SampleService.java not compiled .. lets assuming you are using SampleService is a pojo (a Plain Old Java Object) I dont know without looking at the WSDL but we'll assume its POJO cd %AXIS+HOME%\samples\pojo ant -verbose the end

Re: [AXIS2] Importing a external schema in WSDL

2007-06-17 Thread dharmendra3
Iam trying to deploy it in weblogic. It gives me the same error saying that xsd0.xsd not found under domain root. is it because of weblogic. do i have to make any changes to my classpath. Iam using the latest release axis2-1.2 mgainty wrote: I agree with Ajith-- so in this situation

Rampart 1.2 Configuration

2007-06-17 Thread Anthony Bull
Hi, can anyone point me to some examples of the newer style Rampart configuration? The example links on the Rampart homepage are broken, and the Rampart 1.2 samples/examples in the distro are all for the former Rampart 1.0 configuration setup (which I already have working). cheers, Anthony.

Re: Rampart 1.2 Configuration

2007-06-17 Thread Ruchith Fernando
Hi Anthony, Rampart-1.2 uses the same WS-Policy and WS-SecurityPolicy based config that we introduced in RAmpart-1.1 Please look at the samples/policy dir in the rampart-bin distro. Thanks, Ruchith On 6/18/07, Anthony Bull [EMAIL PROTECTED] wrote: Hi, can anyone point me to some examples of

Help : POJO service operations overriding..

2007-06-17 Thread Ajay Kumar Gour
Hi All, I have a POJO service developed in Axis2-1.1.1. Currently its exposing all the methods defined in Web Service class as web service methods. But i want to restrict it to few methods only. service name=MyWebService scope=request description My Test WebService

Re: WS-Security - UsernameToken doesnt work, is this a Rampart BUG?

2007-06-17 Thread Ruchith Fernando
My guess is there's some missing config. Remember just engaging rampart is not sufficient! One MUST provide the policy/configuration for Rampart to enforce. Thanks, Ruchith On 6/16/07, Glen Mazza [EMAIL PROTECTED] wrote: That would appear, indeed, to be an alarmingly big security hole. We are

Re: Problem deploying Rahas

2007-06-17 Thread Ruchith Fernando
Hi, Seems like you are missing the wss4j jar in the classpath. Please include all jars in the lib dir of the rampart-distro in the classpath in addition to the jars in the axis2 bin distro. Thanks, Ruchith On 6/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I would like to use

Re: WS-Security - UsernameToken doesnt work, is this a Rampart BUG?

2007-06-17 Thread Ruchith Fernando
Hi, Can you please post the rampart configuration of the service? (policy and services.xml) Thanks, Ruchith On 6/16/07, Eduardo Muller [EMAIL PROTECTED] wrote: With this configuration (see http://www-usr.inf.ufsm.br/~muller/rampart.jpg ), where the tag UsernameToken is replaced with

Re: Deploying problem - what am i missing?

2007-06-17 Thread omega-psi
I tried the pojo-sample and it works... i'll give it another round... mgainty wrote: dont know if the SampleService.java file is missing altogether or SampleService.java not compiled .. lets assuming you are using SampleService is a pojo (a Plain Old Java Object) I dont know without

Re: Help : POJO service operations overriding..

2007-06-17 Thread Deepal Jayasinghe
Hi Ajay [1] might me helpful. [1] : http://wso2.org/library/232 Thanks Deepal Hi All, I have a POJO service developed in Axis2-1.1.1. Currently its exposing all the methods defined in Web Service class as web service methods. But i want to restrict it to few methods only. service

Re: Help : POJO service operations overriding..

2007-06-17 Thread Ajay Kumar Gour
Hi Deepal, Thanks a ton, it worked. -Ajay On Mon, 18 Jun 2007 00:52:28 -0400, Deepal Jayasinghe [EMAIL PROTECTED] wrote: http://wso2.org/library/232 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,