Sounds great, thanks a lot for your hard work and for the time you are investing in this.
I will for sure try it.
Type: Posts; User: flozano; Keyword(s):
Sounds great, thanks a lot for your hard work and for the time you are investing in this.
I will for sure try it.
First of all, thanks for this subproject, I think it's one of the most useful add-ons for Spring Integration, and in my opinion these connectors should become part of Spring Integration.
Could you...
Can I share the app context between Spring MVC artifacts and Spring WS artifacts in the same webapp? I don't know how to do it without loading the appContext twice...
Yes, I created all the objects using XJC.
I can't use ObjectFactory because my client isn't a java one but a .NET one... but that shouldn't matter, as if you take a look at the log, you'll see the...
I've tested all of them.
I've added @XmlRootElement annotation to all my Request/Response XSD elements, and now I have the following:
DEBUG 2007-06-17 13:52:05,224 http-8080-Processor25...
Hello,
I'm having problems while trying to use JAXB2 marshaller.
When I send a request to my spring WS endpoint, I get the following
...
OK!
You're right, I don't think I was doing it correctly.
Now I have the following schema,
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"...
I'm having problems with auto-generating WSDL from naming conventions in my .XSD file.
I'm getting a WSDL with an empty "portType" generated.
<wsdl:portType name="NetworkProvision">...
We'd like to use this in order to be able to make "wizards" for creating new object graphs and persisting them finally in a transaction.
The transaction span should be able to last as long as the...
The concepts behind this patch are absolutely great - a Seam-like way of working within Spring.
Is this going to be in official branch of Spring?