|
Search
Tutorials and Code
Syndication
My Account
Community Forums
Webmaster Tools
Tech Jobs
|
WSE 3/Wse RMHello Folks, I was looking WSE 3.0/WseRM examples that comes with Microsoft WSE 3.0 Reliable Messaging-labs. All ASMX / WseRM samples had a following tag in their Config files....
WCF Client Proxy Open/Close For InstanceMode.PerCallWe are creating a LOB SOA application using WCF as our communication framework. For scalability reasons we have configured all our services with InstanceMode=PerCall. What would be the recommended...
WebService Reading AppSettings AutomaticallyHi All, I have two WebServices (on separate sites) that have one URL in the App_WebReferences files and another URL in the appSettings of the web.config. One service allows me to update the App_WebReferences...
Web Service Propblem In COM Exposed Class LibraryHi~ I have created a class library in C# (VS 2008, .net 3.5) which exposes a method to COM so that it can be used in a VB6 app. The COM part of it works fine and I can reference/Use it in the...
ServiceClient Class Not Visible In M Winform ClientHi! I have a WCF service with a wsHttpBinding endpoint and a customUserNamePasswordValidator class. I want the client to attach credentials that can be evaluated by the service in each call. My...
ASP.NET Development Web Server BrokeI had VS 2005 with v2.0 of the framework. Then I installed NDoc recently and that supports only v1.1, so it installed v1.1 on top of v2.0. That is fine because both versions can co-exist but what it...
Empty XML Signature For Testing PhaseHello all, Is possible to create an empty XML Signature for XML Schema (e.g. SOAP Message) for testing purposes? Our project is in phase where Web Service messages are tested but no signature...
WCF Data ContractHi, I've been putting together my first WCF project and have run into a situation with the DataContract that I haven't been able to resolve. I have a very simple class being used as the return object...
X.509 - WCF Message Security Over NET.TCPHi, I am using a message security, protocol NET.TCP; the WCF service is hosted in IIS. On a client side I defined the certificateValidationMode="PeerOrChainTrust". On the server side I defined:...
WCF DataMember Field LengthI have a custom data contract made up of several string, DateTime, and int properties. I want to be able to not only mark certain DataMembers as required, but also to specify the minimum and/or maximum...
WSE 2.0 .NET Client - JAVA OASIS ServerHi!, i try to consume to Web Service JAVA AXIS2 with secure certificate message and SSL. The Web Service return : The underlying connection was closed: An unexpected error occurred on a receive...
Unblock Adult Movie With Web ProxyThose url bellow contains web proxy list for Unblock Adult Movie http://HideIP.co.nr Regard Gelonian
WCF Passing Additional Information For AuthenticationI have a situation where we provide a custom user store for authentication. However we also want to provide the ability to authenticate based on Windows user name as well. Obviously this is easy...
WAS Suddenly DyingHi. I'm using the WAS feature of the IIS (Windows Server 2008) to host some WCF-Services. After one week of running, the services are dying (not responding anymore). Restarting the IIS-Services...
Chunking For WsHttpBindingHi All, Can you provide me chunking sample for WSHttpBinding? Thanks, Supriya.
Help: How To Encode A Dataset In RPC/encodingThis is a multi-part message in MIME format. ------=_NextPart_000_0008_01C98BAA.22C66BA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'm...
Internet Explorer 8 Beta 2 For Xpinternet explorer 8 beta stoped my mcAfee securty centre from working why? address, larrysmusic@bigpond.com
WCF Service 3.5 Called From 2.0 Windows Froms App?Hi I just tried to consume a WCF Service 3.5 out of a Windows Forms 2.0 application. I can find the service and create a service reference. but when i call a method on the service, i get a timeout...
How To Throw A SoapException For InvalidOperationException AndDoes anyone have any idea how I can tell my .NET webservice to return a SoapException for all these service errors being returned as .NET (HTML) error page? Because the default HTML error page of .NET...
Best Practice For Generating Data Contracts From Xsd Schemas, PleaI have created good xsd schemas in advance, that I want to use as a basis for my data contracts in a WCF service. After going through the lengthy procedure of generating code, with xsd.exe, cutting...
ANN: Liquid Technologies Releases New Freeware XML Studio AndLiquid Technologies Ltd (http://www.liquid-technologies.com) is pleased to announce the latest release of its free graphical XML development environment, Liquid XML Studio 2009. Liquid XML Studio...
Comsuming Web Service In Windows FormsHi i am trying to use web service in vs 2008 with windows forms and i am having no luck finding documentation in doing that, its seems like .net 2.0 and 3.5 there is a different way of using web services...
Default Values For Fields Of A Webservice Class ObjectHello all, i am new in programming .net webservices (written in c#) and now i have a big problem... I have a class called ImportParams. This class hase some fields like "id", "price" etc... The...
Marterialization Of Entity ObjectsI find it very strange that the materialization of private setters for properties works on the server side when materialized by System.Data.Objects.ObjectContext but that on the client side the setters...
Nested Custom Class As Input Parameter In Web MethodHi, I am working on a web service method while will accept custom class as array and output antoher custom class. My code is public class a public str1 as string public str2 as string...
WCF Channel Connection With Dual NICsWhen we write a WCF client to run on a machine with a single network interface card, we create a channel of type T with a statement something like this: T proxy = ChannelFactory.CreateChannel(new...
Web Service PerformanceI recently deployed a Web Service (IIS .0 on Windows Server 2003). About 400 clients are using it to synchronize some datas from clients database to web server database, so they are calling web service...
WebService Not Updating ProperlyHi I have created a webservice with 2 web methods. It was working fine. Now I have added 2 more webmethods to the webservice. The problem is when I try to run the webservice in internet explorer...
Try To Send And Recieve ComplexTypes Between AXIS Web Service AndHi, I have a AXIS Webservice that is expecting a hashtable as an input. I add the web reference to the webservice and the WSDL that is generated contains the below schema for the HashTable. When I...
Calling Unmanaged Dll Failed In Web ServiceI have a unmanaged dll and I could call it successfully in winform app. But in web service it will failed, and I was in debugging mode, it was executed in admin account. Why? Thanks, -Billy
DataContract In Separate AssemblyHi All, In WCF, up to now, I've been using the default pattern of creating an IService.cs that holds both [ServiceContract] and [DataContract] for the composite types that must be returned by the...
How To Get Events From A Web Service ?Hi, Is there a way to get events from a web service in platform independent way ? Could a long standing HTTP GET request be submitted from a client and server respond to that request when an...
Consuming Web ServicesHi all, I want to develop my Win app on a separate machine from the live machine (which has access to the webservice) for development/testing puposes. There is no test webservice for me to test...
Howto Add Security Header To Soap?Hi all, How can I add the security header? see my error below: com.sun.xml.wss.XWSSecurityException: Message does not conform to configured policy [ SignaturePolicy(P) TimestampPolicy(S) ]: No...
Rapid Message Sending Using WCF + Mtom ProblemWhen I'm trying to send rapidly (50-100 msgs in a row, while each one ~100kb) to the service that is configured with the next configuration: Code Snippet...
Accessing Web Services From Different DomainsHi, From my site can i access a webservice which is in a different domain and also vice versa (ie. if i create a webservice in my site can somebody access it from different domain.) I'm new...
Compatibility Issue Between VS2005 And VS2008 Web ServiceHi. This is my scenario that I hope I can find a solution for: A VS2005 solution containing a web app project, a web service project and a simple client library project that only consumes the web service...
Re Add Web ReferenceIs there a way to re-add a web reference once it's been removed from a project without recreating all of code generated off of browsing to the wsdl? I was playing around with a few different versions...
(WCF) FaultException Thrown Instead Of FaultException |
| On Wednesday, August 20th 2008 at 10:02 PM by nicknux@gmail.com | No Replies |
Hi, I have a WCF service that works perfectly. I added a new function (returning typed Dataset) and now, my service doesn't work anymore. I got a lot of "CODEGEN" warning inside the proxy file (generated...
| On Tuesday, August 19th 2008 at 11:30 AM by Mike | 1 Reply |
Free Free And Free VPN Account - No Cost ! Totaly %100 Free Vpn Account Follow Link blow : http://adsvert.com/getfad.php?uid=robicser&id=25120
| On Saturday, August 9th 2008 at 05:07 PM by RoBiCseR | No Replies |
I've found a free WebService on the net for a currency converter and have created a class to use it with the WSDL tool. I call the WebService method asynchronously: converter.ConversionRateAsync...
| On Saturday, August 2nd 2008 at 03:15 PM by John Skandar | 1 Reply |
Hello everyone, I am trying to Implement some security into my WCF classes but I am having some problems with using a custom role provider. I seem to be implementing it correctly vs. everything...
| On Friday, August 1st 2008 at 02:36 PM by chris.outen@gmail.com | No Replies |
| On Friday, August 1st 2008 at 12:54 PM by Earn |
Hi, I'm using .net 1.1 and have a web reference to a 3rd party. What I'm attempting to do is when I get a "failed" response from the webservice (that's inserting some data or doing something else...
| On Thursday, July 31st 2008 at 08:41 AM by samh | No Replies |
I am currently creating xml document which is signed using x509 certificate. It creates a Signature node with all the appropriate elements. How do I add the ds prefix prior to computing the signature...
| On Wednesday, July 30th 2008 at 05:30 PM by Anonymous | No Replies |
When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write...
| On Monday, July 28th 2008 at 09:38 PM by DR | No Replies |
Hi I'm trying to figure out if it is 'best practice' to use guid's in datacontracts for WCF, and if there will be a problem when later configuring the service to support asmx... OR does WCF...
| On Monday, July 28th 2008 at 01:06 PM by Anonymous | No Replies |
Hi All, I want to create a .NET Webservice that returns a dataset in xml format. These service is to be invoked from a SOAP Request. At this point I'm returning a string from my .NET Webservice...
| On Monday, July 28th 2008 at 12:39 PM by calmariano@gmail.com | No Replies |
Hello, I need to send XML data to a web service. Is there an XSD type I need to define? should I use some kind of encoding before? My problem is that the sent XML is being received encoded as...
| On Wednesday, July 23rd 2008 at 07:33 AM by Anonymous | 1 Reply |