all groups > asp.net webservices > december 2004 > threads for december 29 - 31, 2004
Filter by week: 1 2 3 4 5
dumping database
Posted by Jo Blow at 12/31/2004 10:59:16 PM
sorry in addition to my last question,
does anyone know if it's possible for a web service/site to "dump" out a
snapshot of a subset of a database into an instantly produced MS Access
Database?, can automation be used to do this?
Thanks again for any help
ABold
... more >>
Exposing data to clients
Posted by Jo Blow at 12/31/2004 10:54:49 PM
Hi folks,
I have a client that has a distributed access disaster that I want to move
to a central ASP.NET system. I'm new to web services but is it possible to
expose the raw database tables (subset off) in a web service that they can
link to to query from Excel/access/whatever.
The problem... more >>
Calling a MFC ActiveX Control from a ASP.net web service.
Posted by dmdaniels at 12/30/2004 8:35:03 AM
I am looking for some information about a problem I have run into. I have a
third party MFC ActiveX Control and I would like to wrap it with a ASP.net
web service. I add it to my project using "Add Reference" which creates the
interop dll. I can instantiate the ActiveX Control but when I call ... more >>
web service won't run
Posted by Jim at 12/29/2004 11:11:20 PM
Hi all
I have created my first web service (yes it's the hello world example) but
it won't run in Visual studio:
No http handler was found for request type 'GET'
I am running : windows 2003 server, visual studio.net 2003, Sharepoint
Portal server 2003
ch Jim
... more >>
Capture SOAP envelope
Posted by PokerJoker at 12/29/2004 10:35:05 AM
I'm calling a web service provided to me by one of my company's vendors. I
used visual studio to automatically generate the SOAP request but I am trying
to figure out a way to trap the soap envelope before it is sent.
Is there a program, technique, or sniffer that I can use to accomplish thi... more >>
Restriction of anySimpleType is not allowed exception.
Posted by Sarika Jathar at 12/29/2004 1:39:03 AM
Hi all,
I am validating a WSDL file using the w3c schema specified at
http://www.w3.org/2001/XMLSchema.xsd.
When I am adding this schema to the XmlSchemaCollection
as follows,
XmlValidatingReader.Schemas.Add(XmlSchema.Read(
new FileStream(@"XmlSchema.xsd", FileMode.Open), null));
Th... more >>
|