No announcements
Found 2936676 threads
-
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 | 16737 Views | Created by Adie Bryer - Friday, May 14, 2010 9:37 AM | Last reply by dugongsoftware - Thursday, September 18, 2014 12:17 AM -
4 Votes
How to get rid of targetnamespace="http://tempuri.org" in Workflow WCF service WSDL (.NET 3.5)
Indeed creating my own workflowservicehost, made it possible to create my own namespace for a WF hosted WCF (web)service.Answered | 16 Replies | 35343 Views | Created by WouterC2 - Wednesday, March 5, 2008 3:43 PM | Last reply by Terence Tung - Thursday, October 7, 2010 2:38 AM -
0 Votes
Use WSDL in WCF Service
Hi CRM Rocks, Ok, you want to call a WCF Service from another WCF Service?Answered | 3 Replies | 2372 Views | Created by myCRMGuy - Wednesday, November 11, 2015 12:13 AM | Last reply by Grady_Dong - Thursday, November 12, 2015 9:41 AM -
0 Votes
Beginner: From WSDL to WCF Web Service.
You can generate client code from wsdl.Answered | 1 Replies | 4372 Views | Created by jas234 - Wednesday, August 10, 2011 9:20 PM | Last reply by Tanvir Huda - Thursday, August 11, 2011 1:09 AM -
1 Votes
Exclude OperationContract from WSDL
With previous link, you will be redirect to wcf service when you call with asmx web service.Answered | 1 Replies | 1026 Views | Created by Tech01230 - Wednesday, June 15, 2016 11:14 AM | Last reply by Tony---- - Friday, June 17, 2016 3:18 AM -
0 Votes
WCF Service missing complextype in wsdl
The WCF forum is atAnswered | 2 Replies | 3506 Views | Created by MunkeyCat - Monday, September 8, 2008 4:21 PM | Last reply by MunkeyCat - Monday, September 8, 2008 7:09 PM -
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 uri ...Answered | 3 Replies | 10065 Views | Created by Mou_kolkata - Thursday, July 7, 2011 6:26 AM | Last reply by Nabil Shaik - Friday, July 8, 2011 12:26 AM -
1 Votes
Need Help with replacing ALL tempuri.org namespace declarations from the generated wsdl files
Hi, I have a wcf service hosted in IIS.Answered | 2 Replies | 3138 Views | Created by jsarbak - Tuesday, December 9, 2008 8:20 PM | Last reply by jsarbak - Friday, December 12, 2008 9:51 PM -
0 Votes
Generate WSDL file for a WCF service (of type exe)
There is considerable difference between wsdl file generated from wcf and java web service.Answered | 7 Replies | 12279 Views | Created by isampro - Friday, June 19, 2009 4:44 AM | Last reply by isampro - Monday, June 22, 2009 6:59 AM -
0 Votes
Why does a WCF service create a WSDL?
., with svcutil or Add Service Reference), as the information for many of the WCF REST features (WebGet/WebInvoke/UriTemplate/etc) are not reflected in the WSDL.Answered | 1 Replies | 3726 Views | Created by peter_quiet - Monday, June 20, 2011 4:15 PM | Last reply by CarlosFigueira - Monday, June 20, 2011 4:53 PM -
0 Votes
Connecting to a web service wsdl
Have your WebService support JSON: http://channel9.msdn.com/Shows/The+EndPoint/Programming-JSON-with-WCF-in-NET-Framework-35 You could add a ...Answered | 1 Replies | 3126 Views | Created by cooney73 - Wednesday, January 11, 2012 4:31 PM | Last reply by Jeff Sanders - Wednesday, January 11, 2012 8:16 PM -
1 Votes
WS-Addressing & WSDL (pre-WCF)
John Saunders WCF is Web Services.Answered | 5 Replies | 4698 Views | Created by Gustavo Frederico - Tuesday, September 22, 2009 6:15 PM | Last reply by John Saunders - Tuesday, September 29, 2009 4:21 PM -
0 Votes
WCF Service and SOAP+WSDL
If you want to publish orchestrations and schemas as Web services with the SOAP adapter, you use the BizTalk Web Services Publishing Wizard.Answered | 1 Replies | 2520 Views | Created by piancu - Friday, March 22, 2013 11:05 PM | Last reply by Molly Chen_ - Monday, March 25, 2013 9:14 AM -
0 Votes
WCF service library - issues
Once I removed [XMLDocuments] and removed the WCFExtra's references, things seem to work as expected.Answered | 6 Replies | 3823 Views | Created by jss3426 - Saturday, June 13, 2009 8:13 PM | Last reply by Stipe-Ivan Latkovic - Wednesday, June 17, 2009 4:34 PM -
1 Votes
WCF : How to prevent an endpoint from being published in the service WSDL?
Hi Akshat, If you are using .NET 4, I believe that if you set the "isSystemEndpoint" flag to true -- to mark an endpoint as an ...Answered | 2 Replies | 4860 Views | Created by Akshat Sharma - Tuesday, September 14, 2010 6:46 PM | Last reply by Akshat Sharma - Wednesday, September 22, 2010 4:52 PM -
0 Votes
Generate WSDL for WCF service
Is there any such utility for generating a class for WCF web services?Answered | 16 Replies | 9960 Views | Created by MituD - Thursday, November 5, 2009 7:23 PM | Last reply by Haripraghash - Sunday, November 8, 2009 4:30 AM -
0 Votes
How to expose WSDL meta data for a WCF service from a worker role?
WSDL to the end of my service uri, but it just returns a blank page.Answered | 5 Replies | 11870 Views | Created by Michael Cramer - Monday, August 9, 2010 6:17 AM | Last reply by Michael Cramer - Wednesday, August 11, 2010 2:14 AM -
0 Votes
Restrict everyone from generating wsdl of my wcf service!
>even when i removed all the end points , still i can access the service methods In .NET 4.0 the default HTTP endpoint will be created for the service, ...Answered | 6 Replies | 4916 Views | Created by Muhammad Jamal Shaikh - Monday, December 27, 2010 4:16 PM | Last reply by Muhammad Jamal Shaikh - Monday, December 27, 2010 9:51 PM -
0 Votes
adding web service reference using wsdl
You can also try below: create a virtual directory and place the WSDL in thatbrowse the WSDL and get the URLPut the URL while adding the web ...Answered | 2 Replies | 3578 Views | Created by sinner1988 - Thursday, August 23, 2012 1:57 PM | Last reply by Naushad.Alam - Thursday, August 23, 2012 5:50 PM -
4 Votes
BizTalk WCF-WebHTTP - wsdl definitions update
It's not possible to update the port naming, it's a default naming standard used while generating the WSDL using the BizTalk WCF Service Publishing ...Answered | 5 Replies | 2303 Views | Created by Powersheller_BizTalk Server Admin - Tuesday, July 5, 2016 4:10 PM | Last reply by SMSVikasK - Thursday, July 7, 2016 9:37 AM - Items 1 to 20 of 2936676 Next ›
No announcements