Melbourne FL is getting pounded by Fay right now. I hope Keith and the others out there are well.
-Ray
Type: Posts; User: RayKrueger; Keyword(s):
Melbourne FL is getting pounded by Fay right now. I hope Keith and the others out there are well.
-Ray
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....
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...
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 :)
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...
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...
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...
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...
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...
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...
Aah don't dance around the question Arjen!
What's your preferred means of producing XML?
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...
Yes, definitely read over the "Introduction" chapter of the reference guide...
http://static.springframework.org/spring-ws/site/reference.html
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...
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...
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...
Are you talking about this one?
http://www.springframework.org/node/544
I'd double check the URL you're putting in SoapUI.
OK, and if you point SoapUI at that same URL you get a 405 error?
If you hit the wsdl url manually from your browser what do you get?
"</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.
Arjen!
Why isn't this on the front page of Springframework.org? Or do full minors only make it up there?
awesome :)
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...