tags:

views:

19

answers:

0

Hi,

I'm having a weird problem with WCF services. My application expose a service and also is a client of another service (not a WCF service).

When my client application call my service using POST, the POST method is keep when this service call the other service, even if the service interface is configured using WebGetAttribute.

Is this normal?