Hi,
When exactly is the following code executed in <XsdBasedSoap11Wsdl4jDefinitionBuilder>.createOperations(...) ?
Code:
412: } else if (requestMessage == null
412: &&...
Type: Posts; User: H.B.Krishna; Keyword(s):
Hi,
When exactly is the following code executed in <XsdBasedSoap11Wsdl4jDefinitionBuilder>.createOperations(...) ?
Code:
412: } else if (requestMessage == null
412: &&...
Hi,
I wonder how can we create a Spring WS with void parameter, a equivalent of following:
public List<PhoneBookEntry> findAllEntries () {
....
}
Issue 1:
I created a XSD with...