all groups > dotnet web services > november 2005 > threads for november 1 - 7, 2005
Filter by week: 1 2 3 4 5
Soap exception not raised.
Posted by PaulO at 11/7/2005 8:34:02 PM
I am making a webservice call into to a PeopleSoft service and everything
works except raising exceptions.
As an example if I fail authentication I get the following response:
<?xml version="1.0"?>
<soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.o... more >>
Limiting access to Web Services
Posted by Mezzrow at 11/7/2005 11:43:12 AM
Firstly, I apologize if this question has been already answered. I
have been searching for a while and haven't found anything.
I am building a system where two servers need to exchange messages
asynchronously. The servers are at remote sites. There will likely be
a large number of messages.... more >>
Can't call a class method from an external dll file
Posted by PrettySneaky at 11/7/2005 5:58:03 AM
I have bumbed into a frustrating problem with my webservice. When I run
he web site in Visual studio 2005 everything works fine. But when i try
to publish it, it seems to be unable to call a method from an external
dll file. When I mean external dll file I simply mean it's dll which I
have not... more >>
Static Constructor & webservice
Posted by mfc_mobile NO[at]SPAM newsgroup.nospam at 11/7/2005 12:00:00 AM
Hi,
How long do webservice objects live for? In particular, if i have static
variables filled with data from a static constructor in a webservice, how
long will that data persist?
thxs
... more >>
Calling C#-Webservice from a java client
Posted by Sascha Schmidt at 11/5/2005 12:00:00 AM
Hi again!
Well, the first part of my "mission" (calling remoting objects from a
webservice) is solved. But there's another part: Calling
this C#-Webservice from a java client.
Is this a difficult task? Or is this quite easy, like just a few lines
of source and using some of the packages f... more >>
Generate class from schema (VS.NET 2005)
Posted by Phil Lee at 11/4/2005 6:52:54 PM
I'm sure this is possible but I just can't see how to do it. I want to add
schemas to my solution and have C# classes automatically generated from
them. I can see how to generate typed DataSet's with the MSDataSetGenerator
custom tool. Is there something similar for simple schemas?
Regar... more >>
consuming a web service
Posted by Glenn Venzke at 11/4/2005 12:45:20 PM
Is there any way to tell what type of application is consuming a web service?
I'm writing a web service that returns a string with 2 carriage returns. What
I want to do is replace these carriage returns with "<br>" tags ONLY if a web
application is consuming.... more >>
Umlauts from PERL script on FreeBSD dropped by C# web service
Posted by BGU at 11/4/2005 10:39:16 AM
Hi, We wrote a Web service to put some information from forms on our
Web site into a SQL database. It works great. The only problem is that
when Germans visit our site and enter a name like "Dürkheim," the entry
shows up in our SQL table as "Drkheim."
I've verified that SQL (on th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Inheriting Consumed WebService Class
Posted by Paul Whygle at 11/4/2005 8:58:15 AM
Is it possible to inherit a class that is a part of a Consumed Webservice?
I have been trying to get this to work and i cant seem to figure it out.
When i look at the "code-behind" (for lack of a better word) for my consumed
webservice, it is just showing public variables for my properies in the... more >>
Returing Exception Message
Posted by WhiskyRomeo at 11/4/2005 8:10:06 AM
I have webservices functions that return datasets. If a database errors
happens, try catch statements can be used in the webservice to detect and
handle them.
However, how do I return that message to the client windows application that
called that webservice function? I am using version 1... more >>
Ports for web services?
Posted by Chris Ashley at 11/4/2005 6:26:41 AM
I've just deployed an app to our live server. It makes heavy use of a
few external web services, and also exposes some as well. It worked
fine on all of our test machines, but on the live server we are getting
timeouts on the web service calls.
The network is pretty tightly locked down so I as... more >>
multirefs returned by the server
Posted by Hari Menon at 11/4/2005 5:23:03 AM
I am writing a C# client (using .NET 1.1) to a web service built on Apache
Axis.
The server returns an array using multirefs but the C# client does not seem
to be able to recognize it.
I read in one of the articles that I should turn multirefs OFF for interop
with .NET and that there wa... more >>
WebClient error: The underlying connection was closed: an unexpected error occurred on a receive
Posted by matt NO[at]SPAM mailinator.com at 11/3/2005 10:38:13 AM
hello,
i am using a .NET 1.1 winform to perform webrequests via the
System.Net.WebClient class (not a webservice, actually). It uploads
values via a POST command & a URL, then receives the html back. nothing
too complicated there.
except, i am frequently getting the dreaded error:
The... more >>
more than one certificate in a policy
Posted by haller at 11/3/2005 3:23:03 AM
Hello everybody,
I am developing a multithreaded windows service in C# whose purpose is to be
a client for a WSE web service with X-509 authentication.
I have to configure a policy file using more than one digital certificate.
In fact, my service must have the possibility to use one certific... more >>
a project with an output type of class library cannot be started d
Posted by bi at 11/3/2005 1:16:03 AM
hi I am currently getting the following issue with webservices, anyone got
any ideas? this only just started happening.
a project with an output type of class library cannot be started directly
in order to debug this project, go to the debugging tab under configuration
setting in project p... more >>
RPC Encoded
Posted by Ben Crinion at 11/3/2005 12:00:00 AM
Does .NET fully support RPC Encoded SOAP bindings?
Is there an iminent release which will extend support for rpc encoded.
Thanks
Ben
... more >>
Can I call web services from legacy asp apps ?
Posted by genc_ymeri at 11/2/2005 2:02:17 PM
Hi,
We have a legacy app writen in VB6. Can we make calls to webservices
(writen in .Net) from old asp apps ?
thank you.
... more >>
webReference.SetURL method with https connections
Posted by Jason P at 11/1/2005 12:59:03 PM
Basically we have a web method with a dynamic URL. The client is developed
in C++ and I've been using the webReference.SetUrl(
"http://test.example.com..." ) method successfully with various web method
URLs.
However, when we switched to using a secure connection, the call to
webReference... more >>
Web Service Architecture question
Posted by John A at 11/1/2005 12:36:22 PM
I have a Web Service that I am reponsible for that we use for data
integration purposes. Recently I have been tasked with sending some of this
data to a third party. Because they need to receive the data in real time.
They have requested that I subscribe to a Web Service that they have
pu... more >>
Header in WebService
Posted by JLuis at 11/1/2005 8:48:04 AM
Hi there, I'm trying to get a WS with a defined structure, I'm getting:
<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="http://tempuri.org/MyWS/MyWS">
<.... rest of document ...>
</string>
Buy I don't want the <string> tags to appear. How do you remove them from
the document you get?... more >>
Web Services Authentication
Posted by Justin Lazanowski at 11/1/2005 8:19:37 AM
I have a windows app that I am writting for some field reps. This app should
download and upload specific information to a web service, and cache the
information on the local computer when they are not online.
I have this part working perfectly however, I would really like to have some
... more >>
Error opening connection resulting in HTTP 500 - Internal server error
Posted by Saverio Tedeschi at 11/1/2005 12:00:00 AM
Hi all gurus,
I'm getting a strange behaviour in Web services design: when I try to open a
connection, or to fill a DataSet, I get the error in subj (totally unrelated
to the actual error). I've tried SQL Server connection, SSPI integrated or
not, OledB (mdb) connection with enclosed password... more >>
|