tracing in webservices
Tue, 10 Jun 2008 14:24:46 GMT
I'm trying to implement a trace from within my webservice. I'm debugging
the trace code in the web service but every line that actually does any
output is ignore within VS2005.
for example:
Trace.WriteLine("hello")
The above line and any line that actually tries to write to the trace is
ignored. I can ...
|
GetList Result
Tue, 10 Jun 2008 05:17:02 -0700
I want to get all the Properties of the GetList (Fields, ..) into a Table or
into a DataSet.
It would be nice to have a xsd File to perform a procedure like this
for the List Collection.
XmlNode node = service.GetListCollection();
XmlDataDocument xd = new XmlDataDocument();
...
|
load activeX from filesystem
Fri, 06 Jun 2008 00:00:24 -0700
Hi all,
I have an html page such as the following:
<OBJECT id="myobj" classid="http:test.dll#Demo" VIEWASTEXT>
</OBJECT>
In this way, I can download c# assembly from web server on the client
side and I call method defined inside class Demo.
Now I'd want to know if It's possible force to load t ...
|
VS2008 Webservice Internet Explorer cannot display the webpage
Thu, 5 Jun 2008 13:36:13 -0500
I get the following error when trying to browse the .asmx.
I get the same thing when trying to add a reference.
using .NET 2.0
There is no error message.
Any ideas?
Thanks,
Schneider
...
|
Web services and security
Thu, 5 Jun 2008 07:32:20 -0700 (PDT)
Hi all
I need to build a web service and ensure that it can only be used by
those who are authorised to use it
I believe I can go with WSE or WCF. What are the differences and which
one should I go with?
My application is developed using Visual Studio 2008, C# and .Net
framework 3.5
What other options ...
|
What is the best practise for passing objects from and to web
services?
Thu, 5 Jun 2008 05:31:48 -0700 (PDT)
Hi all
What are the best practises for passing custom objects to and from
from services? In particular:
1)Should datasets be passed, or custom objects be passed?
2)When it comes to passing collections of objects what options are
there? Should datasets be used here or should a generic list
collection be use ...
|
I have the same problem.
Wed, 04 Jun 2008 13:57:04 -0700
Anyone found a solution?. Thanks. ...
|
|
|
WCF Custom Serialization
Wed, 4 Jun 2008 05:21:15 -0700 (PDT)
Hi
I am using WCF RESTful services for my application.
However the services are required to return either JSON or XML
depending on a parameter that is passed to the service. So I cannot
use the ResponseFormat property of the WebInvoke attribute directly.
Can anyone tell me what is the best way to achieve ...
|
Architecture question
Wed, 4 Jun 2008 10:51:11 +0200
Hi
Assumption: I need to develop two applications - windows forms and ASP web
page.
Architecture: I developed web service which is being consumed by windows
forms application. The communication with database is between web service
and database.
Question: Is that possible to use the same web service wh ...
|
Example of Async Web Service with asmx?
Tue, 3 Jun 2008 16:54:01 -0700
Hi,
I've been looking around for a day for some good examples of using async web
services with asmx using the Async and Completed events. I need to understand
how to use these and how to get an object back from the service and make it
available for the main thread. Any pointers would be greatly appreciated. ...
|