DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Mon, 20 Aug 2007 08:40:00 -0700,    posted on: microsoft.public.dotnet.xml        back       

Thread Index
  1    Jonathan Attree


Problem generating SOAP request   
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
Date:Mon, 20 Aug 2007 08:40:00 -0700   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us