unsubscribe

2011-03-03 Thread Tushar Y Parate
- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org

[jira] Commented: (RAMPART-324) Caused by: org.apache.ws.security.WSSecurityException: General security error (WSEncryptBody/WSSignE nvelope: Element to encrypt/sign not found: {http://ws.apache.org/a

2011-03-03 Thread Abhinav Mishra (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001938#comment-13001938 ] Abhinav Mishra commented on RAMPART-324: Hi Thilina, Should i use EncryptedEleme

[jira] Created: (AXIS2-4971) How to get array of object using RPCServiceClient

2011-03-03 Thread Asit Jaiswal (JIRA)
How to get array of object using RPCServiceClient - Key: AXIS2-4971 URL: https://issues.apache.org/jira/browse/AXIS2-4971 Project: Axis2 Issue Type: Bug Reporter: Asit Jaiswal Hi,

[jira] Commented: (RAMPART-324) Caused by: org.apache.ws.security.WSSecurityException: General security error (WSEncryptBody/WSSignE nvelope: Element to encrypt/sign not found: {http://ws.apache.org/a

2011-03-03 Thread Thilina Buddhika (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001966#comment-13001966 ] Thilina Buddhika commented on RAMPART-324: -- This works fine when the client poli

[jira] Commented: (RAMPART-324) Caused by: org.apache.ws.security.WSSecurityException: General security error (WSEncryptBody/WSSignE nvelope: Element to encrypt/sign not found: {http://ws.apache.org/a

2011-03-03 Thread Abhinav Mishra (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001995#comment-13001995 ] Abhinav Mishra commented on RAMPART-324: Hi Thilina, Thank you for your reply. M

[jira] Created: (RAMPART-328) In single service policy if I use two asymmetric binding two apply encryption algorithm for each parameter of a method like multiply multiply(int a, int b) then only sing

2011-03-03 Thread Abhinav Mishra (JIRA)
In single service policy if I use two asymmetric binding two apply encryption algorithm for each parameter of a method like multiply multiply(int a, int b) then only single algorithm is applied . -

[jira] Updated: (RAMPART-328) In single service policy if I use two asymmetric binding two apply encryption algorithm for each parameter of a method like multiply multiply(int a, int b) then only sing

2011-03-03 Thread Abhinav Mishra (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhinav Mishra updated RAMPART-328: --- Attachment: Client.java RequestResponseLog.txt PWCBHandler.ja

Looking for help

2011-03-03 Thread Steven Fram
Hi -- We are looking for some quick help from someone who knows Axis2 well -- and am happy to offer a consulting rate to anyone on the core team who could help us debug. The short of the problem is: -> We are presenting a SOAP interface to a partner who uses Axis2, but we have no in-house e

RE: Looking for help

2011-03-03 Thread Martin Gainty
the first step to remedy the situation would be to display: 1)wsdl 2)and any accompanying xsds e.g. http://wsgen.sample.jaxws.axis2.apache.org"; schemaLocation="WSGenService_schema1.xsd"/> which version axis will you be implementing on? also please include webapps/axis2/WEB-INF

Re: axis2/java service client set operation

2011-03-03 Thread Gordon Brown
Martin, You example is exactly what I used with axis/java 1.4. But now I am using AXIS2/Java, and AXIS2/Java doesn't seem to have these APIs any more. Thanks! Gordon  From: Martin Gainty To: java-dev@axis.apache.org; java-u...@axis.apache.org Sent: Wed, Marc

[jira] Created: (AXIS-2841) ADBXMLStreamReaderTest.java has faulty test for testComplexObjectArrayScenarioWithNulls

2011-03-03 Thread Martin Gainty (JIRA)
ADBXMLStreamReaderTest.java has faulty test for testComplexObjectArrayScenarioWithNulls --- Key: AXIS-2841 URL: https://issues.apache.org/jira/browse/AXIS-2841 Projec

[jira] Assigned: (AXIS2-4970) SOAPElement.addTextNode allows entering invalid XML character

2011-03-03 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen reassigned AXIS2-4970: -- Assignee: Andreas Veithen > SOAPElement.addTextNode allows entering invalid XML charact

[jira] Resolved: (AXIS2-4970) SOAPElement.addTextNode allows entering invalid XML character

2011-03-03 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen resolved AXIS2-4970. Resolution: Won't Fix That method is an implementation of the SAAJ API. The specification o

[jira] Commented: (AXIS2-4970) SOAPElement.addTextNode allows entering invalid XML character

2011-03-03 Thread Soichi Hayashi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002287#comment-13002287 ] Soichi Hayashi commented on AXIS2-4970: --- OK sure.. then can you make sure that when

[jira] Commented: (AXIS2-4970) SOAPElement.addTextNode allows entering invalid XML character

2011-03-03 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002298#comment-13002298 ] Andreas Veithen commented on AXIS2-4970: That depends on the underlying StAX imple

RE: axis2/java service client set operation

2011-03-03 Thread Martin Gainty
you can assign the serviceName attribute when annotating your service with import javax.jws.WebService; @WebService(serviceName = "EchoMessageService", portName = "EchoMessagePort", targetNamespace = "http://nonanonymous.complextype.test.org";, wsdlLocation = "test-resources/wsdl/EchoMessageSe