Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

Info service

@Info service
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • c# WSDL without Header but requested
    I Info service

    Sorry, but they told me to post it here and the previous post has erases disabled. I'm newbie, it's the my first post.

    Web Development wcf xml help question csharp

  • c# WSDL without Header but requested
    I Info service

    Abstract: first time I'm dealing with web service, soap, appurtenances, so forgive me ignorance absolute. (Also for the bad english) I have a wsdl on a web server institutional written in java that does NOT contain the client and the various calls no header, but it always requires, for each call. Problem: I create the client quietly with the endpoint, I connect to the web server responds to me and I read all the parameters (which I do not need anything) of the server. (So ​​I created the tunnel) Just try to make a call using any of the wsdl, type wsdl.result res = wsdl.getvalore (parameters), I always get errors due to the lack of the header in the message, for example: Private key is not in the X.509 certificate. (But NOT required private key to feel the support of the web service) or No Security Header. Following the example of the soap message in XML. For the part BODY no problem, but how do I add the header? Thanks to everyone who can help me out. Regards. 2014-09-09T08:23:50.725Z 2014-09-09T08:28:50.725Z qtgOKG92iPHI/XLXGxFmg6Vnqmdg=

    Web Development wcf xml help question csharp

  • WSDL without Header but requested
    I Info service

    Ok, sorry. :(

    C# wcf xml help question java

  • WSDL without Header but requested
    I Info service

    Abstract: first time I'm dealing with web service, soap, appurtenances, so forgive me ignorance absolute. (Also for the bad english) I have a wsdl on a web server institutional written in java that does NOT contain the client and the various calls no header, but it always requires, for each call. Problem: I create the client quietly with the endpoint, I connect to the web server responds to me and I read all the parameters (which I do not need anything) of the server. (So ​​I created the tunnel) Just try to make a call using any of the wsdl, type wsdl.result res = wsdl.getvalore (parameters), I always get errors due to the lack of the header in the message, for example: Private key is not in the X.509 certificate. (But NOT required private key to feel the support of the web service) or No Security Header. Following the example of the soap message in XML. For the part BODY no problem, but how do I add the header? Thanks to everyone who can help me out. Regards. 2014-09-09T08:23:50.725Z 2014-09-09T08:28:50.725Z qtgOKG92iPHI/XLXGxFmg6Vnqmdg=

    C# wcf xml help question java

  • c# Soap Web service header
    I Info service

    Hello folks, I have a problem (as well as with the English language ^ __ ^) with a web service that I have already created and works fine. Now I have to add a header that contains an ssl certificate (.cer) but do not know how to do. Can anyone help? Place below the important part of the code. Thank you all! BasicHttpBinding myBinding = new BasicHttpBinding(); myBinding.Security.Mode = System.ServiceModel.BasicHttpSecurityMode.TransportWithMessageCredential; myBinding.Security.Message.ClientCredentialType = BasicHttpMessageCredentialType.Certificate; Uri cUri = new Uri("https://Service?wsdl");//reserved data EndpointAddress ea = new EndpointAddress(cUri); CVPClient client = new CVPClient(myBinding, ea);

    C# wcf security help csharp cryptography
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups