Re: signature verification failing

2008-10-07 Thread Uthaiyashankar
Hi Raghu, Can you capture the messages (Request and Reply) with tcpmon and send it? I need full message, not just the body... Also, the client.log seemed to be not full. can you clear all the logs and then send the request, and attach the log. Service.xml and client.policy.xml assertions are

ver 1.6

2008-10-07 Thread Subra Aswathanarayanan
Hello, Do you guys know when you are going to release Axis2/C ver 1.6? Subra

Re: deploy of sample using axis2c

2008-10-07 Thread Sandro Javiel
Hi Dimuthu, I changed the wsdl as you have suggested. A test with soapUI returned error: request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:typ="http://ws.apache.org/axis2/services/Calculator/types";> ? ? response: http://schemas.xmlsoap.org/

Re: deploy of sample using axis2c

2008-10-07 Thread Dimuthu Gamage
Hi Sandro, The namesapce declarations (starting with xmlns: ) and targetNamespaces doesn't related to the service endpoint. They are just namespaces that the xml elements belongs to (in the wsdl and the soap messages). In order to change the service endpoint you have to change the endpoint insid

Re: deploy of sample using axis2c

2008-10-07 Thread Sandro Javiel
Hi Samisa, I have just chaged some lines in the beginning of Calculator.wsdl: http://192.168.0.11/axis2/services/Calculator"; xmlns:impl="http://192.168.0.11/axis2/services/Calculator"; xmlns:type="http://192.168.0.11/axis2/services/Calculator/types"; xmlns:wsdl="http://schemas.xmlso

Re: RE : RE : Axis2/C built with SSL support. axis2_http_sender.dll fails to load

2008-10-07 Thread Laksh
Hi, I am wondering whether the SERVER_CERT specified in axis2.xml cause of this issue. We are not interested in enabling client authentication. So my doubts are 1) Do I need to provide SERVER_CERT in axis2.xml? We are not interested in setting up client authentication 2) If this is required, what