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
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!
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
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
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
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
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 -
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
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