HTTP POST and comple types

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

    HTTP POST and comple types

    Hi,

    Looks like HTTP Poset protocol for Web Services only supports method
    receiving/sending base types or arry of base types. Is there any work around
    to this? My ws uses quite complex classes as input and works fine with soap.

    Thanks


  • Dilip Krishnan

    #2
    Re: HTTP POST and comple types

    Hello Dde,
    The asmx test page supports only base types. Have you tried actually
    making HTTP post requests to the service?

    HTH
    Regards,
    Dilip Krishnan
    MCAD, MCSD.net
    dkrishnan at geniant dot com
    Experience is the advantage. AI is the multiplier.

    [color=blue]
    > Hi,
    >
    > Looks like HTTP Poset protocol for Web Services only supports method
    > receiving/sending base types or arry of base types. Is there any work
    > around to this? My ws uses quite complex classes as input and works
    > fine with soap.
    >
    > Thanks
    >[/color]



    Comment

    • Dde

      #3
      Re: HTTP POST and comple types

      Hi,

      Thanks for your message. Yes I tried but than I get a message that the
      method does not exist. This comes from the fact that method having complex
      types in input are not even generated in the wsdl under the httppost
      protocol section.

      Dominique

      "Dilip Krishnan" <dkrishnan@NOSP AM.geniant.com> wrote in message
      news:3611136324 52646450962616@ msnews.microsof t.com...[color=blue]
      > Hello Dde,
      > The asmx test page supports only base types. Have you tried actually
      > making HTTP post requests to the service?
      >
      > HTH
      > Regards,
      > Dilip Krishnan
      > MCAD, MCSD.net
      > dkrishnan at geniant dot com
      > http://www.geniant.com
      >[color=green]
      > > Hi,
      > >
      > > Looks like HTTP Poset protocol for Web Services only supports method
      > > receiving/sending base types or arry of base types. Is there any work
      > > around to this? My ws uses quite complex classes as input and works
      > > fine with soap.
      > >
      > > Thanks
      > >[/color]
      >
      >
      >[/color]


      Comment

      Working...