H
hugo batista
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!
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!