Webservice works once and then DOES NOT seem to work even though program does not crash

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

  1. #1

    Default Webservice works once and then DOES NOT seem to work even though program does not crash

    Hello everyone,

    Any help you could give would be appreciated as I am totally baffled
    by this: -

    I have a form where you upload a docuement, this information is sent
    via a web service to another porgram where it process the information
    and returns some XML to create another form to add information in.

    This works successfully. When you add the extra data to the form it
    should then thourgh the same web service but different method deal
    with this information.

    This time the webservice fails. During debugging the program goes
    straight through the web service method, but does not go into it.
    ALso the XML that should be returned is not there.

    DOes any one know what is going on. The mthod there web service calls
    definetly works so it mustbe a problem with my webservice.

    I look forward to your replies.

    Phil
    Phi! Guest

  2. Similar Questions and Discussions

    1. Program crash when scanning
      I am using Acrobat 7.0.8 Professional on a Mac G4 using OS 10.4.7. I am able to scan using Photoshop CS2 but when I try to scan on Acrobat the...
    2. Latest update (3.01) is causing the program to crash.
      Is it just me or is the update for Indesign CS causing the program to crash when certain functions as used? I tried it on two computers...one really...
    3. [PHP] Program works only when there are records :-(
      Hey, Thanks for replying. sorry, i thought i explained what $tt was, but here it is in program code if you want to be clear on it. $tt =...
    4. Program works only when there are records :-(
      Hi, I have a select statment with a UNION so that i am getting 5 COUNT(*)'s from a table. After that I have this code:...
    5. JPG output of Elements causes crash of the Canon PhotoRecord program
      When I attempt to read in a JPG file saved by PhotoShop Elements into my Canon PhotoRecord program (a great little program for producing printable...
  3. #2

    Default Re: Webservice works once and then DOES NOT seem to work even though program does not crash

    Anyone, please

    Phil


    [email]phil4ever@bigfoot.com[/email] (Phi!) wrote in message news:<e12e6d58.0404220555.754f3e0d@posting.google. com>...
    > Hello everyone,
    >
    > Any help you could give would be appreciated as I am totally baffled
    > by this: -
    >
    > I have a form where you upload a docuement, this information is sent
    > via a web service to another porgram where it process the information
    > and returns some XML to create another form to add information in.
    >
    > This works successfully. When you add the extra data to the form it
    > should then thourgh the same web service but different method deal
    > with this information.
    >
    > This time the webservice fails. During debugging the program goes
    > straight through the web service method, but does not go into it.
    > ALso the XML that should be returned is not there.
    >
    > DOes any one know what is going on. The mthod there web service calls
    > definetly works so it mustbe a problem with my webservice.
    >
    > I look forward to your replies.
    >
    > Phil
    Phi! 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