Error 302 when consuming a Web Service

Hello,I’m consuming a Web Service from a Notes 8 client (beta3) hosted on a Domino 7 server.

The call return an error message : … error (302) Found.

Does anyone has a clue where this error comes from or where to find information about this ?

Thanks.

Subject: error 302 when consuming a Web Service

Probably too late to help you Ernesto, but someone else might find this possibility helps.

Testing web services using SoapUI I found that unless ‘Follow redirects’ is set to true the web service call fails with error 302.

Subject: RE: error 302 when consuming a Web Service

Found the reason.

Even if you address your WSDL using https, the endpoint address for the web service specified in the WSDL uses http and port 80. If your Domino server is redirecting traffic from port 80 to port 443 then your web service call will fail with the ‘302 Found’ error.

We had to go to the consumer in question (Sharepoint in this case) and change http to https and 80 to 443.

Hope that helps someone.