| Thread | Last Post | Replies |
|
| Sharepoint Profile Service - Stumped | 29 Feb 2008 21:41 GMT | 1 |
I am trying to read data from a Sharepoint web serivce using Javascript. However, the service always returns the error: "soap:ClientServer did not recognize the value of HTTP Header SOAPAction: http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetIn Common"
|
| Web service returning custom class fails if not running full trust | 29 Feb 2008 21:03 GMT | 1 |
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 ...
|
| .net 3.5 Web Service in IIS on XP PRO SP2 | 29 Feb 2008 05:49 GMT | 3 |
I am using Windows XP Pro w/ SP2 and IIS to host an ASP.NET Web Service, I have developed the Web Service in VS 2008 and .net 3.5. IIS was installed AFTER .net 3.5 Framework. I remember that with .net 1.1 and 2.0, I had to run a command line to
|
| Webservice compression, what gives? :( | 29 Feb 2008 02:26 GMT | 3 |
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 :(
|
| Init method? | 28 Feb 2008 19:39 GMT | 5 |
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.
|
| WCF 3.5 And DataContract for List of Complex Type? | 28 Feb 2008 11:07 GMT | 1 |
I have a WCF receiver method that takes an IPrincipal and a List<MyClass> as parameters. What should I do to my custom IPrincipal-implementing class and the MyClass class concerning DataContract attributes? The return type of the "webmethod" is
|
| WCF 3.5 Hosted in IIS Sample? | 28 Feb 2008 05:36 GMT | 3 |
I have a class a method that accepts a custom Type and a string as parameters. I would like to expose this class with a WCF web service in .NET 3.5. Hosted in IIS.
|
| newbie question | 28 Feb 2008 02:09 GMT | 3 |
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
|
| Call a webservice via URL dynamically | 28 Feb 2008 00:12 GMT | 4 |
is it possible in .NET to call a webservice passing the webservice URL at runtime instead of creating a web reference with a static URL. I know that the URL is saved in the reference.cs, but it appears several times in an attribute, which cannot be easily changed.
|
| SOA using .Net | 27 Feb 2008 23:31 GMT | 6 |
I have Visual Studio 2005 installed on my computer. Do I need any add-on library or software to develop SOA ? Is there any tutorial that helps to develop SOA application in .Net ? I need support for WS-* including Addressing, Eventing, Notification. Can
|
| Problem with Nusoap & c# | 27 Feb 2008 08:47 GMT | 6 |
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:
|
| Problem adding a reference to a web service. | 27 Feb 2008 00:48 GMT | 5 |
I am having a problem when trying to add a Service Reference to a web service created in php using NuSoap. If I run the wsdl through a validator it comes back clean and if I try it at soapclient.com (http://www.soapclient.com/soapclient?template=%2Fclientform ...
|
| Web Service returning untyped DataSets only; how to get typed data access? | 26 Feb 2008 09:14 GMT | 1 |
I am consuming an ASP.NET Web Service which returns only DataSets for all operations. The format/schema of the data returned by each method is known and doesn't change. Untyped DataSets are inelegant to use on the client when the data format is known, so I want typed data access
|
| Problems starting a scheduler from Application_Start() | 25 Feb 2008 17:27 GMT | 3 |
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 ...
|
| How to make two WCF services in a transaction | 25 Feb 2008 15:07 GMT | 2 |
I am new to WCF, so please point me to the right direction. I created 2 WCF serivces, each one uses a difference database connection in the back end. Now from the client application, I need to keep two methods call to the
|