all groups > dotnet web services > june 2007 > threads for june 8 - 14, 2007
Filter by week: 1 2 3 4 5
Create Excel without installing MS office
Posted by Priya at 6/13/2007 12:47:01 PM
Hi,
I'm developing a webservice whicg reads data from a database and exports to
a excel sheet. This applciation works if i have MS Office installed in my
system . Since i'm unable to install MS Office in teh server is there any
alternate way to program this.
Thanks in advance
Priya... more >>
Secure Access to Web Service.
Posted by Ibrahim. at 6/13/2007 7:48:00 AM
Hi,
I have a client application which Accesses Web Service. but the Web service
allows anonymous access to any client request (web/smart client). I want to
authenticate every client request by passing username/password to make it
more secure.
Environment : Web Service/IIS5.0/ASP.NET 2.0 ... more >>
Current directoy of the Web Service
Posted by Alwin D at 6/12/2007 6:19:47 PM
Hello,
How can I get the current directory of Web Service?
Usually my Web services are under Inetpub directory.
I would like to write trace file into that place.
If I try to trace e.g. C:\Temp directory I usually havenät got
permissions to write the trace file.
So, do I have special Perm... more >>
Disabling WS-Addressing in a WS client
Posted by ultranet at 6/11/2007 7:59:05 AM
We have a client that uses .Net that needs to work against our Java (xfire)
based WS.
My question is: how can a .Net (C#) WS client be configured to not send
WS-Addressing headers? The client in particular mentions having tried WSE
2.0, and WSE 3.0, and says there is no way to turn off WS-Ad... more >>
WebSerice is TimeOut, but code on server is completed
Posted by Radek Žuja at 6/9/2007 4:07:01 AM
Hi.
I have apllication running on WCE 5.0 - mobile computer Symbol Terminal
MC9090.
I calling sql insert command from the smart device by calling WebService.
Sometimes i get Exception Service is TimedOut,but insert command in databse
completed sucessfully. I increst timeot on 5 minut, but p... more >>
A very simple question about binary/text format difference
Posted by Oriane at 6/8/2007 3:50:23 PM
Hi folks,
what makes that the SOAP/Xml binary encoding is smaller than the "text" one
? Is is only because the XML tags are more or less suppressed ?
More generally, I don't understand how gzip can reduce text file size since
I can't see how a character can be store in less than 1 byte. Or... more >>
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send.
Posted by Scott McFadden at 6/8/2007 2:59:37 PM
When I invoke two web service methods sequentially with no delay, the first
web method invocation goes smooth while the 2nd one generates the dredded:
System.Net.WebException: The underlying connection was closed: An unexpected
error occurred on a send.
The only way I have been able to mak... more >>
|