Connecting Tech Pros Worldwide Forums | Help | Site Map

HTTP POST and comple types

Dde
Guest
 
Posts: n/a
#1: Nov 23 '05
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
Guest
 
Posts: n/a
#2: Nov 23 '05

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
http://www.geniant.com
[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]



Dde
Guest
 
Posts: n/a
#3: Nov 23 '05

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@NOSPAM.geniant.com> wrote in message
news:361113632452646450962616@msnews.microsoft.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]


Closed Thread