Browse by Tags

Related Posts

  • Help with consuming a web service

    Hi, I'm just getting started with using web services. I'm using a car service from kbb that I referenced here: http://www.kbb.com/kbb/services/selectionservice.asmx?WSDL I tested the reference using the code: using autoService.com.kbb.www; namespace autoService { public partial class _Default...
    Posted to Getting Started (Forum) by bbaxter on 06-04-2009, 12:00 AM
    Filed under: web sevice, WSDL
  • Next Steps

    I have created a proxy svcOnlineInterface.vb in Visual Studio 2005 from a wsdl. The file has the class SvcStats from which I need the AvgServiceTime() property. Does anyone have sample code of how I would achieve this? What would need to be done? Partial Public Class SvcStats Inherits DynamicProperties...
    Posted to XML Web Services (Forum) by jaylrob on 05-15-2009, 12:00 AM
    Filed under: proxy client, Asp .NET 2.0, webservice, WSDL
  • WebServiceBinding with custom WSDL

    Hi all I'm writing a webservice for the first time (also with c#/asp.net). It works fine until i get stucked by my custom WSDL file. It try to use my own WSDL file by using the WebServiceBinding Location and SoapDocumentMethod attributes. Unfortuantly the IE just shows only the http-post and http...
    Posted to XML Web Services (Forum) by STS123 on 04-24-2009, 12:00 AM
    Filed under: SOAP, SOAP-Binding, SoapDocumentMethod, C# ASP.NET, WebServiceBinding, xml web service, XML Web Services, XSD, WSDL, wsdl SOAP 1.2 SOAP 1.1 guid, wsdl xml xsd
  • how to make minOccurs = 1 and nillable = false for a reference type

    What approaches can we take for a reference type property in a class so that generated WSDL has minOccurs = 1 and nillable = false? I know the default for reference type is: minOccurs = 0 and if you add XmlElement(Nullable = true) it will make minOccurs = 1 but nillable will be true? How can we keep...
    Posted to XML Web Services (Forum) by yliu54 on 04-02-2009, 12:00 AM
    Filed under: SOAP 1.2 SOAP 1.1, web servicevice, WSDL
  • HI Help in WSDL

    I want to understand which attribute in class(.net) will set the <wsdl:input Name="?" > Because In my wsdl its empty and trying to set the name, I am not able to. <wsdl:input > <soap:body use="literal"/> < wsdl:input / > I want to sent the seperate name for...
    Posted to XML Web Services (Forum) by Krishb02 on 03-02-2009, 12:00 AM
    Filed under: web servicevice, XML, .NET 2.0, WSDL
  • call web service using httpwebrequest

    i have a web service which contains a method like the following [WebMethod] public string UploadFile(byte[] bytes, string file_name) { } i want to invoke this web service method using HttpWebRequest so that i can stream the file without buffering in memory. How can do it... i tried to invoke it as follows...
    Posted to XML Web Services (Forum) by russell786 on 02-09-2009, 12:00 AM
    Filed under: SOAP, httpwebrequest, XML, .NET 2.0, WSDL, WEb Service
  • Deploying your own wsdl to service1.asmx?wsdl

    Hi guys Say i'm doing contract first webservices. I've made my wsdl+xsd generated the classes and done my webmethods. Now i'd like to deploy my original wsdl+xsd to where the webserver holds the generated wsdl. Googling i can see a way to do it in "Visual Studio Team System Architecture...
    Posted to XML Web Services (Forum) by Nibby on 01-22-2009, 12:00 AM
    Filed under: SOAP, .NET, Asp.net webservice, Asp.net webservice., Web Services, WSDL, WEb Service
  • Problem with SoapHttpClientProtocol in System.Web.Services.dll

    Hello. I am having a problem with the SoapHttpClientProtocol in System.Web.Services.dll. I am using Visual C# 2008 Express. I have a simple WSDL for my server, which defines a class hierarchy. When I use the VC# tools to automatically import the WSDL and learn the class structure, it appears to do this...
    Posted to XML Web Services (Forum) by cGemm11 on 12-01-2008, 12:00 AM
    Filed under: SOAP, VC#2008, WSDL, System.Web.Services
  • WSDL and Reference.cs Issue

    Hi, I got a WSDL file from a Java Developer. When I add the WSDL as a web reference using VS 2003/VS 2005, I do not see many partial classes/methods and properties as I do in VS 2008 when I add it as a Web Reference in VS 2003/2005 or Service Reference in VS 2008. I need those extra classes (that are...
    Posted to XML Web Services (Forum) by Patra on 09-18-2008, 12:00 AM
    Filed under: WSDL
  • newbie consuming Web Service

    I'm new at this and chose a textbook example that is not working. I'm using Visual Web Developer 2008 Express and trying to get weather information from a web service with the following WSDL: http://developer.capeclear.com/files/GlobalWeather.wsdl I did the Web reference thing and the service's...
    Posted to XML Web Services (Forum) by Millford on 09-11-2008, 12:00 AM
    Filed under: vb.net, Asp.net webservice, Web Services, ASP.NET web service, WSDL
Page 1 of 6 (52 items) 1 2 3 4 5 Next > ... Last »