Starting Off How to?

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Starting Off How to?

    Say there is a secure https WS for submitting orders, and I have the XSD and a
    sample order formatted as XML.

    1. How do I get data from my SQL database out as a similar formatted sample
    order?

    2. Examples are welcome, what do I need to post in the NG?

    3. Where do I do "it" is this a TSQL process or .Net or ?


    FYI: I am completly clueless. I've posted a similar question(s) that included
    what do I need to post, but no one has addressed this in such a way that I can
    move foreward.

    The only thing that I know that I may do is to create SQL view tables to mimic
    some of the structure of the order schema to simplify my query and flatten out
    the data.

    TIA

    JeffP....


    JDP@Work Guest

  2. Similar Questions and Discussions

    1. Help starting FMS
      Hi all, i just got windows vista home premiun and install the fms 2.0.4 but it doesnt start, i try the option "run as administrator" in the star...
    2. Starting out with FMS
      Hi, We are just starting out with FMS. Was looking at this article from adobe website ...
    3. starting CF 6.1 HELP
      I have just moved back to the states from Germany, bought a new computer and now have problems getting CFMX 6.1 up and running. Using XP home...
    4. just starting
      am just starting using indesign have to create a large catalogue, including a index and a contents, is it best to to create the index and content...
    5. Starting vsftpd
      On Mon, 30 Jun 2003 Todd Cary wrote: ps wont show the process coz its started by xinetd. Try netstat -a netstat -a |grep ftp See above...
  3. #2

    Default RE: Starting Off How to?

    Jeff:

    I think you should start with some training walk-throughs.

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vcwlkWalkthroughWebForms.asp[/url]

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vbwlkwalkthroughbuildingusingwebservices.asp[/url]

    Security is a feature of IIS itself, not the code. For secured access to the pages, require SSL in the IIS configuration.

    -rwg
    This is what I think, not necessarily what is accurate
    !

    --------------------
    | Reply-To: "JDP@Work" <JPGMTNoSpam@sbcglobal.net>
    | From: "JDP@Work" <JPGMTNoSpam@sbcglobal.net>
    | Subject: Starting Off How to?
    | Date: Sat, 10 Apr 2004 09:55:34 -0700
    | Lines: 24
    | X-Priority: 3
    | X-MSMail-Priority: Normal
    | X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    | Message-ID: <uhTkwxxHEHA.700@TK2MSFTNGP09.phx.gbl>
    | Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
    | NNTP-Posting-Host: adsl-64-168-55-244.dsl.lsan03.pacbell.net 64.168.55.244
    | Path: cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.ph x.gbl
    | Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet.webservic es:22898
    | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
    |
    | Say there is a secure https WS for submitting orders, and I have the XSD and a
    | sample order formatted as XML.
    |
    | 1. How do I get data from my SQL database out as a similar formatted sample
    | order?
    |
    | 2. Examples are welcome, what do I need to post in the NG?
    |
    | 3. Where do I do "it" is this a TSQL process or .Net or ?
    |
    |
    | FYI: I am completly clueless. I've posted a similar question(s) that included
    | what do I need to post, but no one has addressed this in such a way that I can
    | move foreward.
    |
    | The only thing that I know that I may do is to create SQL view tables to mimic
    | some of the structure of the order schema to simplify my query and flatten out
    | the data.
    |
    | TIA
    |
    | JeffP....
    |
    |
    |


    rwg Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139