Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:694462
More Search Options
RSS Available
Matching Posts
Re: Inserting SOAP Header
the headers contain encrypted data. I don't know what it is, probably a username. If this data needs to be dynamically generated (e.g. it contains a timestamp) then you should use WCF or WSE2/3 in order to create security. Otherwise you can add the custom header by manually changing the proxy reference or writing a soapextension or (recommended) use WSE filter. This will work for .Net 2.0 web service, however it is recommended for you to move to the next ws verrsion which is WCF.
Posted to
XML Web Services
(Forum)
by
yaronn01
on 11/25/2009
Re: How do I change my web service proxy classes to derive from Microsoft.Web.Services3.WebServicesClientProtocol?
There are a few ways to do it. The preferred way is you will move to VS 2008 and create WCF proxies instead. If you use VS 2005 you can install the WSE3 add in that automatically changes the base type. You can also generate the proxy using wse3wsdl.exe instead of VS. Having said that, you can also directly access the proxy class like this: http://webservices20.blogspot.com/2008/10/who-moved-my-service-reference.html
Posted to
XML Web Services
(Forum)
by
yaronn01
on 11/18/2009
Re: How do I change my web service proxy classes to derive from Microsoft.Web.Services3.WebServicesClientProtocol?
Technically just choose "add service reference" instead of "add wsdl reference". However you should read about WCF before that so you have general notion on how it works.
Posted to
XML Web Services
(Forum)
by
yaronn01
on 11/18/2009
Re: extra 'Specified' field added to WCF service
Use message contract or xml serizlizer in your wcf side where you can specify the required fields
Posted to
XML Web Services
(Forum)
by
yaronn01
on 10/1/2009
Re: extra 'Specified' field added to WCF service
Read about message contract. You can use them in the server code to configure that fields are required (so no extra fields for them). This is not related to the binding.
Posted to
XML Web Services
(Forum)
by
yaronn01
on 10/1/2009
Re: HttpWebResponse - The remote server returned an error: (500) Internal Server Error.
Use a tool like Fiddler to see how the actual messgae you send looks like and compare it to a messgae which you know that works. Same goes for the http headers. One option is that you should add to the request an HTTP header "SoapAction" with the value the server requires.
Posted to
XML Web Services
(Forum)
by
yaronn01
on 9/30/2009
Re: Authenticate using SOAP?
It seams the 3rd party uses custom authentication in the message. How to you call the service (regardless of the authentication)? If you use a proxy (e.g. you used "add web reference") then one option is that you have c# properties to set this. Read about soap headers. Otherwise you need to manually add the header to the soap using a SoapFilter or MessageInspector or SoapExtension (depending on the version you use). If you use a simple HttpRequest then replace the user/pass with yours in
Posted to
XML Web Services
(Forum)
by
yaronn01
on 9/28/2009
Re: webservice load test
There is a default maximum of 2 concurrent connections between one machine to another. See here how to increase it: http://blogs.msdn.com/wenlong/archive/2009/02/08/why-only-two-concurrent-requests-for-load-testing.aspx
Posted to
XML Web Services
(Forum)
by
yaronn01
on 9/26/2009
Re: WCF error (under SSL) : "At least one security token in the message could not be validated."
probably the username is wrong. Check if you use windows or custom authentication. anyway set up WCF trace on the server side to see the exact error
Posted to
XML Web Services
(Forum)
by
yaronn01
on 9/16/2009
Re: Unable to generate a temporary class (result=1). error CS0030:
This is generally a bug in .Net. If you can publish the wsdl (and any referenced xsd) we might be able to help. If you do not want to publish it online you can send it to my mail (not the one from this site, see the correct one in my blog http://webservices20.blogspot.com/ )
Posted to
XML Web Services
(Forum)
by
yaronn01
on 9/13/2009
Page 1 of 22 (220 items) 1
2
3
4
5
Next >
...
Last ยป
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Channel 9:
BugCamSmash in Action!
Channel 9:
Virtual Earth Videomap Movies
TechNet Edge:
AD RMS Certificates and Licensing on the Client and the Server
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13 [C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13]
Channel 10:
Bing Launches 2nd Homepage Photo Contest
Channel 10:
Bing4Free Lets You Use Bing.com Images for Desktop Wallpaper
Channel 10:
Bing Updates: Streetside Views, Photosynth, and "Mapplications"
Channel 10:
Bing for Windows Mobile Updated
WindowsClient:
New WPF Showcase: Bling Tweets
WindowsClient:
Tale of two tweets - VS beta - is it busy 70% of the time or is it brilliantly fast?
TechNet Edge:
Forefront TMG URL Filtering and MRS
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online