-
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...
-
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!
-
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
-
By V. Ramasamy in forum Java
Replies: 0
Last Post: 04-22-2003, 10:07 PM
-
By kgoff@worldnet.att.net in forum .NET
Replies: 2
Last Post: 01-07-2003, 01:06 PM
-
By kgoff@worldnet.att.net in forum .NET
Replies: 0
Last Post: 12-03-2002, 10:54 AM
-
By Robert Lantry in forum .NET
Replies: 278
Last Post: 03-27-2002, 01:00 PM
-
Replies: 0
Last Post: 07-05-2000, 12:34 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks