General question about enryption and Axis2 configuration

2007-09-20 Thread omega-psi
I use Axis2 1.3 and Rampart 1.3 for WSS. Both works fine. I have a lil question though. I need to store the encrypted data and later send it back to the service which encrypted it to get the decrypted xml to modify it. Perhaps this szenario describes it: i have several ratings sent to from one

Re: Problem with BeanUtil.deserialize()

2007-09-10 Thread omega-psi
Actually yes. I used the WSDL2Java tool to convert my via .xsd defined datatypes into Java classes... any ideas? Best regards Deepal Jayasinghe-2 wrote: do you have getter and setter methods for each properties ? Thanks Deepal This is a part of my project: A dataype i have defined

Re: Problems with XMLBeans: Problem with invoking a service.

2007-09-10 Thread omega-psi
I would do so, but i guess don't really know what it means to file a JIRA. Any info would be appreciated. Anne Thomas Manes wrote: Please file a JIRA. Axis2 should be able to support any valid schema, even if it uses unqualified local elements. Anne On 9/9/07, omega-psi [EMAIL

Problems with XMLBeans: Problem with invoking a service.

2007-09-09 Thread omega-psi
Hello, i want to use XMLBeans as databinding. I wrote a wsdl and a xsd: http://www.nabble.com/file/p12577488/RateableServices.xsd RateableServices.xsd and http://www.nabble.com/file/p12577488/RateableService.wsdl RateableService.wsdl I created the stub and the datatypes via WSDL2Java:

Need some informations about Web service security

2007-09-09 Thread omega-psi
I need to use Web service security with my current project. I use XMLBeans for Databinding, which now works fine. I need to serialize the Payload and deserialize tha data later. The Payload needs a signature and later on, i need to encrypt a serialzed XMLBean and later deserialize it. Does

Problem with BeanUtil.deserialize()

2007-09-07 Thread omega-psi
This is a part of my project: A dataype i have defined in a .xsd File complexType name=Rating sequence element name=userId type=string/element element name=customerId type=string/element element name=timestamp type=dateTime/element element name=rating

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 omega-psi
and destroy the original message without making a copy. Thank you. - Original Message - From: omega-psi [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Sunday, June 17, 2007 1:30 PM Subject: Deploying problem - what am i missing? Hey there! After getting myself some good

Saving files on the server

2007-06-13 Thread omega-psi
Hey everybody. I'm pretty new to Axis2 and allthough i read a lot i have a perhaps trivial question, perhaps i'm not very used to programming server-side code. I just like to know if i can use the Java io-classes to write files on the server or if i have to use MTOM to write the files. Best

Re: Saving files on the server

2007-06-13 Thread omega-psi
, den 13.06.2007, 22:14 -0700 schrieb omega-psi: Hey everybody. I'm pretty new to Axis2 and allthough i read a lot i have a perhaps trivial question, perhaps i'm not very used to programming server-side code. I just like to know if i can use the Java io-classes to write files on the server