Search:

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

Search: Search took 0.01 seconds.

  1. I was able to find a solution. According to the...

    I was able to find a solution. According to the Spring-WS documentation, endpoints are Singleton beans scoped within the IoC container, and thus, I was able to declare a "destroy-method" in the bean...
  2. Proper cleanup of PayloadEndpoint (AbstractDomPayloadEndpoint)

    I am creating a connection to a BerkeleyDB database in my constructor of an AbstractDomPayloadEndpoint extension.

    My question is simple, how can I have this connection closed when the Endpoint is...
  3. Replies
    0
    Views
    679

    Realm username variable

    Is there anyway to retain the Realm username in a variable?

    I'd like to take data submitted by a user and retain it to a file specified by user.

    Thanks.
  4. Replies
    7
    Views
    2,788

    Thanks for the info, I'll give that a go.

    Thanks for the info, I'll give that a go.
  5. Replies
    7
    Views
    2,788

    Sorry for not including the endpoint information,...

    Sorry for not including the endpoint information, I'm using AbstractDomPayloadEndpoint.
  6. Replies
    7
    Views
    2,788

    Returning null responds with a 202 Accepted HTTP...

    Returning null responds with a 202 Accepted HTTP message, zero content length.

    What I'm looking to achieve is a 200 OK message with an empty SOAP message, eg.

    <SOAP ENVELOPE>
    <SOAP BODY/>...
  7. Replies
    7
    Views
    2,788

    Responding with an empty SOAP body

    I seem unable to structure my invokeInternal to return an empty message, that is, an envelope with and empty body. Is it proper to have nothing but HTTP headers sent when



    return null;


    is...
Results 1 to 7 of 7