Proxy web service from wsdl
        Posted  
        
            by Paul Knopf
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paul Knopf
        
        
        
        Published on 2010-05-11T17:10:59Z
        Indexed on 
            2010/05/11
            17:14 UTC
        
        
        Read the original article
        Hit count: 206
        
proxy
|web-services
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)?
© Stack Overflow or respective owner