Hi all, doing 'code first' via jib2wsdl I have this method:
public byte[] getSerializedFundAssetDTO(long fundAssetDTOBinaryID);
In the wsdl, that gets generated as:
<xsd:element name="getSerializedFundAssetDTO">
<xsd:complexType>
<xsd:sequence>
<xsd:element type="xsd:long" name="fundAssetDTOBinaryID"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Using jibx generation in axis2, I get:
public Byte[] getSerializedFundAssetDTO (long
fundAssetDTOBinaryID) {
//TODO : fill this with the necessary business logic
throw new
java.lang.UnsupportedOperationException("Please implement " +
this.getClass().getName() + "#getSerializedFundAssetDTO");
}
How can I get the desired byte[] return type?
Robert
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users