Hi
I am having working WCF Service module.
I want to use it in Silverlight business application,RIA Template.
How can i do it>
View Complete Post
I have created a WCF Services called wcfProcess1 and hosted thru WcfSvcHost
I am consuming the wcfProcess1 in another windows program by calling by adding as Add Reference, DLL of the wcfProcess1 from Bin folder and not by adding as Add Services Reference.
Is this correct way to do?
By adding the DLL Reference as Add Reference i am still able to consume the wcfProcess1
What are the advantages and disadvantages of it?
What is the difference between Add Reference and Add Services Reference in the client program when consuming the wcfProcess1?
Regards,
Thomas
I have created a WCF Services called wcfProcess1 and hosted thru WcfSvcHost I am consuming the wcfProcess1 in another windows program by calling by adding as Add Reference, DLL of the wcfProcess1 from Bin folder and not by adding as Add Services Reference. Is this correct way to do? By adding the DLL Reference as Add Reference i am still able to consume the wcfProcess1 What are the advantages and disadvantages of it? What is the difference between Add Reference and Add Services Reference in the client program when consuming the wcfProcess1?
Hi,
I’ve been trying to write some C# in Visual Studio 2008 to leverage SharePoint Web Services. I’ve scoured the web for help on this problem. I’m just beginning to learn .NET programming, but I’ve done a bunch with SharePoint Web Services with javascript and then with jQuery.SPServices.
If I start a new Console Application project and try to add a Service Reference, I put in my url: …/_vti_bin/Authentication.asmx and try to attach it. It tells me that there’s a problem with the certificate (which I get in the browser and SP Designer).
I get this error:
The HTML document does not contain Web service discovery information. Metadata contains a reference that cannot be resolved: 'https://example.com/myCollection/_vti_bin/Authentication.asmx'. The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Basic Realm="example.com"'. The remote server returned an error: (401) Unauthorized. If the service is defined in the current solution, try building the solution and adding the service reference again.
If I click Advanced and Add Web Reference, I try again. This time, the browser window brings up the form we use to authenticate. From what I understand about the architecture, the MOSS
Hi, I'm searching now for hours but couldn't find it.
In my menu i have several buttons which (by a <a href..) should go the a part of an article that is in the same form.
Menu button : What is a database should go to the page default.aspx and in there is an article published. A part of this article is having a piece of text about "what is a database"
Menu button: how to make a query should go to this same article in the same page but then to the part that is have the piece about the query. The next could be an example of what i'm doing:
<ul> <li><a href="default.aspx ?????>what is a database</a></li> <li><a href="default.aspx ?????>what is a query</a></li>
Where my question marks are, there should be a connection to that particular piece of text.In each article part there is an ID="text1" and the second part id="text2"
How shoudl i do that, Should i use a question mark.Please give me some guidance how to structure the <li> statement or a pointer where I can read about it.
th
was giving a though on using ajax enabled wcf services as part of architecture
generally wht im using
is UI-> BL-> data access
is it suggestable to use wcf services layer instead
of BL
nd hv UI-> services-> data access
related to asp.net
would like to no pro's and con's of doing this thing.
is it suggestable to do it.
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend