I have some webservices hosted in a sharepoint environment on a virtual machine. These services are accessible from within the VM, but when I try to invoke this service from my asp.net application on the host machine I get an error with status 500 and a soap fault exception (unauthorized access). The IIS setting on both host and VM allows anonymous access.
When I try to access these services directly from the host browser i.e. IE (by typing in the URL) the service is accessible.
Any insight into these is really appreciated?