Proxy web service from wsdl
- by Paul Knopf
I am trying to create a proxy .asmx that will call another web service.
The web service service I am trying to use only allows a certain domain, so I am creating a proxy web service on that domain that then calls the actual service.
Me -- Client (with allowed IP) -- actual service
and then back.
I know how to create a proxy CLASS from a wsdl to communicate with the service, but how do I use wsdl to create another service (that spits the same wsdl)?