[jira] [Commented] (AXIS2-5129) Issues in yahoojsonsearch and yahoorestsearch samples

2011-12-12 Thread Sagara Gunathunga (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13167427#comment-13167427 ] Sagara Gunathunga commented on AXIS2-5129: --- It seems http://boss.yahooapis.com/

[jira] [Resolved] (AXIS2-5207) JSON formatted content gives an error if there is a line break ('\n') or tab space ('\t') or carriage return ('\r') after the first curly bracket

2011-12-12 Thread Sagara Gunathunga (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sagara Gunathunga resolved AXIS2-5207. --- Resolution: Fixed > JSON formatted content gives an error if there is a line brea

[jira] [Commented] (AXIS2-5207) JSON formatted content gives an error if there is a line break ('\n') or tab space ('\t') or carriage return ('\r') after the first curly bracket

2011-12-12 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13167441#comment-13167441 ] Hudson commented on AXIS2-5207: --- Integrated in Axis2 #1174 (See [https://builds.apache.org/j

[jira] [Created] (AXIS2-5211) Add getSimpleTypeObject(Class parameter, String text) method to org.apache.axis2.databinding.typemapping.SimpleTypeMapper

2011-12-12 Thread Sadeep Jayasumana (Created) (JIRA)
Add getSimpleTypeObject(Class parameter, String text) method to org.apache.axis2.databinding.typemapping.SimpleTypeMapper - Key: AXIS2-5211 URL

[jira] [Created] (AXIS2-5212) Add getSimpleTypeObject(Class parameter, String text) method to org.apache.axis2.databinding.typemapping.SimpleTypeMapper

2011-12-12 Thread Sadeep Jayasumana (Created) (JIRA)
Add getSimpleTypeObject(Class parameter, String text) method to org.apache.axis2.databinding.typemapping.SimpleTypeMapper - Key: AXIS2-5212 URL

[jira] [Updated] (AXIS2-5212) Add getSimpleTypeObject(Class parameter, String text) method to org.apache.axis2.databinding.typemapping.SimpleTypeMapper

2011-12-12 Thread Sadeep Jayasumana (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sadeep Jayasumana updated AXIS2-5212: - Attachment: AXIS2-5212.patch Attaching a patch. Please review and commit.

[jira] [Commented] (AXIS2-5212) Add getSimpleTypeObject(Class parameter, String text) method to org.apache.axis2.databinding.typemapping.SimpleTypeMapper

2011-12-12 Thread Sadeep Jayasumana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13167460#comment-13167460 ] Sadeep Jayasumana commented on AXIS2-5212: -- I have run all Axis2 tests with this

[jira] [Commented] (AXIS2-4599) can not find type {http://schemas.xmlsoap.org/soap/encoding/}Array from the parent schema

2011-12-12 Thread Daniel Serodio (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13167519#comment-13167519 ] Daniel Serodio commented on AXIS2-4599: --- Axis should give a more meaningful error me

Re: [Axis2] [Rampart] How to check exactly what key is used to check signature

2011-12-12 Thread Prabath Siriwardena
You can get it from the following code... X509Certificate cert = (X509Certificate) msgContext.getProperty("X509Certificate"); Thanks & regards,-Prabath On Tue, Dec 6, 2011 at 10:02 PM, Tor-Erik Steinsland wrote: > Hello, > > I have developed a web service which uses signature for authentication an