Search:

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

Page 1 of 9 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    1,138

    Hurricane Fay

    Melbourne FL is getting pounded by Fay right now. I hope Keith and the others out there are well.
    -Ray
  2. I believe the default configuration logs out the...

    I believe the default configuration logs out the first user who logged in. Log in as Batman then log in as Batman again through a different session. The first Batman session should be logged out now....
  3. Replies
    11
    Views
    4,815

    Luke had linked to the FAQ at...

    Luke had linked to the FAQ at http://static.springframework.org/spring-security/site/faq.html#extra-login-fields This was also after several people had mentioned how to do it. Lots of people have...
  4. Replies
    3
    Views
    2,705

    The parser shouldn't care about the empty...

    The parser shouldn't care about the empty <soap:header/>. As for how to get rid of it in the response; I'm not sure :)
  5. Replies
    2
    Views
    2,525

    Actually, it looks like your problem is really...

    Actually, it looks like your problem is really the other post you made...
    http://forum.springframework.org/showthread.php?t=49423

    It seems your nokia parser doesn't like them empty soap header. I...
  6. Replies
    2
    Views
    2,525

    I would sincerely hope that formatting isn't the...

    I would sincerely hope that formatting isn't the problem. You already have the tools to intercept the response; I'd start there. Grab that response and paste it into your IDE or something and have it...
  7. I have to add authentication credentials on a...

    I have to add authentication credentials on a per-request basis myself. So I construct a new WebServiceTemplate and WebServiceMessageSender from scratch for each request.

    That would probably be...
  8. Thread: OpenID

    by RayKrueger
    Replies
    2
    Views
    1,085

    Looks like an interesting project you've got...

    Looks like an interesting project you've got going on there :)

    As Luke had mentioned, the OpenID support is still in the sandbox; mainly because I am a slacker and got too busy with work and...
  9. Replies
    1
    Views
    1,259

    Jira Changes?

    Hi there :)
    Last night I started getting random emails from Jira for bugs in the BATCH project. I really have no idea why.

    The bugs were BATCH-245, 246, and 247. Maybe someone added me as a...
  10. Replies
    9
    Views
    9,173

    If you could show the rest of your spring-ws...

    If you could show the rest of your spring-ws configuration it would really be helpful. The EndpointMapping and the Endpoint you're trying to route to at the very least. A snippet of the xml you're...
  11. Replies
    7
    Views
    1,647

    Aah don't dance around the question Arjen!...

    Aah don't dance around the question Arjen!
    What's your preferred means of producing XML?
  12. You only need the wsdl as a means of describing...

    You only need the wsdl as a means of describing your service to a caller. If someone wants to use your service for the first time, you can give them the WSDL to start from. They can use it to...
  13. Replies
    2
    Views
    975

    Yes, definitely read over the "Introduction"...

    Yes, definitely read over the "Introduction" chapter of the reference guide...
    http://static.springframework.org/spring-ws/site/reference.html
  14. WSDL is meaning-less in the operation and use of...

    WSDL is meaning-less in the operation and use of your services. WSDL is there as meta-data. It is a description of your service in xml form that is generally used to generate clients.

    It has...
  15. Replies
    7
    Views
    1,647

    Marshalling wins hands-down in the convenience...

    Marshalling wins hands-down in the convenience really. Though with marshalling in place you still have to go field by field filling in the java object that will get marshalled out to XML.

    Doing...
  16. Replies
    7
    Views
    1,647

    Without Marshalling...

    It is always considered a "best practice" to use xpath over marshalling on incoming requests. Marshalling adds a lot of overhead, but the convenience of using marshalling is a big motivator.

    There...
  17. Replies
    4
    Views
    1,333

    Are you talking about this one?...

    Are you talking about this one?
    http://www.springframework.org/node/544
  18. Replies
    32
    Views
    11,523

    I'd double check the URL you're putting in SoapUI.

    I'd double check the URL you're putting in SoapUI.
  19. Replies
    32
    Views
    11,523

    OK, and if you point SoapUI at that same URL you...

    OK, and if you point SoapUI at that same URL you get a 405 error?
  20. Replies
    32
    Views
    11,523

    If you hit the wsdl url manually from your...

    If you hit the wsdl url manually from your browser what do you get?
  21. Replies
    32
    Views
    11,523

    " does not close tag " That to me...

    "</body> does not close tag <HR>"

    That to me looks like your webserver returned you an html page. More than like a 404 error page or maybe a 500 internal server error page.
  22. Replies
    4
    Views
    2,654

    Arjen! Why isn't this on the front page of...

    Arjen!
    Why isn't this on the front page of Springframework.org? Or do full minors only make it up there?
  23. Replies
    4
    Views
    2,654

    awesome :)

    awesome :)
  24. <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="
    ...
  25. Yeah, the "schemas" property is a new feature...

    Yeah, the "schemas" property is a new feature that didn't make it into the reference guide.

    I've opened a jira for it to be added...
    http://opensource.atlassian.com/projects/spring/browse/SWS-221...
Results 1 to 25 of 207
Page 1 of 9 1 2 3 4