all groups > dotnet web services > november 2006 > threads for november 1 - 7, 2006
Filter by week: 1 2 3 4 5
access Web servies - Integrated windows security
Posted by Jacob at 11/7/2006 9:51:39 PM
I have some .NET web services deployed in IIS and having the Directory
security set to integrated windows security. I would like to call these
services form other web based applications written in PHP and Java. Is there
a way to pass the credentials as part of the XML used to call the web
se... more >>
Missing required Web services section of Web.config when determining Soap Protocol version
Posted by ken NO[at]SPAM soundflavor.com at 11/7/2006 10:03:14 AM
We have a user that has reported the following error when starting up
our client application that uses a web service on our back end:
System.Configuration.ConfigurationException: Missing required Web
Services section of the Web.config file.
at
System.Web.Services.Configuration.WebServicesConf... more >>
Using Web Services Vs Using Class Libraries
Posted by C at 11/7/2006 1:29:01 AM
Hi,
I am new to Web Services.
I am unable to see the difference why someone would use say a Web Service
over a Class Library.
Both support code resuse. This is the main objective.
I know that Web Services can be called from different platforms e.g Java.
But if my environment is all ... more >>
optional fields in web service structures
Posted by Zohar at 11/7/2006 12:50:02 AM
Hi,
I've created a web service which uses a structure that I've defined. This
structure contains a string and a DateTime. When the WSDL is created the
string field is assigned a minoccurs of 0, while the DateTime field is
assigned a minoccurs of 1. How can I control the multiplicity of the fi... more >>
Qualified elements in SOAP Body...
Posted by J. Dudgeon at 11/7/2006 12:01:02 AM
Is it possible to configure a .NET 2.0 ASMX Web service to accept namespace
qualified messages?
For instance, instead of:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:... more >>
How to catch message before it's sent to the Web Service
Posted by navyliu at 11/7/2006 12:00:00 AM
Hi everyone.I want to catch message before before it's send to the Web
Service.Just like WSE 3.0 customer UserNameTokenManager does.If I can do
this,I can implement some functions in my framework.For example,I can
plug-in a customer security add-in in IIS.
I'll appriciate it if you can provide... more >>
Null Web Service Request/Response
Posted by Gramps at 11/7/2006 12:00:00 AM
Hi,
I've generated a client proxy and web service stub using WSDL.exe.
All appears ok. The client proxy .cs is in the client app running in VS2005
and the web service stub is running in another instance of VS2005. Both
projects build and when debugging, brealpoints are hit.
When the cli... more >>
How to Access Web Service from VB6 with Intellisense in the IDE?
Posted by Joseph Geretz at 11/6/2006 1:21:45 PM
Our application is primarily VB6, however we are migrating toward .NET and a
newer architecture. For the time being though, we're stuck with a hybrid
approach with our ActiveX client application accessing .NET Web Services
provided by the new server-side application.
We like the benefits of... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Strip useless whitespace from XML
Posted by amattie NO[at]SPAM gmail.com at 11/6/2006 11:29:33 AM
Does anyone have any idea on how I can strip the extra whitespace in
the XML that shows up when I receive a response from an ASP.NET 2.0
webservice? This has been discussed before, but no one has ever come up
with a good answer to what seems like such a common question.
http://groups.google.co... more >>
Best Practices
Posted by Eddie at 11/6/2006 7:24:02 AM
I have a DataSet with relations and other constraints being populated from
the backend (SQL Server 2005). I use DataSet.FillSchema to retrieve the
table schema for each table in the dataset. I then create the appropriate
relations between the tables. I will use a webmethod with a return typ... more >>
Access denied
Posted by Brian Roisentul at 11/6/2006 5:29:33 AM
Hello,
I'm developing a windows application using a web service from
Sharepoint(please let me know if I'm posting in the right group).
The problem is that when I try to use any Sharepoint Portal object's
method, I get the following exception:
"System.Web.Services.Protocols.SoapException:
... more >>
WebServices Security...
Posted by Ing. Davide Piras at 11/5/2006 6:50:09 PM
Hi there
I've my .NET 2.0 C# WebApplication which exposes some WebMethod, I pass
tablename, username, password and I get a DataSet with some data (actually
the size of the dataset is not a problem since when there are more than 200
records I get the dataset page by page, using startindex and ... more >>
.NET XML Web Service interop
Posted by Kevin Burton at 11/5/2006 8:23:01 AM
I found an article on calling a .NET web service from Java but it seemed to
rely on GLUE and I was unable to find out how to download that software.
There seems to be alot written on the Sun site, and I have downloaded the SDK
and the web services SDK but I am not sure where to proceed from th... more >>
WSE 3.0 Security?
Posted by Baheri at 11/4/2006 9:02:01 AM
If I use WSE3.0 security to authenticate my user does the client need to
install WSE3.0 or any other installation? Does he need to use the WSE API to
send requestes to my service?How does a Java client running on a UNIX machine
achive this? If we need a client side installation or dependency o... more >>
Best practise of throwing errors and defining error contract
Posted by Baheri at 11/4/2006 7:52:02 AM
Can some some guide me to a good link on how to throw errors in a webservice?
Also if there is a standard way of defining different degress of erros while
exposing your webservice to thrid parties?
e.g. Service is busy is category 3 error,
Credit Card Validation failed is a category 1 error,... more >>
Web Services Compression techniques (PocketPC)
Posted by David++ at 11/3/2006 4:21:01 AM
Hi folks,
I'm looking for either some information, code or some off the shelf
libraries that can be used to compress Web Service data. It needs to be able
work on PocketPC. More than willing to pay for a library or tool which
provides the functionality.
Best Regards,
David... more >>
Webservices, Class Libraries, and Syncronizing Namespaces
Posted by Jon Ebersole at 11/2/2006 4:25:01 PM
I am developing a webservice and a windows application that talk to each
other. They are using a standard VB class library in the background. I am
having problems understanding why I can't sync my namespaces properly.
Example;
My Windows namespace is MyCompany.MyWindowsSpace
My Webservice... more >>
Web Service Security and Passing User Credentials
Posted by Baheri at 11/2/2006 1:22:01 AM
In .Net 2.0 is there a standard way of passing user credential to
authenticate a user using Web Services?... more >>
Replay Attacks in Webservice
Posted by Baheri at 11/2/2006 1:18:01 AM
Does any one have a sample on how can replay attacks be prevented in a
webservice?... more >>
facing problem to "Calling dotnet created Web Services in VB6"
Posted by rakesh kumawat at 11/2/2006 12:33:02 AM
I am facing a problem while reading the result which is loaded in DOMDocument.
In which I am sending a request to web service and getting a record of
Single Order.
This is my VB Code which is i am using....
.........................
Dim Connector As SoapConnector30 ' To connect to we... more >>
Calling webservice from 2.0 client
Posted by Johan at 11/2/2006 12:03:01 AM
We have run into problems calling a web service from a client running .NET
framework 2.0. The problem is that the first call to the web service, after
the client has been started, takes very long time, something like 15 to 30
seconds. All subsequent calls are really fast (about 10 milliseconds... more >>
Using stateserver.
Posted by archana at 11/1/2006 11:27:33 PM
Hi all,
I am new to web services. I am using stateserver to stored data which i
set using session.
I changed mode in web.config file to StateServer. But didn't change
tcipip address. I kept default value as it is.
So my question is what this address specifies.127.0.0.1:42424. And can
is ... more >>
Accessing web service -- passing parameters..
Posted by amazon at 11/1/2006 10:39:01 AM
Our vender provided us a web service:
1> xyztest.xsd file...
------------------------------------
postEvent PostEventRequest
-------------------------------------
authetication authentication
eventname string
source string
ID string
date datetime
name string
parameters NameParameterVa... more >>
Security question about IIS and Cassini
Posted by Ian at 11/1/2006 7:07:01 AM
I am developing a .NET Web Service that acts as a thin calling layer for a
larger object. Thus the larger object runs in the context of the web service
that is calling it, and is therefore subject to the security restrictions of
the Web Server the web service is run through.
All well and go... more >>
|