HighTechTalks DotNet Forums  

Problem generating SOAP request

Dotnet XML microsoft.public.dotnet.xml


Discuss Problem generating SOAP request in the Dotnet XML forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
=?Utf-8?B?Sm9uYXRoYW4gQXR0cmVl?=
 
Posts: n/a

Default Problem generating SOAP request - 08-20-2007 , 11:40 AM






I need to generate the following SOAP request in a VB Windows app and then
read the response XML data into an Access database:

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<soapenv:Body
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<getOrdersForDateRange xmlns="http://obom/service/FormatB">
<FilterId xsi:type="xsd:long" xmlns="">94</FilterId>
<FromDate xsi:type="xsd:dateTime"
xmlns="">2007-07-09T23:00:00.042Z</FromDate>
<ToDate xsi:type="xsd:dateTime" xmlns="">2007-07-10T23:00:00.042Z</ToDate>
</getOrdersForDateRange>
</soapenv:Body>
</soapenv:Envelope>

I have from my customer .wsdl and .xsd files.

Any help to point me in the right direction greatly appreciated.

Jonathan Attree

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.