Consuming web service wsdl . net framework 2.0

Asked

Viewed 301 times

1

When generating the request with all the correct parameters I have error return 307 Temporary redirect. Someone knows tell me what this error represents ?

  • If you post the code, what you’re doing and when the error happens, it’s easier to help!?

2 answers

1

0


After several tests, I discovered the error because the configured url in the project was http , when actually the web service used the https url. It was enough to change to https and the communication happened. When the request happened the web service server would redirect to the https url to force the use of https.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.