Re: [jibx-users] How to map void response message?

2007-03-27 Thread Dennis Sosnoski
Already answered on the Axis2 list, but for the benefit of others: If you're using unwrapped you shouldn't need to map this at all. If you're using wrapped handling you'd just have a marker class with an empty mapping: mapping class=UpdateResponse name=updateResponse/ Wrapped handling

[jibx-users] How to map void response message?

2007-03-26 Thread Josh
All, I am having difficulting dealing with an existing WSDL which declares a void response message. I have the following in my wsdl: element name=updateResponse complexType/ /element wsdl:message name=updateResponse wsdl:part element=impl:updateResponse name=parameters/