Hi,
This is another issue and not related with the other Q I posted for proxy. I am implementing a MTOM server similar to example here
This works fine on my local machine but as soon as I change the web reference to a proper server the application is not able to communicate with it. If I right click the web reference in VS2005 and click update web reference then I get an error that it could be loaded from http://serveraddress, even though I have put this on https://serveraddress. Can someone please help?
I forgot to mention that using https://serveraddress, I can see the WSDL in web browser and that normal soap communication in the same application works fine.
Thanks in advance!
This is another issue and not related with the other Q I posted for proxy. I am implementing a MTOM server similar to example here
This works fine on my local machine but as soon as I change the web reference to a proper server the application is not able to communicate with it. If I right click the web reference in VS2005 and click update web reference then I get an error that it could be loaded from http://serveraddress, even though I have put this on https://serveraddress. Can someone please help?
I forgot to mention that using https://serveraddress, I can see the WSDL in web browser and that normal soap communication in the same application works fine.
Thanks in advance!
Comment