Browse by Tags

Related Posts

  • WebService Client Adding Soap Header

    I am new to .NET and webservices. I am trying to call a webservice written in Java. This is a two stage proces. The first is retrieving a <nonce> value. The second stage is to add the retrieved <nonce> value (which is series of numbers/chars. e.g 1234gh563432134e) to the Soap Header tag <Authentication>...
    Posted to XML Web Services (Forum) by Sithicus on 12-22-2006, 12:00 AM
    Filed under: WEb Service, C#, Web Services, XML, webservice, webmethod, 2.0
  • Datatypes that preserve "rich text"

    Hey there - I have a textbox (C# 1.1 OR 2.0) that I want to take it's contents and post to a datatype of some sort in SQL2k5 and have it preserve the breaks (return keystrokes) so when the data is presented, it can hold a paragraph form. Is this possible? something like this: <asp:TextBox id="txtContent...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by isheahan on 02-01-2007, 12:00 AM
    Filed under: 2.0, 1.1, c#, sql 2005
  • Error in XML generation

    Im a relative newbie on web services. I have a service that returns a class "seat" this class contains and ArrayList of another class "results". When I run the web service in debug I get the error: System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException...
    Posted to XML Web Services (Forum) by richieNSS on 02-13-2007, 12:00 AM
    Filed under: C#, 2.0
  • convert .net type to DbType (SqlDbType)

    Hello, I have following problem: I have object property (type of byte[]) which is null and I need to insert it into datatable in my sql database. But I have problems with DbParameter - when I set DbNull as its value, in DbParameter remains type of String. Which throw exception during execution of command...
    Posted to Data Access and ObjectDataSource Control (Forum) by vipi on 02-16-2007, 12:00 AM
    Filed under: ASP.NET, .NET SQL Server 2005, Database, Dataset population problems, 2.0, c#
  • textbox valiadation in SQLServer/C#2005

    Hi, sorry if this is in the wrong forum I’m hoping someone can help me with this problem. In theory it’s basic enough but I can’t get my head around it!!!! I have a basic form that has a drop down list a text box. I’m selecting a static value from a list in the drop down list. Depending on this value...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Pete_82 on 02-21-2007, 12:00 AM
    Filed under: .NET SQL Server 2005, asp.net c# profiles sql server, 2.0, c#
  • Web Service for a windows application

    Hi guys, I am developing a windows application which needs to download XML Files and Image (JPEG) files from the given URL to the local machine. The XML files and Images are bundled as a ZIP file and stored in the server in a standard location. Based on the parameters passed from the Windows application...
    Posted to Free For All (Forum) by yenkay on 03-24-2007, 12:00 AM
    Filed under: WEb Service, asp.net, C#, 2.0
  • how to call a .Net wrapper?

    Hello, I want to submit an XML directly to a .net wrapper, but I just don't how to begin: -There's only a dll in the bin folder of the application pool which I believe contains all the methodes and classes -I have a form which is supposed to submit the xml to the wrapper, but I have no idea of...
    Posted to XML Web Services (Forum) by teebo on 07-26-2007, 12:00 AM
    Filed under: asp.net, C#, XML, 2.0, C# webService, .NET Remoting, asp.net 2.0
  • minRequiredPasswordLength setting is being ignored

    minRequiredPasswordLength="4" setting is being ignored when I run the fragment of code below against ADAM instance installed on Windows 2003 server. I get the "membershipcreatestatus.invalidpassword" error. When 6 digit password is being supplied then there is no error and user is...
    Posted to Security (Forum) by TornadoV on 08-23-2007, 12:00 AM
    Filed under: ASP.NET 2.0, CreateUser, password, C#, ActiveDirectoryMembershipProvider, 2.0, Security membership, .net security
  • web services not supporting multilingual characters in asp.net 2.0

    Hi All, We are trying to query (Siebel CRM OnDemand) data using a wsdl in ASP.NET 2.0 using C# . While querying multilingual characters (Japanese,Chinese ) it comes as ???? We have tried setting the response to utf-8 and even the web services protocol.. Anybody knows how to resolve this multilingual...
    Posted to XML Web Services (Forum) by kvenugopal on 12-03-2007, 12:00 AM
    Filed under: C#, Soap12, web Services tcl unix script security authentication, "web Service" relatve url, 2.0, web Service forms authentication session, soapheader soap header prefix, WEb Servicee, SOAP WebService, SOAP Header, SOAP, C# webService, web service download IXMLHTTPRequest, SOAPExtension, web Service async, soap request, web Service reference web.config, SOAP Header SOAP extension, Web Service DataTable, Soap header exception config, web Service xml, SoapExtensionAttribute, SOAP Toolkit, web service method obsolete, asynchronous web services asp.net
  • Accessing ObjectDataSource members in CodeBehind (C#)

    I am trying to programmatically set the SelectMethod and TypeName of an ObjectDataSource that I want to reuse with different parameters based on conditions. 1 if (condition1) 2 { 3 ObjectDataSource.DataObjectTypeName = "" ; // <-- am I to set those in a string? 4 ObjectDataSource.SelectMethod...
    Posted to Data Access and ObjectDataSource Control (Forum) by isheahan on 01-21-2008, 12:00 AM
    Filed under: C#, object data source, object data source parameters, 2.0, codebehind
Page 1 of 2 (14 items) 1 2 Next >