Hi. I'm trying to send a file through SOAP, i use Zend Studio to create my wsdl, according with annotations in the code, usually like this. /** * @param string $param * @return string Response */
What annotation should i use to make WSDL2Java generate the right stubs for sending files through SOAP? Although if i use @param integer $param, i get this on wsdl - type="xsd:integer" -, and WSDL2Java translates this into a BigInteger, i really don't need a BigInterger, a int datatype is enough, any thoughs how i could avoid getting BigInteger? Thanks you in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
