|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
if all i'm told is that i need to post an xml document to a web server, where a handler (a BizTalk solution) is already defined to accept the document depending on an expected schema definition, is it possible for me to test the post by telnetting to the required server and typing the following post request?
------------------------------------------------------- POST http://<someserver>/<somedir>/somefile.dll Content-type: xml/text <?xml version="1.0"?><ns0:Test xmlns:ns0="http://HTTPReceiveSolution.TestSchema"><field>field_0</field></ns0:Test> -------------------------------------------------------- Last edited by .net coder : July 16th, 2004 at 11:48 AM. Reason: needed to change font color |
|
#2
|
|||
|
|||
|
Have you tried? I have never tried http via telnet.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > posting an xml document to a web server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|