Generate Sample SOAP Request from WSDL
Thu, 12 Jun 2008 06:27:29 -0700 (PDT)
Is it possible in .NET to generate a sample SOAP request as an XML
string given a WSDL at runtime? Basically for making a program similar
to XMLSpy, OxygenXml or the following:
http://wscep.sourceforge.net/createrequest.html
I've seen many samples (e.g. WCF Dynamic Proxy) for generating dynamic
proxies but no ...
|
async client calls not completing
Tue, 10 Jun 2008 11:04:02 -0700
Hi...
There are a few questions wrapped up in this, but the main one is that the
WebService.MyMethodAsync() methods that are automatically generated in the
client code by VS 2005 don't seem to be finishing for me.
We have a VS add-in written in .net that used to make a number of database
calls to fill fo ...
|
Mapping a drive to a separate server?
Tue, 10 Jun 2008 07:36:00 -0700
Hello All,
We have a WEB SERVER and a FILE SERVER. I would like to create a virtual
directory on the WEB SERVER that points to a folder on the FILE SERVER. The
FILE SERVER folder has specific security settings, but, I did set 'everyone'
to READ.
Can this be done?
thanks.. ...
|
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. ...
|