View Single Post
  #2 (permalink)  
Old 11-20-2008, 6:30 AM
JohnH's Avatar
JohnH JohnH is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,325
Reputation: 1315
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

I think the easiest would for you to create a wsdl document manually (based on another), and generate a web service proxy class from this. WSDL Tutorial can give you a understanding of the file format. An alternative is to generate a xml soap document and send it as a HttpWebRequest, but I think this is more work.
__________________
Reply With Quote