all groups > dotnet web services > september 2005 > threads for september 15 - 21, 2005
Filter by week: 1 2 3 4 5
not to use auto generated proxies
Posted by jason.chen NO[at]SPAM newsgroups.nospam at 9/21/2005 10:41:56 PM
Hi, can someone provide some advise on how to get around with using auto
generated proxies?
basically I already have the proxy classes, and they are used by other
places. I'd like use these existing classes instead of having to generate
another set of proxy classes, which are going to be very si... more >>
invoking a (.dll file) on the client machine from a web site
Posted by sunil at 9/21/2005 10:16:02 PM
Hello there,
I am facing a severe problem, I have to invoke a dll on a client machine
after the user click a certain link on my web page. This dll is first
downloaded to his machine and then invoked. Can this be done, if yes please
suggest me some code to do so
Thanks in advance
--
... more >>
Returning Soap Fault to Axis
Posted by Moshe Kravchik at 9/21/2005 11:26:58 AM
Hi!
We have a Web Service written in ATL Server and a client written in Java
using Axis. When something goes wrong on the server side, it returns an
HRESULT of the error which is translated into the SoapFault. The problem is
that the SoapFault is interpreted by Axis not as a SoapFaultException... more >>
Creating HTML Document
Posted by Ken Kazinski at 9/20/2005 6:55:03 PM
I have a game program I am writing.
I want to publish the results of a turn as a html document that I can then
e-mail to the players.
What would be the best way to create the html document from C#.
Thanks for the help.
Ken
... more >>
Web Services without IIS ? Is it possible and how, please ?
Posted by Mike at 9/20/2005 4:23:01 PM
Hi! I've searched this topic with limited results. I'd like to know if I can
build a
MS WebService in C#(v.1.1) on Windows Server 2003 without using IIS ? Is it
possible? What's involved ? Are there any useful URL's describing how to do
it ?
Thank you in advance,
--Michael... more >>
Create proxy class manually without using wsdl.exe tool. C#
Posted by Chenzo at 9/20/2005 3:12:39 PM
I have an issue where the provided .wsdl file is being generated
incorrectly with the WSDL.exe tool. I have to use digital client
certificates for authentication and it has been determined...by another
business...that the proxy class was generated by the wsdl.exe tool
incorrectly for use with th... more >>
Problem with webservice returning an array (You must implement a default accessor on System.Array because it inherits from ICollection. )??
Posted by Stacey Levine at 9/20/2005 2:32:03 PM
I have a webservice that I wanted to return an ArrayList..Well the service
compiles and runs when I have the output defined as ArrayList, but the WSDL
defines the output as an Object so I was having a problem in the calling
program. I searched online and found suggestions that I return an Arr... more >>
IIS Webservice unauthorised access
Posted by TrinityPete at 9/20/2005 2:47:02 AM
Hi all,
We have a web application that uses web services for data access and
retrieval. The web app and web services reside under IIS on the same
server(WIN2003). The virtual directories have been set for windows
authentication and both the ASP web application and the web services are
usi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web Service won't respond and recycling the App Pool doesn't help
Posted by Bob at 9/19/2005 10:57:02 AM
I've got a .NET Framework V1.1 web service running on a Windows 2003 Server
that has 2 web methods that are called from a web application on the same
server.
One is a fire-and-forget method that executes a long running process that
results in a database being updated.
The other is a normal... more >>
Web service through serial port
Posted by Danny W at 9/18/2005 3:03:03 AM
I'm currently developing an application involving using modems to establish a
direct conection with remote server. Is it possible to use web services in
this scenario? Does web services support support communicating through serial
ports or usb ports?
Thanks...... more >>
ServiceDescription.Types: Getting Type Information From Wsdl
Posted by Danny Gagne at 9/16/2005 12:11:10 PM
I'm currently working an .net application (I can use 1.1 or 2.0 if needed)
that needs to read a wsdl file and generate another piece of code that can
use it. I'm encountering a problem where I cannot extract all of the type
information from the wsdl using any standard tools. I'm using HttpG... more >>
http custom Gzip header being stripped on outbound request.
Posted by sameer at 9/16/2005 11:40:04 AM
Hi All,
I am adding a custom header (Gzip header for compression) to the request
when calling a webservice( sitting on a webserver) over the internet from my
application ( If interested in the details of the application , it is a
vb.net winfom application ). The web server receives this reque... more >>
No return from async web service call
Posted by Paul Hasell at 9/16/2005 7:11:03 AM
Hi,
I'm trying to invoke a web method asynchronously but just can't seem to get
it to tell me when it has finished! Below is the code I am (currently) using:
private void btnUpload_Click(object sender, System.EventArgs e)
{
try
{
SO... more >>
Soap Extender and session infromation between BeforeSerialize and AfterDeserialize events
Posted by A.M-SG at 9/15/2005 9:06:50 AM
Hi,
I am developing a SOAP extender and I need to store some session information
at BeforeSerialize ProcessMessage event, so at the AfterDeserialize
ProcessMessage event I know which call I am dealing with.
What would be the best way for storing some session information during
Proces... more >>
|