Link to home
Start Free TrialLog in
Avatar of Steynsk
SteynskFlag for Netherlands

asked on

Making a SOAP request in classic ASP

Hi Experts,

I would like to be able to make a soap request in my classic ASP page. And catch the returned response.
I've installed the "Microsoft WSE 3.0 Runtime.msi" on my Windows server 2003 with IIS6
hoping this would make it possible to use SOAP in my ASP pages.

I would like to make this request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:hl7="http://hl7.mydomain.com" xmlns:urn="urn:hl7-org:v3">
  <soapenv:Header/>
  <soapenv:Body>
    <hl7:GetPatientIdentified>
      <urn:patientId root="2.16.840.1.113883.2.4.3.8.12" extension="1234567" />
    </hl7:GetPatientIdentified>
  </soapenv:Body>
</soapenv:Envelope>

Can someone please help me out with a little samplecode? I've found endless numbers of links but none of them help me to make it working.
All help would be welcome.
Avatar of Steynsk

ASKER

I've requested that this question be deleted for the following reason:

In my question I've asked not to post links and the only answer was again links.....
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
See my post