No announcements
Found 3405100 threads
-
2 Votes
Generating a Web service from a WSDL c#
Hi In general the wsdl holds the base uri in the targetNamespace at the top of the wsdl so try this combination extract the base ...Answered | 3 Replies | 9966 Views | Created by Mou_kolkata - Thursday, July 7, 2011 6:26 AM | Last reply by Nabil Shaik - Friday, July 8, 2011 12:26 AM -
0 Votes
WF SendActivity generation from wsdl
Hi Alexander, There is no such utility/API to generate WF Send Activity from wsdl at the runtime.Answered | 2 Replies | 5743 Views | Created by Alexander.Furer - Thursday, December 2, 2010 4:17 PM | Last reply by Roman Kiss - Thursday, December 2, 2010 7:46 PM -
0 Votes
Is it possible to inherit generated class from an Interface using XSD.exe tool?
You can create a new cs file with partial class that implement your interface.Answered | 4 Replies | 6532 Views | Created by lax4u - Friday, May 6, 2011 6:40 PM | Last reply by lax4u - Monday, May 23, 2011 1:52 PM -
0 Votes
Generate Interface .cs class from client WSDL
User-665585339 posted Hi Guys, I tried to generated a Interface class from client WSDL, ...Answered | 2 Replies | 341 Views | Created by Anonymous - Sunday, August 4, 2013 11:23 PM | Last reply by Anonymous - Tuesday, August 6, 2013 2:54 AM -
0 Votes
Proxy class from WSDL reusing known types.
If we do this, we are responsible to make sure classes in your shared assembly are 100% compatiable with the classes generated by wsdl.Answered | 4 Replies | 3632 Views | Created by Santosh BSK - Monday, November 16, 2009 9:20 PM | Last reply by Ji.Zhou - Monday, November 23, 2009 4:11 AM -
0 Votes
How to generate a class from WSDL in C# using visual studio 2005
You can use Process.Start to launch the WSDL.EXE program (provided with Visual Studio, you can try ot out from the Visual Studio Command Prompt).Answered | 1 Replies | 2333 Views | Created by vsp.santu - Wednesday, July 30, 2014 10:00 AM | Last reply by Alberto Poblacion - Wednesday, July 30, 2014 8:35 PM -
0 Votes
How to Obtain Generic Class from Interface?
When you cast an object from one type to another, you need to know the target type.Answered | 2 Replies | 819 Views | Created by DaveIII - Saturday, December 19, 2015 3:27 AM | Last reply by Magnus (MM8) - Saturday, December 19, 2015 9:45 AM -
0 Votes
Generic Interface and Class.
public interface IRepository<T> where T : class { void Add(T entity); void Remove(T ...Answered | 2 Replies | 2161 Views | Created by MDMoura - Sunday, July 10, 2011 9:32 PM | Last reply by Derek Smyth - Monday, July 11, 2011 8:55 AM -
0 Votes
Trying to generate a web client using a provided wsdl.
Hi Mike, If you want to use ASMX client to invoke WCF Service operations, you need to use basicHttpBinding for one endpoint for ASMX client application.Answered | 2 Replies | 5187 Views | Created by michael.myers - Tuesday, September 29, 2009 11:44 PM | Last reply by Riquel_Dong - Monday, October 5, 2009 9:01 AM -
0 Votes
Failed to generate code for the wsdl
Also, are you aware you should be using WCF for new web service client development?Answered | 2 Replies | 4035 Views | Created by VincenzoDC - Thursday, May 20, 2010 4:07 PM | Last reply by John Saunders - Thursday, May 20, 2010 7:51 PM -
1 Votes
Is it possible to convert WSDL file back to Service Contract Interface for hosting?
wsdl.exe has the /serverInterface flag: http://msdn.microsoft.com/en-us/library/7h3ystb6(VS.80).aspx svcutil generates the ...Answered | 3 Replies | 7301 Views | Created by prad9 - Tuesday, October 19, 2010 8:14 AM | Last reply by Kiran Khambete (CTS) - Friday, July 8, 2011 6:57 AM -
1 Votes
How to generate serverside bindings from WSDL & XSDs with WCF tools.
The generated client magic looks like shown below.Answered | 9 Replies | 6884 Views | Created by lifeisxtrmfun - Friday, June 26, 2009 2:44 PM | Last reply by Richard Blewett - Monday, June 29, 2009 7:40 PM -
0 Votes
WSDL Generation in WCF
http://webservices20.blogspot.com/ WCF Security, Interoperability And Performance BlogAnswered | 1 Replies | 4410 Views | Created by ronit_rc - Friday, April 22, 2011 11:36 AM | Last reply by Yaron Naveh - Friday, April 22, 2011 12:30 PM -
2 Votes
Make base Interface for generic classes
List(Of T) implements IList(Of T) that inherits from IList...Answered | 9 Replies | 3427 Views | Created by Tekito - Tuesday, May 25, 2010 8:25 PM | Last reply by Tekito - Wednesday, May 26, 2010 6:28 PM -
1 Votes
Creating a WCF Service from wsdl
I used svcutil in the end and used the interface within and removed the proxy stuff.Answered | 4 Replies | 16650 Views | Created by Adie Bryer - Friday, May 14, 2010 9:37 AM | Last reply by dugongsoftware - Thursday, September 18, 2014 12:17 AM -
0 Votes
What is the simple and best approach to generate a UI from WSDL
You could probably use your wsdl file, have a schema reader to read the wsdl file and then loop through each of the elements to determine the methods/properties/types ...Answered | 4 Replies | 2794 Views | Created by Santhosh P - Monday, August 27, 2012 3:41 PM | Last reply by MithileshDubey - Friday, August 31, 2012 9:19 AM -
1 Votes
WCF suppress WSDL generation
MPAnswered | 3 Replies | 2562 Views | Created by Maulik Patel - Wednesday, July 27, 2011 3:57 PM | Last reply by CarlosFigueira - Wednesday, July 27, 2011 5:02 PM -
0 Votes
Problem with dynamically generated .cs files
Antlr produces two cs files from a single g file.Answered | 13 Replies | 15266 Views | Created by FalconNL2007 - Wednesday, January 30, 2008 4:08 PM | Last reply by Richard Morrison - Thursday, September 10, 2009 3:43 AM -
0 Votes
WSDL.exe not generating certain classes
When using /shareTypes some of the classes were not generated.Answered | 7 Replies | 11251 Views | Created by Nicolas L - Thursday, January 28, 2010 10:07 PM | Last reply by gupta.rajan - Thursday, April 29, 2010 5:32 PM -
1 Votes
Exclude OperationContract from WSDL
> But still unable to consume it as there is a difference in WSDL contracts that OperationContract tag exist, whereas it was not within the contract generated using original ASMX ...Answered | 1 Replies | 948 Views | Created by Tech01230 - Wednesday, June 15, 2016 11:14 AM | Last reply by Tony---- - Friday, June 17, 2016 3:18 AM - Items 1 to 20 of 3405100 Next ›
No announcements