android Programming Glossary: sendpdfimpl
Sending a pdf file to client from server through web service http://stackoverflow.com/questions/4507201/sending-a-pdf-file-to-client-from-server-through-web-service import javax.activation.DataHandler import javax.activation.FileDataSource import sun.misc.BASE64Encoder public class SendPDFImpl implements SendPDF @Override public String sendPDF String pdfFile new String 2 BASE64Encoder encoder new BASE64Encoder File.. message name sendPDFResponse wsdl part element impl sendPDFResponse name parameters wsdl message wsdl portType name SendPDFImpl wsdl operation name sendPDF wsdl input message impl sendPDFRequest name sendPDFRequest wsdl output message impl sendPDFResponse.. wsdl output message impl sendPDFResponse name sendPDFResponse wsdl operation wsdl portType wsdl binding name SendPDFImplSoapBinding type impl SendPDFImpl wsdlsoap binding style document transport http schemas.xmlsoap.org soap http wsdl operation..
|