How to implement the x.509 protocol in the axis2?

2007-10-07 Thread ianwong
Please give me some examples regarding implemenation the x.509 protocol in the axis2. Thank you !!! -- View this message in context: http://www.nabble.com/How-to-implement-the-x.509-protocol-in-the-axis2--tf4585419.html#a13089321 Sent from the Axis - User mailing list archive at Nabble.com.

Re: questions regarding axis2 war

2007-10-07 Thread ianwong
page with details about the services. > > Type the following in the browser to invoke the getVersion operation. > http://localhost/axis2/services/Version/getVersion > > thanks, > Thilina > > On 10/7/07, ianwong <[EMAIL PROTECTED]> wrote: >> >> I tried two s

Re: questions regarding axis2 war

2007-10-07 Thread ianwong
strange thing is that the wsdl always work well, http://localhost/axis2/services/Version?wsdl Suran Jayathilaka wrote: > > ianwong wrote: >> I doployed axis2 war into my applicaiton, and visited Service EPR address >> and >> Service REST epr address. Both address

questions regarding axis2 war

2007-10-07 Thread ianwong
I doployed axis2 war into my applicaiton, and visited Service EPR address and Service REST epr address. Both address got error message as following: I can not find a service for this request to be serviced. Check the WSDL and the request URI but the wsdl is work well, http://localhost/axis2/ser

Re: questions regarding axis2 with Spring

2007-10-06 Thread ianwong
.deployment.DeploymentException: Invalid service META-INF directory not found at org.apache.axis2.deployment.repository.util.ArchiveReader.processWSDLs(ArchiveReader.java:255) Where is the proper place for aar? ianwong wrote: > > I hope someone could help me to solve this problem.Thanks!!! > > I co

Re: questions regarding axis2 with Spring

2007-10-06 Thread ianwong
er your services > aren't installed or your client is hitting the wrong url. Go to this > url to see what services you have installed and what url your client > should use to access them: > > http://localhost:8080/axis2/axis2-web/HappyAxis.jsp > > HTH, > Robert >

questions regarding axis2 with Spring

2007-10-06 Thread ianwong
I hope someone could help me to solve this problem.Thanks!!! I combined axis2 with Spring framework. When I visit the endpoint address (http://localhost/services/sVendorWebservice) and got following message: org.apache.axis2.AxisFault: I can not find a service for this request to be serviced. Ch