| Thread | Last Post | Replies |
|
| Runtime error "no row at position 0" when trying to access WebMethod arguments | 31 May 2004 19:17 GMT | 1 |
I have a curious problem. I have a WebService with one method that requieres some arguments (basicaly strings, ints, long[]s and a XmlDocument). trying to call this method from a remote client throws me the error "no row at position 0". This is very strange because i get no errors ...
|
| Verify Correct Implementation in Web Services | 30 May 2004 12:49 GMT | 1 |
I have a Windows Application and multiple Web Services, all Web Services will implement the same interface. My Windows Application allow users to enter Web Services' URL themselves and store in an .config file with XML format. In this case, I will only add one Web Service as web ...
|
| COM object in webservice | 29 May 2004 02:21 GMT | 1 |
Is there some sort of restriction for instantiating a COM object in a .NET webservice? I have a method inside my webservice that instantiates a COM object, and returns a custom class, but if I return the custom class after I instantiate the COM object, I always get a garbled ...
|
| C# Client (SoapHttpClientProtocol) and Secure Web Service | 28 May 2004 21:26 GMT | 1 |
I am having trouble coding this simple soap client to submit a soap package over https to the desitnation URL. What do I need to do in my class in order to support client -> server soap exchange over secure sockets?
|
| Webservice timeout | 28 May 2004 20:52 GMT | 2 |
Hi, I have a .exe that uses a webservice to access data from a SQL server 2000. However I have a timeout problem, somewhere along the line.
|
| Request specific singleton in webservice ? | 28 May 2004 16:14 GMT | 1 |
I would like to use the singleton pattern in a webservice in order to ensure one and only one instance of certains objects within the context of the webservice request. When I try to build the usual singleton pattern with the static
|
| WSDL file produces useless class when imported with WSDL.exe | 27 May 2004 22:40 GMT | 1 |
I am having a problem with a WSDL file supplied by a client. When WSDL.exe is used, the WSDL file (shown later) produces the following output class. As you can see there are no methods. WSDL.exe does not raise any errors. There either something wrong with the WSDL file or WSDL ...
|
| how to use Manespace Property in code behind | 26 May 2004 22:10 GMT | 5 |
I have a Default.asmx file that contains only this line: <%@ WebService Language="vb" Codebehind="WebService.vb" class="MyProgramBS.WebService" %> All my WEbMethods are in MyProgramBS.WebService: e.g.
|
| IsPostBack ?? | 26 May 2004 17:16 GMT | 1 |
how can I initialize data kept in the Session-object only the first time a WS is invoked and not everytime the WS is invoked. I tried : Sub New() if IsPostBack = false then
|
| Typed DataSet and converting types | 26 May 2004 17:15 GMT | 1 |
I've met strange behavior in VS 2003: I created Web service with web method which returns typed DataSet with some fields of "date" data type. But when I've added web reference to this web service in other project, I've
|
| Client found response content type of '', but expected 'text/xml' | 26 May 2004 09:09 GMT | 1 |
I am trying to run a web service project with multiple web services. The problem is that this works sometimes, and sometimes it does not work. I've worked on this problem for nearly 3 days now, and still no solution :( The exception is An unhandled exception of type 'System ...
|
| Consume webservices from ASP | 25 May 2004 18:05 GMT | 2 |
I'm wondering if there is a way of consuming webservices from any technology (.NET, JAVA based) from and ASP based application - not ASP.NET. If so please direct me on the steps to follow or to any URL you might know On the same issue, must I jave W2003 Server to use ASP.NET, I ...
|
| major problem with web service on SOME machines | 25 May 2004 13:36 GMT | 3 |
i have a web service installed on various computers. some XP, some 2k. there is no rhyme or reason to which ones work and which ones don't. i get a "client response of 'text/html', but expected 'text/xml'. the client is connecting to the local machine. i made the directory ...
|
| Corba vs SOAP | 25 May 2004 11:10 GMT | 1 |
Can somebody give me short description why SOAP is simpler than CORBA!
|
| i need solution | 25 May 2004 08:29 GMT | 1 |
the following is the error kindly help me solving the error Server Error in '/' Application ------------------------------------------------------------------------------- Parser Error
|