all groups > dotnet web services > march 2006 > threads for march 22 - 28, 2006
Filter by week: 1 2 3 4 5
Is it possible to pass a XML document as a Web Service parameter?
Posted by placek at 3/28/2006 11:02:05 PM
Hi all.
I would like to create two web services:
- The first one - ImportData - should take as an input parameter a XML
document and return an integer saying if passed XML document was valid
and was succesfully processed.
- The second one - ExportData - should take as an input parameter an
... more >>
Consistent Types Across Web Services
Posted by IanH at 3/28/2006 12:20:04 AM
I am currently experiencing a problem with using web services within .Net 2.0.
My problem is that i have client and server components that interact through
a common class foo. This same class is used extensively through other parts
of the system.When the application is distributed through web... more >>
Unexpected behavior - getting exception - Underlying connection cl
Posted by Rahul Anand at 3/27/2006 9:09:01 PM
As per our requirements we have a web service which internally connects
(Simple HTTP Post Request) to a remote server to initiate some work. We are
calling the web service method asynchronously from a .NET Web Application
hosted on IIS. In our setup the web request form a client can be running... more >>
debeug a web service
Posted by Felix González at 3/27/2006 6:26:28 PM
Hi
I´m usinf Vs2005. I´ve a web service in file system but I need to debug it
invoquing from PDA. for that I need to deply the service on my local IIS. in
project options I checked user custom server with my local IIS but dosen´t
work. and the web service are not deployed to the local IIS.
... more >>
Will VB6 handle overloaded methods of web services?
Posted by Rod at 3/27/2006 10:51:35 AM
I've asked whether or not a VB6 application could use a web service that I
am writing in .NET 1.1, and I've learned that it can, using the SOAP
toolkit. Right now I'm working on the web service, and I would like to
overload some of the methods for different implementations. Of course I
belie... more >>
Using LDAP in a web service
Posted by Chris Kormann at 3/27/2006 9:01:07 AM
I am attempting to use LDAP to retrieve a list of users from within a web
service. When the FindAll() method is invoked, I receive the following
exception: "The specified domain either does not exist or could not be
contacted."
The code that does not work from within the web service works ... more >>
An error that I havnt encounterd
Posted by pmj.net NO[at]SPAM gmail.com at 3/27/2006 3:30:59 AM
The Below shown is the Error that i get when accessing a web service from an asp.net application.When i call a method of the web service it shows this error.
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference n... more >>
How to call a Web service from 'old' ASP?
Posted by placek at 3/27/2006 2:08:48 AM
Hi all.
I am not sure if it is a proper group for my post.
I would like to know if it is possible to call a webservice from "old"
ASP? By "old" ASP I mean ASP, not ASP.NET. If it is possible, then how
can it be done?
Thanks in advance,
misiek
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Invoking a WebService using a Client Application
Posted by Ganesh Muthuvelu at 3/26/2006 2:42:57 PM
Hi,
I have a web serivce created that contains several methods that are
NON-PRIMITIVE types - meaning I cannot test it directly from the browser. So,
I thought of devloping a client application in .NET that can submit the XML
request and receive the response.
I created the application and... more >>
Watching Objects
Posted by Anthony Malt at 3/25/2006 11:28:00 PM
Hi,
I've written a little win service with uses the same classes as my web
service.
Both use...
Private myInterfaceFactory As New InterfaceFactory
_IApp = _myInterfaceFactory .CreateDAL(appPath,
InterfaceFactory.DBTypes.SQL)
Is there a way to make sure that they do not share resourc... more >>
NegotiateStream Class and SOAP Web Services?
Posted by Monkey Boy at 3/24/2006 11:19:01 AM
Hi, I just heard about the NegotiateStream Class and I’m wondering if I can
use it to protect traffic on the wire between my client (.net winforms app)
and server (.net web service)?
Right now I’m using SSL, leveraging the built in support that IIS offers,
but since my app only runs on... more >>
Exceptions thrown by a web service.
Posted by UJ at 3/24/2006 8:04:36 AM
What exception can be thrown when calling a web service - specifically
things like the web site is down, there's no function, ...
TIA - Jeff.
... more >>
Web service sometimes down
Posted by Klaus at 3/24/2006 1:33:02 AM
I have a problem with a web service. I have 6 asmx but only one dll. I call
them with a Windows Application. Sometimes only one asmx (always the same)
doesn't give response and if I call it from a browser asking its wsdl it
doesn't show me any method.
If I rebuild the dll it is ok for few hou... more >>
App pool identity
Posted by Marc Gravell at 3/24/2006 12:00:00 AM
I want to run a web-service under a custom (least required priveleged, but
with /some/ access) account -but all I get is service unavailable;
I have
* Created a new account
* Enabled logon as a service
* Added to the IIS_WPG group
* Ensured account has access to the relevant file system (re... more >>
Creating Local User with Web Service
Posted by Shannon Thompson at 3/23/2006 11:54:02 PM
Hi I am very new to .NET and I am programmatically trying to create a windows
users (not using AD) and am having a little trouble. The OS is 2003 Server
and I am trying to use System.Diagnostics.Process with "net.exe". The
argument does not seem to take, here is the code (this is my first cr... more >>
Passing an object containing multiple DataSet's to a WebMethod
Posted by MuZZy at 3/23/2006 9:59:14 PM
Hi,
My problem is the following: i have a class like:
[Serializable]
class c{
public DataSet m_dsFirst;
public DataSet m_dsSecond;
public string m_sName;
void c()
{
m_sName="Test";
m_dsFirst = <some dataset>;
m_dsSecond = <some other dataset>;
}
}
Now, when i pass an ob... more >>
C# webservices proxy generates public member variables and no getter/setter methods??
Posted by Steve at 3/23/2006 3:47:10 PM
I generate C# webservices proxy code from WSDL file, it turns out the
classes
generated have public member variables and no getter/setter methods as
follows,
and I am able to get data when running the client.
[System.Xml.Serialization.SoapTypeAttribute("MyFeeResponse",
"http://data.myp... more >>
Changing Web.config
Posted by Bala Nagarajan at 3/23/2006 12:30:36 PM
Hello,
I am building a web service application in which i will have to
implement logging based on user id. My question is where do i store the user
ids? Since the nature of this problem is so dynamic, in the sense the number
of users for whom the logging will be turned on may vary from ... more >>
Dynamic Web Services
Posted by Marc at 3/23/2006 10:09:27 AM
I want to be able to reconfigure a web service client to point from a web
service on a development platform to the same web service on a staging
platform. I can't rebuild the app and reset the location and send out new
assembly's to everyone. I am able to edit the app.config file and define ... more >>
How to post an XML file to HTTPS using vb.net 2005
Posted by JD at 3/23/2006 6:18:27 AM
I am currently trying to send an XML document to an HTTPS address. The
address is something like https://blah.com:5558/test/http.
I am trying to use httpWebRequest but am not sure if this is the correct
way. My code looks like the following:
Private Sub Upload(ByVal fileName As String, By... more >>
How to change the Web Services template for viewing available operations and calling them
Posted by George Jordanov Ivanov at 3/22/2006 11:28:09 PM
Folks,
When you access your XML Web Service in IE for example (using HTTP), you get
the familiar to all of us page:
The following operations are supported. For a formal definition, please
review the Service Descrdiption.
My question is - how can I modify this default template?
Regard... more >>
How to create a call a web service dynamically
Posted by dave at 3/22/2006 8:39:07 AM
We're programming in C# .net 1.1.
I've read that in order to create a web reference I can either (1) "Add A
Web Reference" from the VS 2003 IDE or (2) I can run the Wsdl.exe tool to
generate the source code file for the proxy class, compile the code file,
then copy the complied proxy class ... more >>
allow partially trusted callers
Posted by Pierre at 3/22/2006 7:00:56 AM
Hi all,
I have developped a set of WSs and everything works fine when I try it
on my local network. When I export them on my host's server though I
get the following error on my client:
System.Web.Services.Protocols.SoapHeaderException: Server unavailable,
please try later ---> System.Appli... more >>
Avoiding dynamic generation (+compilation) of XML-Serialization cl
Posted by Thomas Qvist at 3/22/2006 3:41:28 AM
We are building a suite of programs consisting of both winforms applications
and
office addins.
We would like to pre-generate the xml-serialization classes and add it to
our project to
avoid the overhead at startup and thus enhance the performance of our
applications.
The programs are... more >>
|