Search:

Type: Posts; User: vdvj; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    5,245

    ------------------------------------------ you...

    ------------------------------------------
    you must use servlet name intead of display name. Hence you trying folowing way:
    change <servlet-name>webservice</servlet-name>
    and change any thing...
  2. Replies
    0
    Views
    835

    error with xwsInterceptor

    I used Xwss API for cryptography operation. so I use xwsInterceptor of Spring.
    On client, the message has been Encrypted, but on server, it does not recognize the encrypted message from client....
  3. Replies
    2
    Views
    2,048

    You can use XWS-Security framework to config the...

    You can use XWS-Security framework to config the client and server security policy
    It's very easily to secure soap message with this framework.
  4. Replies
    1
    Views
    1,814

    acegi and webservice

    hi everybody.

    How can I use acegi to secure webservice.

    I write a webservice and I want to secure it. I have beean use xwss, and meet serveral problem.

    anyone know acegi, please help me!
    ...
  5. Replies
    0
    Views
    2,194

    Problem with xwss Encryption

    I use xwss to secure soap message.

    On webservice server, I use messageDispatcherServlet to route request. CallbackHandler on server is KeyStoreCallbackHandler. I use keytore pair...
  6. Replies
    15
    Views
    5,951

    oh No! I use MessageDispatcher servlet. when I...

    oh No!

    I use MessageDispatcher servlet. when I use UsernameToken It's all right. If I use Encrypt or RequirerEncryption it generate that problems.

    Can you see that problem and debug for me.
    ...
  7. Replies
    15
    Views
    5,951

    I use xws to secure my service server and client....

    I use xws to secure my service server and client. But when I run Client call the server it has the problem, Not found [404]. here is my server and client config.
    ---------------------------
    Server:...
  8. Replies
    15
    Views
    5,951

    thanks Arjen How can i decrypt the response...

    thanks Arjen

    How can i decrypt the response message from encrypt require webservice?

    Can you tell me the way to create and use a keystore (jks key store).

    If i need encrypt incoming and...
  9. Replies
    15
    Views
    5,951

    I run my service on tomcat 6.0 this is full...

    I run my service on tomcat 6.0
    this is full trace error.


    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'wsSecurityInterceptor' defined in ServletContext...
  10. Replies
    15
    Views
    5,951

    how can i use xwss to secure a payloadendpoint webservice

    Thanks Arjen

    I read xws security, but there are so many thing. I need only know what kind of endpoint I must use and what can I do to secure it with xwss.

    I'm looking for every reply from...
  11. Replies
    15
    Views
    5,951

    I read them, but i don't know where to put necessary config file

    Thank Poutmas
    You can tell more about them.
    I need wrap credit card number of the merchant.
  12. Replies
    15
    Views
    5,951

    How to secure spring ws

    I need sign end then encrypt SOAP message outgoing and coming on. Can I use acegi security to do that. If it does, what thing I have to do. otherwise what framework help me to solve that issue.
    ...
  13. How can I secure my web services!

    I have a web service server and a web client invoke the service. And now i need to secure the communicate between them.

    I want to sign in the SOAP message and Encrypt it.

    I'm going to write a...
  14. Replies
    2
    Views
    1,028

    I have been solve that problem. now I facing a new problem with tomcat

    Thanks Poutsma,

    Now I have new problem. I tried to deploy my hellowebservice and it take an error.

    can not passer the [WEB-INF/spring-ws-servlet.xml].

    it say that...
  15. Replies
    1
    Views
    1,050

    Help me!!!!!!!!! Error Error and Error.

    I run maven in eclipse then i met this error

    2 required artifacts are missing.

    for artifact:
    dummy:dummy:jar:1.0

    from the specified remote repositories:
    central...
  16. Replies
    2
    Views
    1,028

    how to write a 'hello webservice' by spring ws

    i'm research on springws but i met some problems. i write a simple ws "hello word" and it always occur some error:

    -Not found javac in tools.jar. i have been install full JDK1.5
    -not...
Results 1 to 16 of 16