Logging with WSS4j

2009-01-04 Thread Andre
Hello , I'm using Tomcat6 + Axis 1+wss4j. I have to modify something in wss4j's source code but I can't test its results...but I couldn't enable logging with log4j.. How should I do that??? I could be able to do log with log4j for axis..using the following properties file , placed in folder

Re: How to Work with JSON in Axis

2009-01-04 Thread Jan Freitag
Hi, Thank you for the link, but I've seen this site before and it helped me really, but not as much as i hoped ;) I just don't know how to work with a JSON Request in a Axis2 Web Service. How can I for example use the information, which is in this example JSON Request. { version:

Re: Unsubscribe

2009-01-04 Thread Andreas Veithen
You need to send a mail to axis-user-unsubscr...@ws.apache.org. On Sun, Jan 4, 2009 at 05:33, Harikrishna Imadabattina harikrishna.imadabatt...@techendeavour.com wrote: HI I want to unsubscribe from this group. Please let me know the way Thanks Harikrishna

ThreadPooling a webservice on weblogic

2009-01-04 Thread Ateeq Mirza
Hi, The webservice I've being working on is very CPU Intensive, And more often than not its running for over an hour. That's why I choose 'fireAndforget' MEP . But I want to add the following restriction. 1) Webservice must serve only one request at any point in time, and put the others in

Rampart Problem With wrong headers axis2.1.3

2009-01-04 Thread Hamidreza sahlolbey
Hi; I 've developed a webservice using axis2 and enable a username/password authentication using rampart.Everything is ok when I use a java client to call the service but the problem occures when I use PHP as client the php client could pass my authentication with an invalid username/password

Axis2 Data Types And Values

2009-01-04 Thread ibrahim demir
Hi All; I am using Axis2 and generating my client code using Axis2 Eclipse Codegen Wizard for resuming .NET web services. Everthing works fine except one thing. Some of the fields of the objects gets default values in my request. For example I have an Customer object and it has got an

Re: Error getting attachments from SOAPMessage

2009-01-04 Thread Andreas Veithen
Chinmoy, I've started to write some unit tests that compare the behavior of createMessage in Axis2's SAAJ implementation (including your proposed changes) with Sun's reference implementation. One issue I see is related to the way the contentId property is set on SOAPPart and AttachmentPart. The

Re: Axis2 Data Types And Values

2009-01-04 Thread Amila Suriarachchi
On Sun, Jan 4, 2009 at 6:31 PM, ibrahim demir ibrahimdem...@yahoo.comwrote: Hi All; I am using Axis2 and generating my client code using Axis2 Eclipse Codegen Wizard for resuming .NET web services. Everthing works fine except one thing. Some of the fields of the objects gets default values

Re: wsdl2java no setters in ADBBean

2009-01-04 Thread Amila Suriarachchi
On Sun, Jan 4, 2009 at 12:07 PM, rogerhb ro...@niederland.com wrote: Generating java classes using wsdl2java (as ADBBeans) (Axis2 version 1.4.1) on WSDL containing the following information: xs:complexType name=PaymentAmount xs:simpleContent xs:extension base=tns:Amount/

Re: wsdl2java no setters in ADBBean

2009-01-04 Thread rogerhb
Thanks for the response I generated a Jira ticket (AXIS2-4193). -- View this message in context: http://www.nabble.com/wsdl2java-no-setters-in-ADBBean-tp21273457p21286046.html Sent from the Axis - User mailing list archive at Nabble.com.

Re: Axis2 Data Types And Values

2009-01-04 Thread ibrahim demir
Hi; Below is the related part. Even I do not set anything for the Customerid ,it is set to 0 somewhere inside Axis2. But 0 is diffrent than empty for my query. Yours. s:complexType name=Customer s:complexContent mixed=false s:extension base=tns:MakerCheckerEntityBase