Hey
NaveenPK,
If i understand your problem correctly youve created a project via the .wsdl and when you submit your request its going to an https endpoint not http....is that right?
If thats correct then why not edit the .wsdl to change the https to http? Wouldnt that fix this?
OR, are you saying that youll submit an non secure http request and this once consumed by your endpoint is FWDing to https?
There is a "follow redirects" switch on requests, however i think that is peculiar to api/page redirects rather switching http to https and back again.
Ta
Rich