IIS 6 - post problem at port 80

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>&lt;?xml version="1.0"?&gt;
&lt;ArrayOfColumnAttributes xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;ColumnAttributes&gt;
&lt;PropertyName&gt;@ActuatorID&lt;/PropertyName&gt;
&lt;PropertyHolderName&gt;@actuatorID&lt;/PropertyHolderName&gt;
&lt;PropertyInfoName&gt;ActuatorID_Info&lt;/PropertyInfoName&gt;
&lt;FrameworkType&gt;System.Int32&lt;/FrameworkType&gt;
&lt;MaxLength&gt;10&lt;/MaxLength&gt;
&lt;DatabaseFieldName&gt;ActuatorID&lt;/DatabaseFieldName&gt;
&lt;DatabaseDataType&gt;int&lt;/DatabaseDataType&gt;
&lt;DatabaseFieldScale&gt;0&lt;/DatabaseFieldScale&gt;
&lt;IsNullable&gt;false&lt;/IsNullable&gt;
&lt;HasDefaultValue&gt;false&lt;/HasDefaultValue&gt;
&lt;IsPK&gt;true&lt;/IsPK&gt; &lt;IsIdentity&gt;true&lt;/IsIdentity&gt;
&lt;VarCanBeoptional&gt;false&lt;/VarCanBeoptional&gt;
&lt;ArgumentName&gt;actuatorID&lt;/ArgumentName&gt;
&lt;/ColumnAttributes&gt; &lt;ColumnAttributes&gt;
&lt;PropertyName&gt;@VehicleID&lt;/PropertyName&gt;
&lt;PropertyHolderName&gt;@vehicleID&lt;/PropertyHolderName&gt;
&lt;PropertyInfoName&gt;VehicleID_Info&lt;/PropertyInfoName&gt;
&lt;FrameworkType&gt;System.Int32&lt;/FrameworkType&gt;
</myvalue></HelloWorld></soap:Body></soap:Envelope>


Any clue ?
Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top