all groups > dotnet web services > february 2008 > threads for february 22 - 28, 2008
Filter by week: 1 2 3 4
Web service returning custom class fails if not running full trust
Posted by Richard Taylor at 2/27/2008 1:38:00 PM
I have some web services that I've written and a forms application that calls
my web services and is deployed using ClickOnce. I don't want to run the
forms application in full trust but it doesn't work if I don't. The problem
is that some of the web service calls are returning a custom class.... more >>
newbie question
Posted by at 2/27/2008 1:21:02 PM
Hello,
I was wondering if anyone knows of a way or can point me to some
documentaion that shows how I can send a datasource into a webservice.
Thanks
... more >>
static wsdl in .net
Posted by Geir Forsmo at 2/27/2008 6:59:52 AM
Hi!
I am trying to create a web service from a wsdl from a external part.
The external part is running as a client, but forces us to use their
wsdl specification because they are communicating against several
other parts which also must follow their wsdl contract. Now we are the
only one that... more >>
Webservice compression, what gives? :(
Posted by John Sheppard at 2/27/2008 12:00:00 AM
Hello,
Can anyone recommend the best way of compression soap packets? or a book or
a webpage with detail instructions on how to do it...not even my microsoft
webservices book has more than a page on compression....
I can't seem to get anything to work :(
http://weblogs.asp.net/pglavich/... more >>
Issue using an unmanaged dll in a ASP.Net 2.0 Webservice
Posted by austirob at 2/26/2008 11:37:00 PM
Hi,
Any help with this problem would be greatly apprecicated as it is driving me
insane.
I have an ASP.NET 2.0 Webservice running on Windows server 2003. The
webservice calls a function in a legacy (unmanaged) C++ .dll which takes an
XML string and returns an XML string. It all... more >>
Problem with Nusoap & c#
Posted by BOB Le Bricoleur at 2/26/2008 3:13:44 PM
Hi,
I have a small web service written in PHP with NuSOAP which describes a
type "Categorie" and a function "GetCategories()".
I'm trying to access it with a C# application.
Here is the generated code where the error occurs:
---------------------------------------------------------------... more >>
Problems starting a scheduler from Application_Start()
Posted by austirob at 2/25/2008 12:31:00 AM
Hi,
While I realise that this may not be a very nice solution architecturally, I
kick off a Scheduler in an ASP.NET 2.0 webservice in Application_Start()
which is supposed to call a stored proc in a database once a day every day.
The code works on the day that the webservice is deployed, b... more >>
Init method?
Posted by sameertanna at 2/22/2008 7:55:01 PM
Hi,
I was wondering if there is any "Init method" that is called when the web
service is first deployed. I would like to initialize certain objects when
the web service is first deployed.
Any help/suggestions will be highly appreciated.
Thanks !... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|