Re: IIS 6 - post problem at port 80
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 07/08/04
- Next message: David Cross [MS]: "Re: ssl certificate"
- Previous message: Nathan H: "Re: User log on lock out policy does not function correctly in 2003"
- In reply to: hugo batista: "IIS 6 - post problem at port 80"
- Next in thread: hugo batista: "Re: IIS 6 - post problem at port 80"
- Reply: hugo batista: "Re: IIS 6 - post problem at port 80"
- Reply: hugo batista: "Re: IIS 6 - post problem at port 80"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 8 Jul 2004 02:44:17 -0700
Are you sure that your ISP/network-environment is not blocking port 80
access ?
Please check your W3SVC log file to see if the POST request is in the log
file (and also HTTPERR log file to make sure the request was not
disconnect). If it is not in either log file, then SOMETHING outside of IIS
has blocked that request from reaching IIS -- at which point, you need to
start looking at your networking-environment.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "hugo batista" <hugo.batista@aranhix_com_nospam> wrote in message news:eZyMFi5YEHA.2812@TK2MSFTNGP11.phx.gbl... Hi everybody I'm having a problem with the following environment: - Windows 2003 web edition - .net framework 1.1 I created a dummy web services that accepts a string in a webmethod. With some strings, the web server does not respond at port 80. If i configure my web app to respond on another port, there is no problem, but using port 80, it seems to filter the post data. My soap request seems like this: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><HelloWorld xmlns="http://tempuri.org/"><myvalue><?xml version="1.0"?> <ArrayOfColumnAttributes xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ColumnAttributes> <PropertyName>@ActuatorID</PropertyName> <PropertyHolderName>@actuatorID</PropertyHolderName> <PropertyInfoName>ActuatorID_Info</PropertyInfoName> <FrameworkType>System.Int32</FrameworkType> <MaxLength>10</MaxLength> <DatabaseFieldName>ActuatorID</DatabaseFieldName> <DatabaseDataType>int</DatabaseDataType> <DatabaseFieldScale>0</DatabaseFieldScale> <IsNullable>false</IsNullable> <HasDefaultValue>false</HasDefaultValue> <IsPK>true</IsPK> <IsIdentity>true</IsIdentity> <VarCanBeoptional>false</VarCanBeoptional> <ArgumentName>actuatorID</ArgumentName> </ColumnAttributes> <ColumnAttributes> <PropertyName>@VehicleID</PropertyName> <PropertyHolderName>@vehicleID</PropertyHolderName> <PropertyInfoName>VehicleID_Info</PropertyInfoName> <FrameworkType>System.Int32</FrameworkType> </myvalue></HelloWorld></soap:Body></soap:Envelope> Any clue ? Thanks!
- Next message: David Cross [MS]: "Re: ssl certificate"
- Previous message: Nathan H: "Re: User log on lock out policy does not function correctly in 2003"
- In reply to: hugo batista: "IIS 6 - post problem at port 80"
- Next in thread: hugo batista: "Re: IIS 6 - post problem at port 80"
- Reply: hugo batista: "Re: IIS 6 - post problem at port 80"
- Reply: hugo batista: "Re: IIS 6 - post problem at port 80"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|