windows controls and MTOM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emaint
    New Member
    • Feb 2008
    • 2

    windows controls and MTOM

    how to connect to web service using MTOM in a windows based controls?
    it shows some errors when connecting
    "The request failed with HTTP status 415: Unsupported Media Type."
    please help me.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    MTOM ?

    Comment

    • emaint
      New Member
      • Feb 2008
      • 2

      #3
      MTOM is the W3C Message Transmission Optimization Mechanism

      Comment

      • stimul8d
        New Member
        • Sep 2007
        • 3

        #4
        This does seem to be that, in most cases, your web.config is missing the declaration -

        Code:
              <soapServerProtocolFactory type="Microsoft.Web.Services3.WseProtocolFactory, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
        it goes in the weServices section.

        That said, i only cam across your post because i'm looking for reasons OTHER THAN THIS for the error occuring. Might be some help to you though.

        Comment

        Working...