473,785 Members | 2,989 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IIS 6 - post problem at port 80

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:Envel ope
xmlns:soap="htt p://schemas.xmlsoap .org/soap/envelope/"
xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http ://www.w3.org/2001/XMLSchema"><soa p:Body><HelloWo rld
xmlns="http://tempuri.org/"><myvalue>&lt; ?xml version="1.0"?& gt;
&lt;ArrayOfColu mnAttributes xmlns:xsd="http ://www.w3.org/2001/XMLSchema"
xmlns:xsi="http ://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;ColumnAttri butes&gt;
&lt;PropertyNam e&gt;@ActuatorI D&lt;/PropertyName&gt ;
&lt;PropertyHol derName&gt;@act uatorID&lt;/PropertyHolderN ame&gt;
&lt;PropertyInf oName&gt;Actuat orID_Info&lt;/PropertyInfoNam e&gt;
&lt;FrameworkTy pe&gt;System.In t32&lt;/FrameworkType&g t;
&lt;MaxLength&g t;10&lt;/MaxLength&gt;
&lt;DatabaseFie ldName&gt;Actua torID&lt;/DatabaseFieldNa me&gt;
&lt;DatabaseDat aType&gt;int&lt ;/DatabaseDataTyp e&gt;
&lt;DatabaseFie ldScale&gt;0&lt ;/DatabaseFieldSc ale&gt;
&lt;IsNullable& gt;false&lt;/IsNullable&gt;
&lt;HasDefaultV alue&gt;false&l t;/HasDefaultValue &gt;
&lt;IsPK&gt;tru e&lt;/IsPK&gt; &lt;IsIdentity& gt;true&lt;/IsIdentity&gt;
&lt;VarCanBeopt ional&gt;false& lt;/VarCanBeoptiona l&gt;
&lt;ArgumentNam e&gt;actuatorID &lt;/ArgumentName&gt ;
&lt;/ColumnAttribute s&gt; &lt;ColumnAttri butes&gt;
&lt;PropertyNam e&gt;@VehicleID &lt;/PropertyName&gt ;
&lt;PropertyHol derName&gt;@veh icleID&lt;/PropertyHolderN ame&gt;
&lt;PropertyInf oName&gt;Vehicl eID_Info&lt;/PropertyInfoNam e&gt;
&lt;FrameworkTy pe&gt;System.In t32&lt;/FrameworkType&g t;
</myvalue></HelloWorld></soap:Body></soap:Envelope>
Any clue ?
Thanks!
Nov 18 '05 #1
0 1110

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
4254
by: Geoff | last post by:
I have been asked to add postal rates to a web page shopping cart checkout procedure. After contacting the post office I discovered that they used XML to receive postal rate requests and send back the rate for a certain size, "from:" address, "To:" address and delivery service speed. The examples they showed used a HTML "Text Area" and a HTTP post statement to send the request however I need to use input from an input box and then insert...
8
1507
by: Bill Tschumy | last post by:
First let me state upfront that I'm a Java programmer, not a web developer. Consequently I may be flying a bit wild here... I have scoured the web and usenet for solutions on how to communicate with a stand-a-alone Java application from a web page. Sounds like there is no really good browser independent way other than with applets. Here is what I am trying to do... I want to load a document with two frames. The top frame basically...
2
3803
by: sushi | last post by:
Hello, I want to send a HTTP post request. The url will be given in the format http://host:port/remainder-of-URL where host is the DNS name or IP address of the host where the receiver is listening for incoming HTTP connections. port is the TCP port on which the receiver is listening for incoming HTTP
12
2673
by: Assaf | last post by:
Hi all, My client is using an online service provider that processes survey responses. After a user fills survey.aspx and presses the OK button, 2 things need to happen: 1. the data has to be posted behind the scenes to the provider's URL (e.g., http://www.surveyprocessingprovider.com/srvy1?field1=response1&field2=response2) 2. the user has to be redirected to thankyou.aspx.
6
2420
by: Philip Wagenaar | last post by:
I need to communicate with a service that listens on a specific TCP/IP port. I need to send an XML document using POST commands. I know I need to use System.Net.HttpWebRequest and System.Net.HttpWebResponse, but I am not sure how to use them.
2
8113
by: Aaron | last post by:
I'm trying to pull data from a website and read it into a file the I can parse. I've done the before to site without post variables but I can seem to get my statments to work with the post. Can someone help me out? below is the code I have so far. Thank in advance... $url="www.somesitethatneedspostvariables.com"; $postdata = http_build_query( array( 'postvarname1' ='value1',
1
1458
by: HardySpicer | last post by:
I have a laptop which has no Parallel port so I bought a USB to parallel port convertor. When I write to the virtual parallel port it doesn't respond (I can get a real port to work on a normal pc). How to write to this virtual port? I tried all the addresses. Do I need the driver - it just uses a .sys file and I normally work with dlls.All i am doing is writing a byte to the port - not asking much! Hardy
0
4107
by: shlim | last post by:
Currently I'm using VB.Net to perform a http/https multipart form post to a servlet. I'm able to perform the post using HttpWebrequest via GetRequestStream(). However, the servlet returned me with "The remote server returned an error: (500) Internal Server Error". Obviously, this means that I have not posted all the parameters as the servlet requested. But I just can't seem to find out what went wrong with my code. Hope someone can enlighten me,...
6
994
by: CindyH | last post by:
Hi: I have the following code: Dim url As String = "http://xx01xx01:800/some.ashx" Dim myrequest As System.Net.WebRequest = Nothing Dim myresponse As System.Net.WebResponse = Nothing 'Prepare web request myrequest = System.Net.WebRequest.Create(url) 'use POST
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10153
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10093
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8976
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7500
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3654
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2880
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.