all groups > dotnet web services > january 2008 > threads for january 15 - 21, 2008
Filter by week: 1 2 3 4 5
.htaccess and soap
Posted by Joshua at 1/19/2008 7:38:08 PM
Hi,
I want to cosume a .htaccess protected webservice by C#. While I am
calling a function I get a Exception like this:
SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://...'
If I go to the file by browser I get this output:
Browser:
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://sche... more >>
There is already an open DataReader associated with this Command..
Posted by Asaf at 1/19/2008 9:57:00 AM
Hello,
I have two Table Adapters that I am storing in a Cache using .NET 2.0 Web
Service and the Database is SQL Server on Windows 2003 IIS6.
Each of the two table adapters has its own Connection string.
The reason that table adapters are in cache is because I would like to
maintain the c... more >>
Can you create a VISIBLE System.Windows.Forms.Form in a webservice?
Posted by jojoba@gmail.com at 1/18/2008 11:16:00 AM
Hi,
I am trying to create a .net webservice such that:
When a user calls the service, the server creates a
System.Windows.Forms.Form
and shows it on the server screen. I know this sounds bizarre, but i
do have a good reason for doing this.
I can get the following to work when i run the ser... more >>
Tweeking webservice to produce small XML representation if dataset
Posted by DC at 1/17/2008 9:08:27 AM
Hi,
the xml my webservice is rather verbose. One simple tweak was setting
the table name to "T" (while it was "Table1" by default) which saves
nicely since the function easily returns 5000 rows. But there is more
redundant stuff, one row now looks like:
<T diffgr:id="T4998" msdata:rowOrder=... more >>
Webservice running very slowly
Posted by John Sheppard at 1/16/2008 11:53:41 AM
Hello there,
I am running a webservice on IIS6, sometimes it runs at a reasonable speed,
sometimes it runs painfully slow and sometimes inbetween. The application
that consumes the service is vb.dotnet and runs on a local area network.
Does anyone have any ideas? Where should I start to lo... more >>
Returning an ArrayList of Custom Objects From a Web Service
Posted by Drew at 1/16/2008 9:24:03 AM
I have a current requirement to all a subsidiary to use a current legacy
application and interface with my new system to inject data when appropriate.
I wanted to create a web service since we are both .Net shops and this would
seem to be the easiest method. But I ran into one snafu. I wanted ... more >>
<%@ WebService Language ="Vb" Class="....
Posted by cj at 1/15/2008 4:54:25 PM
I've seen examples of web services written with <%@ WebService
Language ="Vb" Class=".... at the top. Is it not used in VB 2008?... more >>
different way of writing a web service?
Posted by cj at 1/15/2008 3:45:34 PM
<System.Web.Services.WebService(Name:="CJ's Service",
Description:="Testing 123", Namespace:="http://myco.com/cj/one")> _
<System.Web.Services.WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)>
_
<ToolboxItem(False)> _
Public Class Service1
Inherits System.Web.Services.Web... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Exposing VB6 COM dll via WCF
Posted by chriscap at 1/15/2008 8:58:01 AM
I tried searching the forums for this already and didn't find anything. I
want to expose functionality from a vb6 COM component via a WCF service. I
am trying to evaluate if exposing this webservice and using a COM component
is scalable. I have heard there are problems with this revolving a... more >>
using SoapExtensionAttribute to specify soapextension
Posted by Eddie J at 1/15/2008 8:52:12 AM
I'm trying to define a SoapExtensionAttribute to tag web service method calls
that should run through a SoapExtension. However, I can only get it to work
when the SoapExtension is defined in the config file.
Are there any known issues with using the former method?
Thanks--... more >>
|