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-tabpanelfocusedCommentId=13001938#comment-13001938 ] Abhinav Mishra commented on RAMPART-324: Hi Thilina, Should i use

[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-tabpanelfocusedCommentId=13001995#comment-13001995 ] Abhinav Mishra commented on RAMPART-324: Hi Thilina, Thank you for your reply.

[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

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

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. xsd:schema xsd:import namespace=http://wsgen.sample.jaxws.axis2.apache.org; schemaLocation=WSGenService_schema1.xsd/ /xsd:schema which version axis will you be implementing on?

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 mgai...@hotmail.com To: java-dev@axis.apache.org;

[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

[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

[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

[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-tabpanelfocusedCommentId=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-tabpanelfocusedCommentId=13002298#comment-13002298 ] Andreas Veithen commented on AXIS2-4970: That depends on the underlying StAX

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 =