DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    1

    Don't have access to Web Service during development

    I'm developing an app for a customer that uses a web service they have. I'm able to view the web service when remoting to their network, but they won't expose the web service outside of thier network.

    This mean I can't add a Web Reference to the service when devoloping the application. I'm not concerned about testing it locally (I can deploy/test/deploy/test...), but I can't figure out the process of coding the calls without adding the reference.

    I seem to remember that adding a web reference is just a microsoft visual studio short cut, but I can't find the long way to do it using just the wdsl or soap information.

    Thanks...

  2. #2
    Join Date
    Nov 2003
    Location
    Portland, OR
    Posts
    8,387
    When you add a Web Reference in Visual Studio, it calls a utility named WSDL.EXE which uses the Web Service's WSDL file to generate a proxy class. You may call this utility manually, passing it the WSDL file provided by your customer; for more information, see http://msdn2.microsoft.com/en-us/lib...b6(VS.80).aspx .
    Phil Weber
    http://www.philweber.com

    Please post questions to the forums, where others may benefit.
    I do not offer free assistance by e-mail. Thank you!

  3. #3
    Join Date
    Feb 2007
    Posts
    35
    Agreed with Phil,
    More example on how to use WSDL.exe, I found this is quite easy to understand:
    http://www.codeproject.com/webservices/aspwebsvr.asp

Similar Threads

  1. Document-style Web Service Development in JAVA
    By V. Ramasamy in forum Java
    Replies: 0
    Last Post: 04-22-2003, 10:07 PM
  2. Question on .NET remoting
    By kgoff@worldnet.att.net in forum .NET
    Replies: 2
    Last Post: 01-07-2003, 01:06 PM
  3. question on web service accessing middle-tier
    By kgoff@worldnet.att.net in forum .NET
    Replies: 0
    Last Post: 12-03-2002, 10:54 AM
  4. Re: Do consumers even want web services?
    By Robert Lantry in forum .NET
    Replies: 278
    Last Post: 03-27-2002, 01:00 PM
  5. need your help
    By rachel in forum Java
    Replies: 0
    Last Post: 07-05-2000, 12:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links