Click here to Skip to main content
15,886,806 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: mail addresses in html pages... Pin
AspDotNetDev24-Mar-11 10:13
protectorAspDotNetDev24-Mar-11 10:13 
QuestionRe: mail addresses in html pages... Pin
Joan M27-Mar-11 20:59
professionalJoan M27-Mar-11 20:59 
AnswerRe: mail addresses in html pages... Pin
AspDotNetDev28-Mar-11 19:27
protectorAspDotNetDev28-Mar-11 19:27 
GeneralRe: mail addresses in html pages... Pin
Joan M29-Mar-11 0:41
professionalJoan M29-Mar-11 0:41 
AnswerRe: mail addresses in html pages... Pin
Dalek Dave25-Mar-11 5:00
professionalDalek Dave25-Mar-11 5:00 
GeneralRe: mail addresses in html pages... Pin
Peter_in_278027-Mar-11 21:11
professionalPeter_in_278027-Mar-11 21:11 
GeneralRe: mail addresses in html pages... Pin
Joan M29-Mar-11 0:39
professionalJoan M29-Mar-11 0:39 
QuestionConsuming SOAP 1.1 WebService using Telnet Pin
NandoMan23-Mar-11 15:18
NandoMan23-Mar-11 15:18 
Hi guys!

I need to consume a WebService using the SOAP 1.1 standard via Telnet in Windows, but I´m getting a "Bad Request (Invalid Verb)" response.

The request is this:

POST /WS_PRU_PRODUCTO_76/ws_initialize.asmx HTTP/1.1
Host: opnt08
Content-Type: text/xml; charset=utf-8
Content-Length: 510
SOAPAction: "OpenSystems.WebServices.UI/INITIALIZE_WS"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthenticationHeader xmlns="OpenSystems.WebServices.UI">
      <User>*******</User>
      <Password>*******</Password>
      <Instance>********</Instance>
    </AuthenticationHeader>
  </soap:Header>
  <soap:Body>
    <INITIALIZE_WS xmlns="OpenSystems.WebServices.UI" />
  </soap:Body>
</soap:Envelope>


So, I telnet the host, paste the request, but even before finishing pasting, the response arrives.

Here's the output produced by the Telnet session:

POST /WS_PRU_PRODUCTO_76/ws_initialize.asmx HTTP/1.1
Host: opnt08
Content-Type: text/xml; charset=utf-8
Content-Length: 510
SOAPAction: "OpenSystems.WebServices.UI/INITIALIZE_WS"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/en
velope/">
  <soap:Header>
    <AuthenticationHeader xmlns="OpenSystems.WebServices.UI">
      <User>*******</User>
      <Password>*******</Password>
      <Instance>********</Instance>
    </AuthenticationHeader>
  </soap:Header>
  <soap:Body>
    <INITIALIZE_WS xmlns="OpenSystems.WebServices.UI/INITIALI
quest
Date: Thu, 24 Mar 2011 01:05:48 GMT
Server: Microsoft-IIS/6.0Z
 X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0

_WS"
Content-Type: text/html
Date: Thu, 24 Mar 2011 01:05:48 GMT
Connection: close/
 Content-Length: 35

<h1>Bad Request (Invalid Verb)</h1>>
C:\Documents and Settings\cpantoja>
C:\Documents and Settings\cpantoja>  </soap:Body>
The syntax of the command is incorrect.
C:\Documents and Settings\cpantoja></soap:Envelope>


this guy here[^] says it might have something to do with the namespaces, but I can't quite understand what he's trying to say.

Any help would be appreciated!
QuestionPrinting issues in IE with framesets Pin
Gerben Jongerius23-Mar-11 5:04
Gerben Jongerius23-Mar-11 5:04 
AnswerRe: Printing issues in IE with framesets Pin
cjoki24-Mar-11 5:10
cjoki24-Mar-11 5:10 
GeneralRe: Printing issues in IE with framesets Pin
Gerben Jongerius24-Mar-11 22:31
Gerben Jongerius24-Mar-11 22:31 
GeneralRe: Printing issues in IE with framesets Pin
cjoki25-Mar-11 3:06
cjoki25-Mar-11 3:06 
Questionsomething very Strange in Webservice and windows-ce connection.... Pin
goldsoft19-Mar-11 19:20
goldsoft19-Mar-11 19:20 
QuestionWidth of window and presentation Pin
Dalek Dave11-Mar-11 14:27
professionalDalek Dave11-Mar-11 14:27 
AnswerRe: Width of window and presentation Pin
Graham Breach11-Mar-11 23:04
Graham Breach11-Mar-11 23:04 
QuestionTrusted sites in IE7 and 8 Pin
prakk889-Mar-11 0:20
prakk889-Mar-11 0:20 
QuestionOut of Memory error in asp while fetching data from sql and display around 1,00,000 records Pin
priyaahh8-Mar-11 19:43
priyaahh8-Mar-11 19:43 
AnswerRe: Out of Memory error in asp while fetching data from sql and display around 1,00,000 records Pin
Dalek Dave8-Mar-11 21:40
professionalDalek Dave8-Mar-11 21:40 
AnswerRe: Out of Memory error in asp while fetching data from sql and display around 1,00,000 records Pin
R. Giskard Reventlov9-Mar-11 4:59
R. Giskard Reventlov9-Mar-11 4:59 
QuestionAccessing local machine from web page Pin
pstsp91127-Feb-11 3:51
pstsp91127-Feb-11 3:51 
AnswerCross post Pin
Not Active27-Feb-11 6:02
mentorNot Active27-Feb-11 6:02 
AnswerRe: Accessing local machine from web page Pin
Pete O'Hanlon6-Mar-11 4:54
mvePete O'Hanlon6-Mar-11 4:54 
GeneralRe: Accessing local machine from web page Pin
GenJerDan6-Mar-11 5:22
GenJerDan6-Mar-11 5:22 
JokeRe: Accessing local machine from web page Pin
Eddy Vluggen20-Mar-11 3:44
professionalEddy Vluggen20-Mar-11 3:44 
QuestionCSS Question on newly discover Syntax [modified] Pin
toikken23-Feb-11 11:33
toikken23-Feb-11 11:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.