[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-02 Thread Abhinav Mishra (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001849#comment-13001849 ] Abhinav Mishra commented on RAMPART-324: Hi Thilina, Thanks for reply. Here I am

RE: axis2/java service client set operation

2011-03-02 Thread Martin Gainty
try this .. String port = ""; //port the TCP mon listens String SOAPAction = "Service"; //service name String endpoint = "http://127.0.0.1:"; + port + "/service/servlet/AxisServlet"; //create the service Service service = new Service(); //create the call for

axis2/java service client set operation

2011-03-02 Thread Gordon Brown
Hi All, I am using axis2/java to build a web service client component. I have a question. Is there a way to set the operation name in the web service client? Using axis/j, I can do something like this:     org.apache.axis.client.Service soapService = new org.apache.axis.client.Service();

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

2011-03-02 Thread Soichi Hayashi (JIRA)
SOAPElement.addTextNode allows entering invalid XML character - Key: AXIS2-4970 URL: https://issues.apache.org/jira/browse/AXIS2-4970 Project: Axis2 Issue Type: Wish Rep

[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-02 Thread Thilina Buddhika (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001494#comment-13001494 ] Thilina Buddhika commented on RAMPART-324: -- Hi Abhinav, Can you please attach a

RE: Can the Apache Axis2 work without the Bouncy Castle Provider?

2011-03-02 Thread Jeff J Li
Thank you for the quick response. Just going through the google search and your link, It seems that Crypto-J is not an interface definition/standard. It is a particular product from RSA. So my understanding is that there is no other Crypto-J provider except the one from RSA? What standards t

[jira] Updated: (AXIS2-4969) A problem using org.apache.axis2:axis2-wsdl2code-maven-plugin when wsdlFile is specified via "file:..." and the WSDL reffers to a XSD schema via relative path

2011-03-02 Thread Michael B (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael B updated AXIS2-4969: - Attachment: wsdltocodebug.zip > A problem using org.apache.axis2:axis2-wsdl2code-maven-plugin when wsdlFi

[jira] Created: (AXIS2-4969) A problem using org.apache.axis2:axis2-wsdl2code-maven-plugin when wsdlFile is specified via "file:..." and the WSDL reffers to a XSD schema via relative path

2011-03-02 Thread Michael B (JIRA)
A problem using org.apache.axis2:axis2-wsdl2code-maven-plugin when wsdlFile is specified via "file:..." and the WSDL reffers to a XSD schema via relative path ---

org.apache.axis2.AxisFault: No such method

2011-03-02 Thread wadi wadi
Hi all, I am running a sign and encrypt example based on sample 07 in rampart installation. I am getting the following error when calling a simple 'authenticate' method "org.apache.axis2.AxisFault: No such method 'authenticate' in class edu.uni.myservice.PWCBHandler when browsing http://localhos

[jira] Commented: (AXIS2-3048) wsdl2java exception with xmlbeans bindings - Imported schema has a target namespace that does not match the specified

2011-03-02 Thread Massimo Franzoni (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001367#comment-13001367 ] Massimo Franzoni commented on AXIS2-3048: - I have a similar problem: Axis1.5.4 wsd

[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-02 Thread Abhinav Mishra (JIRA)
[ https://issues.apache.org/jira/browse/RAMPART-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001353#comment-13001353 ] Abhinav Mishra commented on RAMPART-324: Hi Thilina, I applied EncryptedElement