I have a WebService with ASMX
extension made in .Net running in IIS
on a server in my local network ip:x.x.x.10
.
The URL of my WebService is link , requires a parameter codigo
of type int
and returns a DataTable
.
I want to invoke it from my development environment on my local OSX team. Either from PHP or Javascript.
How can I do that and also not have cross-domain problems?