Search results for query: *

  1. C

    Using custom object to map to entity property

    I am attempting to generate an HTML table where both column count and width can be customized. I am also wanting to be able to bind specific columns from a table to their corresponding columns... Example Schema: [Invoice].[Quantity] [Invoice].[ItemName] [Invoice].[TotalAmount] Originally, I...
  2. C

    Find Specific XML Node value

    I am currently trying to read in and parse an XML string that looks similar to: <?xml version="1.0" encoding="UTF-8"?> <test version="1.1"> <query id="1234534567"> <queryName>getHistory</queryName> <inputParameters> <parameter> <parameterName>requestorId</parameterName>...
  3. C

    Question Testing with SoapUI

    I have created a simple service that looks up a case number from an Oracle DB and returns all associated data for that case. I write this data to an XML file and also return it to the client. My problem is, when I test the service using SoapUI, it adds a beginning CDATA tag to the response and...
  4. C

    Question Web Service

    Good deal! Thank you! I do have another question. I have successfully connected to our Oracle DB using System.Data.OracleClient in our old ASMX service. When I attempt to add that reference to our new WCF service, it is not among the list of .NET references. Any ideas?
  5. C

    Question Web Service

    First off I would just like you to know that I am new to C# and the Visual Studio environment in itself. I am a PHP programmer but have been volun-told to contribute to a work project involving C# and creating a web service. Beyond taking a few C programming classes in college, I have very...
Back
Top Bottom