all groups > dotnet web services > february 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 >>
Can't use System.Runtime.Remoting.Channels.Http in WebService?
Posted by Kirk at 2/21/2006 1:02:29 PM
I'm trying to use a Web Service to be a Remoting client of an existing
..NET 2.0 server. But I get the following error when I try to use
System.Runtime.Remoting.Channels.Http in my WebService. The same code
works fine in a standalone app. I have inspected
System.Runtime.Remoting.dll with ilda... more >>
Passing XML Document to WebService?
Posted by Dave at 2/20/2006 12:16:26 PM
How can you pass an entire XML Document to a webservice (do you do this with
a SOAP envelope body?). Say a supplier sends or posts the entire updated
product & price list to your webservice.
Also, how to access or "grab" the Document within the webmethod? Is it just
a parameter?
I'm als... more >>
Dynamic WebReference URL
Posted by Kimba at 2/20/2006 9:11:09 AM
Hi.
Using VStudio I have developed a WebService which I placed onto several
servers. However my application can only access one on server.
During runtime, I tried to change the URL of the webreference to the other
server but that does not work -- the webreference still thinks it is the ol... more >>
many portType elements
Posted by pawel.pabich NO[at]SPAM gmail.com at 2/20/2006 1:58:58 AM
Hajo,
I would like to divide all my methods into groups, more or less like
namepsaces.
I am wonder if I can use many portType elements for that purpose?
If so then how I can distinguish between different portTypes when I
make a call?
thanks
Pawel Pabich
... more >>
Simple question on SOAP header
Posted by serge calderara at 2/20/2006 1:57:27 AM
Dear all,
Within a web service you are able to receive or send soap header values.
Does the soap header could be a place to pass web service parameter function ?
If this is the case, wjat is the real benefits on passing paramter value in
sop header rather that function parameter ?
Thanks... more >>
.NET SOAP Serialisation vs. VAST interoperability issues
Posted by martin.skarsaune at 2/20/2006 1:30:27 AM
Hi all!
I have a couple of questions regarding the SOAP serialized from classes
generated by Visual Studio from a wsdl. The SOAP server is written in
Smalltalk using the VisualAge Sst framework. There are some differences in
the SOAP messages constructed from the WSDL in the two products, a... more >>
Link Error (error LNK2022) building a WebService Proxy
Posted by manfred at 2/19/2006 10:38:30 AM
Hi Together,
I tried to build a webservice proxy using a wsdl, generated in the
sun/java world. I used the .Net 2003 Version, choosing there VC++. The
steps I did:
1. Visual C++ Projekte / "Konsoleanwendung (.Net)"
2. Projekt / Webverweis hinzufügen / lokal
I chose the wsdl, which were gen... more >>
Transferring large data using WSE3?
Posted by Asaf at 2/19/2006 12:27:27 AM
Hi,
I am developing a windows forms client application that will send a large
XML data to a web server using Web Services.
I saw this article http://www.codeproject.com/soap/MTOMWebServices.asp for
uploading files using MTOM.
Is there any way to transfer large data from the client to the ... more >>
Consume webservice without wsdl
Posted by frustratedcoder at 2/18/2006 2:01:04 AM
The following web service is run by Perl:
#!perl -w
use SOAP::Lite +trace => "debug";
print SOAP::Lite
->uri("urn:WebServices")
->proxy("http://example.com")
->SomeMethodName('param1', 'param2')
->result;
But since Perl doesnt support autogenerated wsdl and no one bothered to
write ... more >>
Can I pass an XML document through Web Services?
Posted by afshar at 2/18/2006 1:35:27 AM
Hi all,
Can I pass an XML document through Web Services instead of a simple string?
afshar... more >>
healthMonitoring
Posted by russell.lane at 2/17/2006 1:04:22 PM
I'm trying to set up health monitoring for web services and a web
application. To start very simply, I want to turn on event logging for web
requests. To do this I added the following markup to the <system.web>
section of the web.config file in the service and application directories:
<he... more >>
Suggestions on web security configuration
Posted by Ken Carter at 2/17/2006 8:17:29 AM
Framework 2.0 Web/Intranet...
What I would like to accomplish is to use windows authentication as the
store for membership services. IE: User is logged into AD they are logged
into the web site. On the otherhand if the user enters the site without
authentication to AD I would want them to e... more >>
Activating SSL on webservice
Posted by Peter Schmitz at 2/17/2006 7:31:31 AM
Hi,
I just wrote my first .net web service ;), but now I want to restrict any
unencrypted access to it (I created a certificate and added it to the IIS).
Now, the question is: Do I have to change any source code to reflect the
encrypted connection? Or can any user/admin decide whether the w... more >>
Cannot resolve apachesoap:Map
Posted by Hennesey at 2/16/2006 3:36:26 PM
Hello all,
I am developing a Visual Studio .Net 2005 application that consumes an Axis
1.3 web service.
Importing the WSDL file generates an error "cannot resolve apachesoap:Map
type"
What's wrong? Does the JAVA guy has to correct something?
Here is the beginning of the WSDL file:
<... more >>
system.web.management
Posted by russell.lane at 2/16/2006 2:29:29 PM
I'm working in Visual Studio '05, with ASP.Net 2.0 v2.0.50525.42 on board.
I'd like to use the new web event monitoring framework found in
system.web.management, but that namespace does not show up in my development
environment. Is there something special I need to do to pull it in? Do I
... more >>
Error in XML Document
Posted by Hennesey at 2/16/2006 11:54:43 AM
Hello all,
I am developing a Visual Studio .Net 2005 application.
This application consumes a JAVA web service from Axis 1.3.
When I call a method of the web service I get the following error message:
{"Error in XML-Document (1,393)."}
System.InvalidOperationException: {"Error in XML-D... more >>
"An existing connection was forcibly closed by the remote host"
Posted by Karl Prosser at 2/15/2006 12:19:27 PM
im using vs2005 with wse3.0 trying to talk to a third party webservice over
SSL, and on calling the first webmethod , i get the following exception
"An existing connection was forcibly closed by the remote host"
i don't haev a clue how to proceed or interpret this.. I have traced teh
gener... more >>
migration of web service session
Posted by benjamin_kohler NO[at]SPAM yahoo.de at 2/15/2006 11:42:25 AM
hi,
if have the following scenario:
I have a winform client which communicates with a web service method
that supports session (EnableSession=true), so a cookie is created for
this client after the first call of this method.
Then the web service session should be migrated to a different machi... more >>
How do you get the Soap Envelope from inside a ASMX Web Service
Posted by Anthony Yott at 2/15/2006 11:10:33 AM
Folks,
I have a ASMX Web Service (.Net 2.0) and I'm NOT using WSE. I would like to
retrieve the incoming SOAP envelope body (raw XML) inside one of my web
method calls but I'm not sure how to do this. I need this information for
auditing/tracking purposes. I would appreciate any suggestions... more >>
"The operation has timed out" sometimes
Posted by Dave at 2/15/2006 10:29:11 AM
Calling an external webservice, sometimes we get "operation has timed out."
the full stack trace is below (I've just replaced personal info).
The webservice provider suggested it timed out trying to connect to their
service which may be related to network issues. I don't see that information ... more >>
default credentials
Posted by TrinityPete at 2/15/2006 6:58:26 AM
Hi all,
I have a little problem that is really bugging me. I have a windows forms
application that calls a web service (VS2005 and Framework 2). As part of the
call to the web service I set the credentials of the webservice proxy to
System.Net.CredentialCache.Default credentials. The call f... more >>
Unable to add Web Reference in VS?
Posted by Dave at 2/14/2006 9:39:29 AM
I have a web service on a site and I want to add a web reference to it in my
VS 2003 project.
The service is sitting on a site enabled with basic auth.
I login, I find the service OK but when I go to click "Add Reference" I get:
"Web Discovery Service"
Unable to download following fi... more >>
Error Message: The handle is invalid
Posted by Gabe Garza at 2/14/2006 9:16:26 AM
In the following code snippet:
Microsoft.Web.Services.Security.Signature sig;
try
{
sig = new Signature(x509Token);
}
catch(Exception ex)
{
txtStatus.Text = ex.Message + "-" + x509Token.Certificate.GetName();
}
t... more >>
Want to Know the status of a WebService
Posted by sri at 2/14/2006 3:41:28 AM
Hi all,
I have a situation where i have to know the status of a web service(whether
it is runing or not), from another Web Service.How i can know it.Please help
me.... more >>
Help need calling a webservice.
Posted by jens Jensen at 2/13/2006 5:10:17 PM
Hello ,
i'm calling a webservice generated with oracle webservice java tools.
I'm not able to add a web reference to a .net client the usual way with
visual studio 2005.
I was therefore provided with a set of Dll that implement the proxy needed
to consume this web service.
I'm now wrapp... more >>
|