Page 1 of 1

pass a pdf to a webservice

Posted: Tue Sep 05, 2006 11:04 am
by mcog_esteban
any tips how could i pass a pdf file from php to a webservice built in c#?

Array of bytes is a good approach?

Posted: Tue Sep 05, 2006 11:15 am
by wtf
What does the doc for web service states. If webservice is capable of accepting pdf then its implementation should not matter.

Posted: Tue Sep 05, 2006 11:30 am
by mcog_esteban
i'm sorry, i didn't quite understand what you have said.
can you please explain?

what i'm trying to do is:
pass a pdf generated in php to a webservice built in c#, this webservice will sign(using a digital signature) my pdf.

Posted: Wed Sep 06, 2006 4:56 am
by mcog_esteban
after reading a bit i found i could pass binary data to a webservice using SOAP with Attachments or using SwA(Soap with Attachments) together with DIME.

does anyone has used this before?