Click here to Skip to main content
15,884,917 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,

how to invoke xml web services (ex: usps,dhl) in asp.net?
Posted

1 solution

The easiest way to do this is to add a service reference to the service through the Add Service Reference menu. This will create a client side proxy that you will call from your code - this will handle the actual calls and marshalling to the end web service.
 
Share this answer
 
Comments
U@007 27-Jan-14 5:15am    
https://xmlpitest.com/XMLShippingServlet this will not add like that we should request by xml only. how can do?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900