Hi,
Is there anyway by using annotation to make an attribute fully qualified. I
need to this for partial encryption using WS Security.
The example says modify the WSDL but in my case its generated by runtime.So I
need some sort of annotation to make an attribute fully qualified.
Pls let me know o
Hi,
Is there anyway we can enable and disable WS Security during runtime. Since it
is configured as an annotation how we can change it during runtime without
changing the code and redeploying.
Regards
Shashank
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412
Hi Peter,
Can you validate my approach here.
I plan to add some SOAP headers (for user name password/sso ticket)from the
client using a handler on the client. Once we are able to do it we can encrypt
using standard API's. On the server we can decrypt and in another handler
extract the SOAP heade
Hi Peter,
Can you address this issue.
I have a POJO web service. Now since I am able to sign and encrypt the
messages. I want to authenticate and authorize the users.
Now the scenario is that we need to first set the user
credentials(username/password) or the SSO ticket in the SOAP headers(Not su
Thx Peter,
I got it working but the only issue I have it is that I need to keep my SOAP
Binding Style as RPC for the web service.
Otherwise it says mixed style not supported. Can you please help me on that as
my web service uses a lot of complex type which might not be supported by RPC
style bin
Hi,
My client jar is configured like this
META-INF
jboss-wsse-client.xml
standard-jaxws-client.xml
com
test
Has all proxy classes generated by wsconsume tool
and
com
test
standalone
Has the java class for calling the web service through the port
All my files are configured proper
Hi Peter,
I purchased the book. I see this is a JAX-RPC kind of implementation. Mine is a
JAX-WS style of web service and also I didnt get much information on how to
configure a standalone client.Pls help on that
Regards
Shashank
View the original post :
http://www.jboss.com/index.html?module=b
Thx peter
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128601#4128601
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128601
___
jboss-user mailing list
jboss-user@lists.jbos
Also one more question is that do the examples in book work on JBoss4.2
Regards
Shashank
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128555#4128555
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128555
__
Hi,
I tried to purchase the EBook but it does not who up India as the country in
the drop down.
Pls let me know how can i purchase it
Regards
Shashank
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128554#4128554
Reply to the post :
http://www.jboss.com/inde
Hi Peter,
I havent yet got the book.Dont have the fund right now..
May be if you can help me out only on this Web service security stuff ,it would
be really helpful
Regards
Shashank
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128260#4128260
Reply to the p
Hi ,
I am trying to set up a standalone client for JBossWS Security. I am using
JBoss4.2 with JBoss ws2.0.2.
I am unable to get the standalone client working.I think server expects the
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128242#4128242
Reply to the post :
http://www.jboss.
Were you able to configure WS security by any chance..I tried a lot of options
bu still couldnt get it working. Can you please share the steps as to how to
create the client and server for WS Security.
Your help is needed urgently
Regards
Shashank
View the original post :
http://www.jboss.com/i
When I run the same with WSrunclient
I get the following error
javax.xml.ws.soap.SOAPFaultException: org.jboss.ws.core.CommonSOAPFaultException
: This service requires , which is missing.
at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SO
APFaultHelperJAXWS.java:72)
After adding few more jars in classpath i start getting this error
org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128180#4128180
Reply to the post :
http://www.jboss.com/index.ht
Hi,
I have configured all files for JBoss WS Security..Using JBoss WS 2.0.3 stack.
The Web service is defined as
@WebService(name = "SecureService", targetNamespace =
"http://org.jboss.ws/samples/wssecurity";)
@SOAPBinding(style = Style.RPC)
public interface SecureService {
/**
*
16 matches
Mail list logo