web services with Binary format

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ripal

    web services with Binary format

    Hi

    How can I create web service with Binary format instead of Soap format?

    Thanks,
    Ripal
  • Gaurav Vaish \(www.EduJini.IN\)

    #2
    Re: web services with Binary format

    asmx-handler always serializes output in XML Format.
    You'll need to update the asmx handler in that case...

    Correct me if I am wrong...


    --
    Happy Hacking,
    Gaurav Vaish | http://www.mastergaurav.org
    http://www.edujini.in | http://webservices.edujini.in
    -------------------


    "Ripal" <Ripal@discussi ons.microsoft.c omwrote in message
    news:39E21897-5CFF-4F0F-8024-DF554DFED007@mi crosoft.com...
    Hi
    >
    How can I create web service with Binary format instead of Soap format?
    >
    Thanks,
    Ripal

    Comment

    Working...