I had to work around this problem in the end as i couldn't find a solution.
When in my end point i was previously trying to catch exceptions and pass back a complexType that had elements. The only...
Type: Posts; User: richard.hart; Keyword(s):
I had to work around this problem in the end as i couldn't find a solution.
When in my end point i was previously trying to catch exceptions and pass back a complexType that had elements. The only...
Hi there,
I'm trying to create wsdl fault operations and bindings in my dynamically created WSDL (using DefaultWsdl11Definition). I currently only have input and outputs defined.
However, i'm...
I've just found out what i was doing wrong.....
On setting the properties on in the DefaultWsdl11Definition I was setting the "schema" type to my collection of schemas, rather than using the...
I'm trying to upgrade Spring Web Services from version 1.0.3 to version 1.5 and have encountered the following problem, when using the new feature of the DefaultWsdl11Definition.
When trying to...