472,973 Members | 2,239 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,973 software developers and data experts.

Web Service from WSDL

CJF
Is there a way to build a web service from an existing wsdl? I do not wish to
create a .Net web service client proxy from a wsdl, but an actual web
service. I tried using the wsdl.exe utility, but the output is class of type
SoapHttpClientProtocol and not WebService. It was my understanding that you
could create both client proxies and web services from an existing wsdl file?
If not, what's another way of creating a .NET web service that supports the
existing wsdl? I'm using VS 2005.

Thanks,
CJF
Jan 27 '06 #1
3 11830
CJF napsal(a):
Is there a way to build a web service from an existing wsdl? I do not wish to
create a .Net web service client proxy from a wsdl, but an actual web
service. I tried using the wsdl.exe utility, but the output is class of type
SoapHttpClientProtocol and not WebService. It was my understanding that you
could create both client proxies and web services from an existing wsdl file?
If not, what's another way of creating a .NET web service that supports the
existing wsdl? I'm using VS 2005.

Thanks,
CJF

Using wsdl.exe with "/server" parametr doesn't work? I didn't try it
yet, but documentation says :

/server
Generate an abstract class for an xml web service implementation using
ASP.NET based on the contracts. The default is to generate client proxy
classes.
Zdenek Drlik, MCP
Jan 27 '06 #2
CJF napsal(a):
Is there a way to build a web service from an existing wsdl? I do not wish to
create a .Net web service client proxy from a wsdl, but an actual web
service. I tried using the wsdl.exe utility, but the output is class of type
SoapHttpClientProtocol and not WebService. It was my understanding that you
could create both client proxies and web services from an existing wsdl file?
If not, what's another way of creating a .NET web service that supports the
existing wsdl? I'm using VS 2005.

Thanks,
CJF

The /server switch works in VS 2003' wsdl.exe. VS2005's wsdl.exe has
"/serverInterface" parameter instead.

Zdenek Drlik, MCP
Jan 27 '06 #3
CJF
I did run it with the /serverInterface option. I guess I'm suppossed to
create my own web service that implements the interface. Though, my concern
is the wsdl file generated by my .NET web service doesn't match the wsdl file
used to create the interface. I'm unsure as to what the implications are for
clients that use the original wsdl file as oppossed to the wsdl created by my
service. Why are the wsdl files different to begin with? Thanks.

"Zdenek Drlik" wrote:
CJF napsal(a):
Is there a way to build a web service from an existing wsdl? I do not wish to
create a .Net web service client proxy from a wsdl, but an actual web
service. I tried using the wsdl.exe utility, but the output is class of type
SoapHttpClientProtocol and not WebService. It was my understanding that you
could create both client proxies and web services from an existing wsdl file?
If not, what's another way of creating a .NET web service that supports the
existing wsdl? I'm using VS 2005.

Thanks,
CJF

The /server switch works in VS 2003' wsdl.exe. VS2005's wsdl.exe has
"/serverInterface" parameter instead.

Zdenek Drlik, MCP

Jan 27 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Jerome Cohen | last post by:
AI am trying to call a third-party web service. this service expects an XML fragment that contains the request plus other parameter. adding the web reference created the syntax below(reference.vb)....
7
by: Jorgen Haukland, Norway | last post by:
Hi, I have created a Java webservice which runs in IBM WebSphere appserver. I take the WSDL-file and create a VS.NET WinForm application and calls the service running on my PC and everything...
0
by: leslie_tighe | last post by:
Hello, I have a set of web services running on Java server that are exposed through axis 1.2.1. I can invoke these services in browser and through a java test client. However, when I try to...
4
by: leslie_tighe | last post by:
Hello, I have a webservice running on a J2EE server created with Axis 1.2.. I have a client that I am building in .net that needs to consume this webserivce and am having a bit of trouble. I have...
4
by: Jay | last post by:
Hello all, I was wondering if someone can point me to a tutorial that show me how I can set up a web service that can listen for me to send a POST from a client? like so Client sends http...
2
by: quortex | last post by:
Hi all, I have written a web service using the .net framework 2 and Visual Studio 2005. I consume the managed service by native C++ using the "add web reference" feature. This obviously shells...
3
by: GT | last post by:
I have a .NET client that consumes an Axis web service. A change was made recently to the AXIS web service, and ever since then my .NET proxy class has been throwing an InvalidCastException. The...
2
by: BluNuit | last post by:
I have a simple c# app that calls a Java (AXIS) web service to perform some operations. The call works fine (the java code fires and the operations are executed), but the response is always null. ...
3
by: Jeremy Chapman | last post by:
I've writtin a very simple web service in axis which returns an array of classes. I consume it in a .net app. When receiving the response, my .net app generates an error "Cannot assign object...
0
by: =?ISO-8859-1?Q?Jan_Thom=E4?= | last post by:
Hi, I've been trying like a madman to make my WSDL work with .net, but it seems I am out of luck. Whenever I add a service reference to Visual C#, the code gets generated fine, however all...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.