Wednesday, April 6, 2011

xml file in soap

My last question about soap series :)

Now, i have xml file which must be send to the soap web service.

Do i have to attach it as file to request OR send as method parameter in request?

What is the best approach? By the way size of file is variable.it can be reached 10mb

sometimes.

Thanks

From stackoverflow
  • I'd look into soap with attachments, or alternatively you could serialise it as byte array and send it as a parameter.

    John Saunders : SwA is obsolete.

0 comments:

Post a Comment