I have been using one JAXB marshaller and one endpoint adapter, but as I have a lot of separate WSDL's and external schemas with a large number of operations, this is becoming increasingly...
Type: Posts; User: MetteHedin; Keyword(s):
I have been using one JAXB marshaller and one endpoint adapter, but as I have a lot of separate WSDL's and external schemas with a large number of operations, this is becoming increasingly...
Teree, I just wanted to let you know that your trick worked perfectly, all that was needed in addition was to generate the same constructors as in the base class, and call the super constructor with...
Looks like a slight mismatch in the names. The schema and annotation use the element name get-persons-request, where as the actual request use the element name get-persons-Request (note the capital...