Search

You searched for the word(s): userid:637643

Matching Posts

  • Re: WCF CookieException for path of service hosted in IIS

    I disagree with you on that. PayPal's set of API's do not have a file extension. I know it's not a blocker to getting the job done but it would be nice and more end-user friendly
    Posted to XML Web Services (Forum) by rupurt on 10/30/2008
  • Re: WCF CookieException for path of service hosted in IIS

    Ok i fixed up the original post. I was using google chrome and it appers the text editor doesn't work in it :( The reason i don't want to specify the filename is that we plan on opening up our services to third parties so it would nice to keep it as simple as possible :) and not require them to remember file extensions
    Posted to XML Web Services (Forum) by rupurt on 10/29/2008
  • WCF CookieException for path of service hosted in IIS

    I'm getting some weird cookie path errors on a service that is hosted in IIS 7. I don't specify the the address property on the service configuration so IIS work's out the path on it's own. I also have the default document set as .svc so i don't have to specify the filename (This works for everything until the service needs cookies!). So my configuration is <service behaviorConfiguration="WebHostServiceBehavior" name="ReadyInteractive.Workflows.ProcessOrder.ProcessOrder">
    Posted to XML Web Services (Forum) by rupurt on 10/28/2008
  • Re: WCF Workflow receive activity - Can't get context manager

    Not to worry! I was using the wrong binding :( I was only using basicHttpBinding when i needed to use basicHttpContextBinding.
    Posted to XML Web Services (Forum) by rupurt on 10/28/2008
  • WCF Workflow receive activity - Can't get context manager

    Hi guys, I am trying to create a wcf workflow that is based on the one endpoint. From what i've read it looks like i need to switch the context when i create the proxy object so the correct workflow will run. I'm following the instructions on this blog post http://wf.netfx3.com/blogs/wf_community_bloggers/archive/2008/02/06/long-running-workflows-and-the-receiveactivity.aspx but it seems that i can't get the IContextManager object. It always returns null :( Here is my code Dim proxy As
    Posted to XML Web Services (Forum) by rupurt on 10/27/2008
  • does NetDataContractSerializer support POCO?

    Does anyone know it the NetDataContractSerializer supports POCO in the new .NET 3.5 SP1? I know POCO works with DataContractSerializer but to deserialize the data you must know the data type to convert to. I am trying to write a memcached provider for dotnetnuke and you don't always know the type. I guess i could put an additional xml wrapper tag around the output of DataContractSerializer, which would store the data type but i would have thought it would do that automatically?
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by rupurt on 9/16/2008
  • WCF how to return non-namespaced types from service

    If a have a service and it returns a custom object type that is from a shared assembly is there anyway to return the results with out the full namespace of the project that has the service reference. e.g. I have a project called "Types" which has a class called OrderInfo. I have a service called "OrderService" which references the "Types" project and has a method called GetOrder which returns an object of OrderInfo. I then have a web project with service reference called
    Posted to XML Web Services (Forum) by rupurt on 9/8/2008
  • Order WF with timeout

    Hi guys i've been trying to get my head around the windows workflow foundation and it seems pretty awesome. The only thing is i'm not sure how to implement our businesses order processing system because it is quite unique. The steps in our order fulfillment process are as follows 1. Create order 2. Allocate order to 3 suppliers 3. Suppliers have 30 mins to accept if no one accepts in this time send to 5 other suppliers 4. Repeat step 3 up to a max of 5 times 5. If no-one has accepted in 24
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by rupurt on 9/8/2008
  • Weird result converting byte array to unicode and back

    I have the following piece of code which converts an array of bytes to a unicode string and back to a byte array. However for certain byte values they don't map correctly? 1 Dim testArr() As Byte = {108, 84, 177, 173, 60, 36, 200, 240, 63, 218, 156, 141, 119, 61, 100, 232, 38, 222, 26, 148, 133, 70, 226, 252, 209, 79, 202, 208, 62, 197, 223, 4} 2 Dim encUni As New System.Text.UnicodeEncoding 3 dim vecStr as string = encUni.GetString(majorTestArra) 4 Response.Write( "vector string: "
    Posted to Visual Basic .NET (Forum) by rupurt on 8/13/2008
  • VS convert project file path

    I am currently trying to move a solution of an asp.net 1.1 website. I am working in Visual Studio 2003 I am running into troubles however moving the projects. 1 of the projects has its file path set as http://localhost/project1 and i cant seem to make this load when i move the location of the project. With the other projects in the solution they were file paths e.g C:\blah\blah1 So what i did was delete the project from the solution and re add it via add existing project option and every thing works
Page 1 of 4 (38 items) 1 2 3 4 Next >