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:753956
More Search Options
RSS Available
Matching Posts
Re: .net 2.0 webservice, required parameter
Hi aspd, Client side will generate a proxy class, which provide the web method signature. We can check proxy class to judge it. Best regards, Guang-Ming Bian - MSFT
Posted to
XML Web Services
(Forum)
by
Guang-Ming Bian - MSFT
on 11/20/2009
Re: add webservice ..?
Hi ashish-1983, In fact, we can generate proxy class use tool named Wsdl.exe to get it and add to our project, for more information: http://msdn.microsoft.com/en-us/library/bbs97dkt(VS.80).aspx We can also invoke web reference dynamically: Invoking a Web Service Without Web Reference Best regards, Guang-Ming Bian - MSFT
Posted to
XML Web Services
(Forum)
by
Guang-Ming Bian - MSFT
on 11/20/2009
Re: How to generate proxy class by using add service refernce in vs2008
Hi susan8, It generate the proxy class in a temporary path: C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files You can see the application name in the folder and we can find the proxy class in it. Best regards, Guang-Ming Bian - MSFT
Posted to
XML Web Services
(Forum)
by
Guang-Ming Bian - MSFT
on 11/18/2009
Re: How to see the soap message my web application is sending out
Hi susan8, We can use a SoapExtension in client to intercept the soap message, we can create a class derived from SoapExtension and use the extension class as an attribute in proxy class, for sample code, please refer to this thread: http://forums.asp.net/t/1293543.aspx Best regards, Guang-Ming Bian - MSFT
Posted to
XML Web Services
(Forum)
by
Guang-Ming Bian - MSFT
on 11/18/2009
Re: How to add the meta Tags in the Mobile Pages?
Hi fanindrabhortakke123, Firstly,we can use javascript to get client resolution. Once we get the resolution, we can adjust the control size programmatically to adapt the device screen. For more information: http://forums.asp.net/p/982704/1260093.aspx http://forums.asp.net/p/1326382/2649370.aspx#2649370 Best regards, Guang-Ming Bian - MSFT
Posted to
Mobile and Handheld Devices
(Forum)
by
Guang-Ming Bian - MSFT
on 11/18/2009
Re: How to use the phonecall control in the with in the normal .aspx pages.
Hi sangeeta, As far as I know, it doesn't support using mobile control in normal asp.net page. Best regards, Guang-Ming Bian - MSFT
Posted to
Mobile and Handheld Devices
(Forum)
by
Guang-Ming Bian - MSFT
on 11/18/2009
Re: SOAP EXTENSION: GetInitializer Method
Hi Hemant Raj, When using SoapExtension, we have to override GetInitializer method, like the code below: public override object GetInitializer(LogicalMethodInfo methodInfo, SoapExtensionAttribute attribute) { return null; } Here is a completed sample with detailed explanation: http://www.codeproject.com/KB/webservices/Soap_Extension_Progress.aspx Best regards, Guang-Ming Bian - MSFT
Posted to
XML Web Services
(Forum)
by
Guang-Ming Bian - MSFT
on 11/11/2009
Re: can we have a private method in webservices
Hi getchinna, When you create a Web service in managed code, you indicate the methods that are available through that Web service by placing the WebMethod attribute before the method declaration of a Public method. Private methods cannot serve as the entry point for a Web service although they can be in the same class and the Web service code can call them. For more information: http://msdn.microsoft.com/en-us/library/4ef803zd.aspx Best regards, Guang-Ming Bian - MSFT
Posted to
XML Web Services
(Forum)
by
Guang-Ming Bian - MSFT
on 11/11/2009
Re: Video player for asp.net mobile website
Hi chandu_dola, Please refer to this post, we can embed activeX in website: http://forums.asp.net/p/1403920/3049286.aspx#3049286 Best regards, Guang-Ming Bian - MSFT
Posted to
Mobile and Handheld Devices
(Forum)
by
Guang-Ming Bian - MSFT
on 10/28/2009
Re: Web Service using 3rd Party API
Hi malandro95, We can copy the 3rd pary dll to web service folder after it is published. Since it is published, we can use Server.MapPath to get full path of dll with virtual folder name. Like the sample below: Server.MapPath( "\3rdparty.dll" ) For more information: http://msdn.microsoft.com/en-us/library/ms524632.aspx Best regards, Guang-Ming Bian - MSFT
Posted to
XML Web Services
(Forum)
by
Guang-Ming Bian - MSFT
on 10/27/2009
Page 1 of 65 (650 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online