What is the signature for doing binary data upload and download though? Once I know that, I can change at relevant places.
Thanks. On Tue, Dec 30, 2008 at 4:09 PM, Deepal Jayasinghe <[email protected]> wrote: > Adding a new method means changing few places in the WSDL > - First you need to change the schema (type section), need to add > complex types for your method > - Need to create new messages in the WSDL > - Need to add the new method into the port type > - Need to add the new method into the binding section > > Thank you! > Deepal > > Nan Null wrote: >> I have created a web service that is running. The client and server >> codes are generated from a WSDL. Now, I need to add a method for >> upload and downloading binary files. What is the WSDL snippet that >> can generate the stub for the client and server code for this? Is >> there an example for this? I check the sample file, and it's hand >> roll code, versus generated code. >> >> > > -- > Thank you! > > > http://blogs.deepal.org > http://deepal.org > >
