| Thread | Last Post | Replies |
|
| Going nuts with permissions and webservices!!! | 13 Aug 2004 20:21 GMT | 2 |
Hi everyone, I have a VBScript making a http request to a webservice. The webservice simply creates a .txt file on the c:\. The VBScript successfully calls the webservice when the webservice is
|
| Ping | 13 Aug 2004 18:31 GMT | 1 |
I want know if a compuer in on by pinging it. How can I know if ping is getting a reply from it or not? -- There are 10 types of people. Those who understand binary and those who dont.
|
| call web service method then disconnect | 13 Aug 2004 18:04 GMT | 2 |
I am new to web services and I have a quick question. I need to call a web service method from my aspnet project but I do not want get a response from it. I just want to call it and then proceed with my code.
|
| Returning typed dataset from a webservice | 13 Aug 2004 18:01 GMT | 1 |
i have a webmethod returning a typed dataset. when i test the webservice in the browser i saw that the result included the definition of the typed dataset. is this always the case? i think that the overhead of including the type definition with every result is not necessary, ...
|
| Web Service - Current directory? | 13 Aug 2004 16:40 GMT | 4 |
How do I access a file in the current directory? If my web service runs Directory.GetCurrentDirectory() I get c:\winnt\system32
|
| Passing Inherited types to a web service method | 13 Aug 2004 14:14 GMT | 3 |
Consider the following: Class A { ...
|
| Service Oriented Architecture? | 13 Aug 2004 12:45 GMT | 6 |
All, There is alot of talk and buzz around the idea of implementing a service oriented architecture. I am very much interested in this concept and how it could help benefit the corporation that I work for. However, I am failing
|
| Can the WS 2.0 soap.tcp transport use the SoapPlainFormatter instead of the SoapDimeFormatter? | 13 Aug 2004 02:17 GMT | 3 |
In http://www.codeproject.com/useritems/SoapMSMQ.asp, the author mentions that the WSE2.0 soap.tcp transport uses the SoapDimeFormatter to format the SOAP envelope for physical transport the wire. We'd like to test a simple UNIX/C-based SOAP client application that would
|
| WS-Transaction | 13 Aug 2004 01:26 GMT | 1 |
I understand that 'WS-Transaction' is the standard for cross-webservice transaction management. Couple of questions :- 1) In what state of readiness is it ? 2) will it work even if one of the 2 web services was developed using a
|
| Is the Service name TYPE mandatory in WS-BP1.0 | 13 Aug 2004 00:51 GMT | 1 |
Hiya Fellows, I know that there are a few implementations out there that actually writes pure interface WSDL files. Therefore, the Service name is NOT mandatory for such an implementation. Such a modification can be easily made: simply
|
| Tutorial for Web Service | 12 Aug 2004 22:46 GMT | 3 |
Can anyone suggest me good tutorial for WebService ? Marmik
|
| How to call Web-service hosted on Forms-authenticated site? | 12 Aug 2004 13:50 GMT | 1 |
I know how to do this in case of Windows auth. But what about Forms auth.?
|
| .NET and custom gina.dll / winlogon ? | 12 Aug 2004 13:15 GMT | 2 |
Is it possible to call c# class methods from within my custom gina.dll (winlogon enviroment) ? Have you ever faced similar problem? Particularly, I'd like to call xml web services methods through .Net proxy
|
| Can't Bind Datagrid with Dataset returned by WebService | 12 Aug 2004 12:09 GMT | 1 |
I've wrote a Webservice which return a Dataset. I have made an object on a client pc to acces this webservice. The asynchhroned call to webservice fill correctly my dataset. But when in my form, I wish to use this Dataset, I get error at runtime.
|
| exposing Data Transfer objects through inheritance | 12 Aug 2004 10:16 GMT | 1 |
I'm developing a web service in which i have to expose lot of buisness entities. These entities are implemented as Data Transfer objects to be exposed to clients. i have defined a base class IData for all these business entity classes and the web method exposed in web service is
|