all groups > dotnet web services > february 2006 > threads for february 22 - 28, 2006
Filter by week: 1 2 3 4
Question on how to manage SQL Server connection string
Posted by paulo at 2/28/2006 7:06:00 PM
Hello,
I'm developing a web services apllication using SQL Server in mixed mode.
I'm also using WSE 3.0.
For each user in the application there's a corresponding user on the
database. The client always sends the username to the web service for
identification.
I have a connection string store... more >>
.NET Remoting vs. Web Services
Posted by RichieRich at 2/28/2006 8:02:53 AM
Any comments on .NET Remotinv vs. Web Services? Which would you choose?
Thanks.... more >>
Caching in web services
Posted by beaverme at 2/28/2006 5:17:33 AM
Hi,
I have a series of web services. They all use require authentication and
successful authentication instantiates a Customer object which is used for
billing purposes. All of this is handled by a common base class. I'd like to
cache these Customer objects so that I don't have to make a data... more >>
IE falls back to NTLM -- won't use Kerberos
Posted by russell.lane at 2/27/2006 5:21:20 PM
I've established user login identity impersonation and delegation for a
multi-tier web application. I'm running into a case where authentication
fails when a user accesses the app from a browser on one machine, but not
from another machine.
The relevant details -- in both cases, all of the... more >>
Can a web service return a COM object?
Posted by Juan Dent at 2/27/2006 9:50:28 AM
Hi,
I have a client application in unmanaged C++ that currenly interacts with a
COM object. Yet, I need this object to be returned by a Web Service and I was
wondering whether:
1) the COM object needs to be registered
2) aif there are any attributes that could identify the object returned b... more >>
webservices
Posted by AVL at 2/27/2006 3:47:26 AM
Hi,
I want to consume web services..
Are there any webservices which offer updates on weather and stock news
without any licenses...I mean free of cost..........Please help me out... more >>
download File From a WEB Service
Posted by Pierre at 2/27/2006 2:46:39 AM
Hi all,
I am using a web service to transfert documents between my client and
the server (code underneath). The problem is that I don't get any error
but I don't transert anything either. One of my ex-colleague used it,
so I assumed it would work.
Web Service:
[WebService(Namespace = "http... more >>
Re: Which Web Services Client to use
Posted by sibob at 2/26/2006 11:09:24 PM
Jonas,
You can try StrikeIron's Free Web Services Analyzer - downloadable
universal Web services client:
http://www.strikeiron.com/tools/tools_analyzer_windows.aspx
Jonas Hei wrote:
> I've noticed that one can use IE to test web pages (by going on
> http://hostname/blah/b... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Where to find/get XML version of response?
Posted by Greg Allen at 2/26/2006 3:24:04 PM
I have a client that inherits from
System.Web.Services.Protocols.SoapHttpClientProtocol.
I create a proxy object and then call one of the web service methods, which
returns
an object.
But I'd really like to use the XML of the response, rather than the object.
Is there a way to get this X... more >>
problem to generate c# test client from wsdl
Posted by John at 2/25/2006 10:55:39 AM
I already have an existing WSDL file and want to generate C# proxy code
and C# test client using Visual Studio .NET 2003 with Framework Version
1.1.
I firsted created ASP.NET web service, and added web reference that
points to the WSDL URL. I am able to see the methods for that web
service, a... more >>
Classic ASP
Posted by Arne Garvander at 2/25/2006 5:43:27 AM
How do I call an ASP.net web services from Classis ASP?
--
Arne
Certified Geek
But failed my Nerd exam... more >>
Axis / WSS4J / Interop
Posted by bbalet.free.fr at 2/24/2006 10:05:26 AM
Hello,
Anyone succeed to make work a .Net WebService client WSE
with WSS4J (I always get the error message 'Signature Verification
failed') ?
On the server my WSDD config is:
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
... more >>
Best way to return more than one value
Posted by Military Smurf at 2/24/2006 8:46:27 AM
I'm interested in writing a web service that will return more than one value.
What's the best way to accomplish this? I was wondering if an array would
be best, but I'd like to know if there is a better way.... more >>
Web Service method name is not valid
Posted by Andy at 2/24/2006 12:00:00 AM
Hi,
I created a sample web service and tried calling it from my VBScript.
Here it is:
----------------------------------------------------------------------------
---------------
'-- Declare variables
dim fs
dim file
dim strPara
Const URL = "http://localhost/Sample/SampleService... more >>
WSDL visual generation tool
Posted by George Jordanov Ivanov at 2/23/2006 11:23:26 PM
Folks,
I have to design the WSDL files of a bunch of XML Web Services. But,
unfortunately, I am not very keen on writing the WSDL file line by line, and
moreover be aware of the whole standard specification in details. I will be
very happy if there is a visual tool, which can do this for me... more >>
download File From a WEB Service in Windows Form
Posted by Tom at 2/23/2006 5:31:48 PM
I'm wiritng a dot.net windows forms appliction that needs to connect to a
webservice to download some files.
I need to show a progress bar during the download, bacause some file can be
very big.
How Can i Mkae this?
Can i use a stream?
There are some samples?
I'm thinking to use a byte ar... more >>
How to make a project for web services?
Posted by Frank Rizzo at 2/23/2006 12:55:21 PM
Hello,
I have a solution, which includes several pieces:
1. Web Services project (web services)
2. BusinessLayer project (dll)
3. CommonLayer project (dll)
4. DataLayer project (dll)
Each project has its own .csproj file, except for the web services. Is
it possible to put the web ser... more >>
Good measureware for a web-service
Posted by almurph NO[at]SPAM altavista.com at 2/23/2006 5:07:48 AM
Hi everyone,
Hope you can help me here please. We are going to stress test a VB.NET
web service.
I am looking for some nice free measureware that we can install easily
on the server that will show some nice graphs on things like:
1. CPU usage
2. Memory usage
3. Read/Writes etc
4. etc/e... more >>
how to expose const's in my WSDL
Posted by Ohad Redlich at 2/23/2006 3:16:30 AM
hi
i have my web service. i want its WSDL to expose, in addition to all the
methods and structs, some const-s (ints).
can i do that?
thanks,
Ohad
--
visit my photography exhibition at
www.pbase.com/ohadr
... more >>
Send/Receive a SOAP Message
Posted by Julio Delgado at 2/22/2006 4:37:33 PM
Hi,
Again sorry for my ignorance first time interfacing to a remote server that
is not a web service but it uses SOAP protocol to talk through a particular
TCP port. I need to develop a VB.NET application to send a SOAP Message to
this remote server. The only info they have given me is the ... more >>
SOAP::LITE
Posted by Julio Delgado at 2/22/2006 1:18:07 PM
Hi,
I am new to web services but I need to creating a VB.NET Client from a
SOAP::LITE server the only information that I have is the
http://servername/namespace and port number. How can I add a reference to
the web service to the application I don't think they have a WSDL document.
Thanks... more >>
Can NegotiateStream be used to authenticate a client using IE
Posted by davesmith at 2/22/2006 11:44:02 AM
I have a need for a very simple web server that can authenticate clients
using integrated windows authentication. I have been asked to propose a
solution that doesn't use IIS. I know that HttpListener is a good option, but
I need support for Win2K. I tried putting together a simple server that... more >>
Publishing Web Service, Forbidden error?
Posted by Asaf at 2/22/2006 9:45:28 AM
Hi,
When I am trying to publish my Web Service using the "Publish Web Site" from
VS.NET 2005 I am receiving the error:
"Unable to open the Web 'xxxxxx'. Forbidden"
The web server is Windows SBS 2003 Premium.
"Integrated Windows authentication" is checked on the "Directory Security"
fo... more >>
Problem generating client proxy with complex return types
Posted by louis_la_brocante NO[at]SPAM yahoo.fr at 2/22/2006 8:16:30 AM
Dear all,
I am having trouble generating a client proxy for a webservice whose
methods return a "complex" type. The type is complex in that it is a
class whose members are a mix of primitive types and of more elaborate
classes implementing IXmlSerializable. The resulting WSDL file for the
w... more >>
Web services and custom business objects
Posted by Bevo at 2/22/2006 2:28:32 AM
I'd like my web service to return an arraylist of custom business objects,
say the type MyUserClass that has properties for Name, Age and Place of
birth. Then I want an ASP.NET-application to call these and put the property
data in corresponding columns in a grid.
Is this possible? What is ... more >>
|