Prev: why cant stop a site
Next: App pool being disabled
From: Brian Cryer on 18 Aug 2010 12:33 "rich" <rich(a)discussions.microsoft.com> wrote in message news:7115B5BE-C2AC-4EEF-A999-B1F815809042(a)microsoft.com... > For the IP Address question, requests are sent from 2 different computers. > On the host where BizTalk/IIS are running (via remote desktop session)... > - Browse to the webservice (ESBReceive.svc) from IIS Admin. Successful > GET > - Browse to the webservice (ESBReceive.svc) from IE: Successful GET > - POST the SOAP message from SoapUI: Failed with the 404 > > On my desktop... > - Using IE, browse to the web service. Successful GET operation > - POST the SOAP message from SoapUI: Failed with the 404 > > For the Reserved Word possibility, I don't think any words are reserved. > The service is called "ESBReceiver/Receive.svc". > Could "Receive" possibly be a reserved word? Very unlikely. No. <snip> -- Brian Cryer http://www.cryer.co.uk/brian
From: rich on 19 Aug 2010 09:56 Yes Brian, that is correct. All the PUTs are failing with the 404. "rich" wrote: > For the IP Address question, requests are sent from 2 different computers. > On the host where BizTalk/IIS are running (via remote desktop session)... > - Browse to the webservice (ESBReceive.svc) from IIS Admin. Successful GET > - Browse to the webservice (ESBReceive.svc) from IE: Successful GET > - POST the SOAP message from SoapUI: Failed with the 404 > > On my desktop... > - Using IE, browse to the web service. Successful GET operation > - POST the SOAP message from SoapUI: Failed with the 404 > > For the Reserved Word possibility, I don't think any words are reserved. > The service is called "ESBReceiver/Receive.svc". > Could "Receive" possibly be a reserved word? > > Thanks, > ~Rich > > In all situations, browsing to the service (Get operation), will succeed. > In all situations, Post operation from SOAPUI fails with the 404. > > > > > "Brian Cryer" wrote: > > > "rich" <rich(a)discussions.microsoft.com> wrote in message > > news:C5CC8B57-9995-4758-A5A5-9A5E41D61421(a)microsoft.com... > > > Hello, > > > > > > > > > I am testing a BizTalk application. I am using the SoapUI tool to send > > > messages to a web service on BizTalk, through IIS. BizTalk and IIS 5.0 > > > are > > > running on a Windows XP desktop. > > > > > > When I send the message, IIS is returning an HTTP 404 - File Not Found > > > error > > > for 1 specific file. This occurs only on a Post operation. If I send a > > > Get > > > request, it succeeds. That is, I can browse to the file representing the > > > web > > > service. It comes up and displays as expected. It is only when actually > > > sending this SOAP message that the 404 gets returned. > > > > > > I've changed security on the target file/folder, but get exact same > > > results. > > > So, the file is definitely there. > > > > Just a thought, if you look at the logs is the request definitly for the > > page you think it is? > > > > > What could cause a 404 error when you're certain it is there, and you're > > > certain that security is not preventing access? > > > > I have seen a GET request fail because the file or folder name is reserved. > > I had trouble showing a file called /bin/1.htm even though the file existed. > > Unlikely to be the issue in your case if GET works but POST doesn't. > > > > > Thanks in advance, > > > > > > Rich > > > > -- > > Brian Cryer > > http://www.cryer.co.uk/brian > > > > . > >
From: Brian Cryer on 20 Aug 2010 04:28 "rich" <rich(a)discussions.microsoft.com> wrote in message news:F15278E0-5E6D-46FB-9050-A3949CE1C782(a)microsoft.com... > Yes Brian, that is correct. All the PUTs are failing with the 404. If its every POST which is failing - regardless of your IP address - then I'd look at whether its a BizTalk issue. Specifically does it accept POSTS? or whether there is any configuration that needs to be in place to allow it to accept POSTS. (Don't know BizTalk so this isn't something I can help with.) -- Brian Cryer http://www.cryer.co.uk/brian
From: rich on 25 Aug 2010 10:52 There is no indication that the message ever makes it to BizTalk. "Brian Cryer" wrote: > "rich" <rich(a)discussions.microsoft.com> wrote in message > news:F15278E0-5E6D-46FB-9050-A3949CE1C782(a)microsoft.com... > > Yes Brian, that is correct. All the PUTs are failing with the 404. > > If its every POST which is failing - regardless of your IP address - then > I'd look at whether its a BizTalk issue. Specifically does it accept POSTS? > or whether there is any configuration that needs to be in place to allow it > to accept POSTS. (Don't know BizTalk so this isn't something I can help > with.) > -- > Brian Cryer > http://www.cryer.co.uk/brian > > . >
From: Brian Cryer on 26 Aug 2010 05:19
"rich" <rich(a)discussions.microsoft.com> wrote in message news:7940513F-CEBA-4D71-9688-0A1F1599AAA3(a)microsoft.com... > There is no indication that the message ever makes it to BizTalk. Does it make it as far as IIS? So can you see a request in the logs? If no then look at the generated HTML to see where the request is going and is yes then I can't think what it might be if it isn't a BizTalk issue. -- Brian Cryer http://www.cryer.co.uk/brian |