Exception : org.apache.axis2.AxisFault: Missing wsse:Security header in request

2013-04-11 Thread Tania Marinova
Hello I keep on getting the following exception:       org.apache.axis2.AxisFault: Missing wsse:Security header in request   at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:536) at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation

Samples of REST web services

2013-04-11 Thread lv
I am new to AXIS2 and just installed it.  Can anyone give me some examples of the following: 1, how to create REST web services ? 2, how to create web services (soap)? Thanks a lot!

Re: Samples of REST web services

2013-04-11 Thread Tania Marinova
I hope this tutorial will help you for creating axis 2 web services in Eclipse. http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html From: lv To: "java-user@axis.apache.org" Sent: Thursday, April 11, 2013 11:59 AM Subj

RE: Exception : org.apache.axis2.AxisFault: Missing wsse:Security header in request

2013-04-11 Thread Martin Gainty
wsse:Security from Rampart is implented by wss4j http://www.ibm.com/developerworks/webservices/library/ws-Axis2/ for specific examples of KeyIdentifier http://coheigea.blogspot.com/2013/03/signature-and-encryption-key.html Viel Gluck __ Verzicht un

Is there any way to add security header to my javascript request to axis 2 secured web service

2013-04-11 Thread Tania Marinova
1. I have created a web service with this simple method. Here is SiService.java publicclassSiService{publicStringecho(Stringarg){returnarg;} } 2.To add a security to my web service I've done this: * I have added a PWCBHandler.java class (here is the code) publicclassPWCBHandler

RE: Samples of REST web services

2013-04-11 Thread lv
Thank you. Can I do this tutorial in MyEclipse? Date: Thu, 11 Apr 2013 03:05:49 -0700 From: taniamm2...@yahoo.com Subject: Re: Samples of REST web services To: java-user@axis.apache.org I hope this tutorial will help you for creating axis 2 web services in Eclipse. http://www.eclipse.org/webtool

Re: Samples of REST web services

2013-04-11 Thread Tania Marinova
of course :) From: lv To: "java-user@axis.apache.org" Sent: Thursday, April 11, 2013 3:12 PM Subject: RE: Samples of REST web services Thank you. Can I do this tutorial in MyEclipse? Date: Thu, 11 Apr 2013 03:05:49 -

Where is WSDL

2013-04-11 Thread lv
After running JAX-WS Web Services Ping and Echo Sample , how to get the WSDL? When I enter localhost:8080/jaxws-samples/services/PingService.PingServicePort in the web browser, I get error : The endpoint reference (EPR) for the Operation not found is /jaxws-samples/services/PingService.PingServ

Re: Where is WSDL

2013-04-11 Thread JOSE L MARTINEZ-AVIAL
have you tried appending ?wsdl ? 2013/4/11 lv > After running JAX-WS Web Services Ping and Echo Sample , how to get the > WSDL? > When I enter > localhost:8080/jaxws-samples/services/PingService.PingServicePort in the > web browser, > I get error : > The endpoint reference (EPR) for the Operati