473,569 Members | 2,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Soap Based XML webservice creation

Sai
I am new to this area,please bear with me for this basic question. :)

I have an xml schema file xyz.xsd file with me,That contains request and
response xml schema ,how can I proceed to create a soap based xml webservice??
Thanks in advance.
Sai
Nov 23 '05 #1
4 1716
Hi,

are you talking about "creating a webservice that will expose
functionality and its data (from the xyz.xsd)" or "consuming a
webservice that defines its data (from the xyz.xsd)" ?

Which language/development platform are you using/must you use?

What you will have to do is create a WSDL. This is the WebService
description (and will enventually contain your schema).

From the WSDL you can have the server side template generated or the
client side proxy.

Hope this helps,

Marvin Smit.
On Tue, 16 Aug 2005 07:10:01 -0700, Sai
<Sa*@discussion s.microsoft.com > wrote:
I am new to this area,please bear with me for this basic question. :)

I have an xml schema file xyz.xsd file with me,That contains request and
response xml schema ,how can I proceed to create a soap based xml webservice??
Thanks in advance.
Sai


Nov 23 '05 #2
Sai
Marvin
Thank you so much for your quick reply,

Basically I am looking to create a webservice(VB.N ET)that will expose
functionality and its data from the xyz.xsd XML schema file

I have VS.NET development tool with me.
How can I create WSDL from XSD??
Thanks for your time and help

Sai

"Marvin Smit" wrote:
Hi,

are you talking about "creating a webservice that will expose
functionality and its data (from the xyz.xsd)" or "consuming a
webservice that defines its data (from the xyz.xsd)" ?

Which language/development platform are you using/must you use?

What you will have to do is create a WSDL. This is the WebService
description (and will enventually contain your schema).

From the WSDL you can have the server side template generated or the
client side proxy.

Hope this helps,

Marvin Smit.
On Tue, 16 Aug 2005 07:10:01 -0700, Sai
<Sa*@discussion s.microsoft.com > wrote:
I am new to this area,please bear with me for this basic question. :)

I have an xml schema file xyz.xsd file with me,That contains request and
response xml schema ,how can I proceed to create a soap based xml webservice??
Thanks in advance.
Sai


Nov 23 '05 #3
Hi,

the most straight forward way is probably:

- run XSD.EXE /c over the schemas you got (generated the data classes)
- Implement a class (derive from WebService) and implement methods
that accept & return the generated types from step 1.
- WSDL = generated based on the webservice implementation you made.

Hope this helps,

Marvin Smit.
On Tue, 16 Aug 2005 07:31:05 -0700, Sai
<Sa*@discussion s.microsoft.com > wrote:
Marvin
Thank you so much for your quick reply,

Basically I am looking to create a webservice(VB.N ET)that will expose
functionalit y and its data from the xyz.xsd XML schema file

I have VS.NET development tool with me.
How can I create WSDL from XSD??
Thanks for your time and help

Sai

"Marvin Smit" wrote:
Hi,

are you talking about "creating a webservice that will expose
functionality and its data (from the xyz.xsd)" or "consuming a
webservice that defines its data (from the xyz.xsd)" ?

Which language/development platform are you using/must you use?

What you will have to do is create a WSDL. This is the WebService
description (and will enventually contain your schema).

From the WSDL you can have the server side template generated or the
client side proxy.

Hope this helps,

Marvin Smit.
On Tue, 16 Aug 2005 07:10:01 -0700, Sai
<Sa*@discussion s.microsoft.com > wrote:
> I am new to this area,please bear with me for this basic question. :)
>
>I have an xml schema file xyz.xsd file with me,That contains request and
>response xml schema ,how can I proceed to create a soap based xml webservice??
>
>
>Thanks in advance.
>Sai
>



Nov 23 '05 #4
Sai
OK.
Thanks for the help

"Marvin Smit" wrote:
Hi,

the most straight forward way is probably:

- run XSD.EXE /c over the schemas you got (generated the data classes)
- Implement a class (derive from WebService) and implement methods
that accept & return the generated types from step 1.
- WSDL = generated based on the webservice implementation you made.

Hope this helps,

Marvin Smit.
On Tue, 16 Aug 2005 07:31:05 -0700, Sai
<Sa*@discussion s.microsoft.com > wrote:
Marvin
Thank you so much for your quick reply,

Basically I am looking to create a webservice(VB.N ET)that will expose
functionalit y and its data from the xyz.xsd XML schema file

I have VS.NET development tool with me.
How can I create WSDL from XSD??
Thanks for your time and help

Sai

"Marvin Smit" wrote:
Hi,

are you talking about "creating a webservice that will expose
functionality and its data (from the xyz.xsd)" or "consuming a
webservice that defines its data (from the xyz.xsd)" ?

Which language/development platform are you using/must you use?

What you will have to do is create a WSDL. This is the WebService
description (and will enventually contain your schema).

From the WSDL you can have the server side template generated or the
client side proxy.

Hope this helps,

Marvin Smit.
On Tue, 16 Aug 2005 07:10:01 -0700, Sai
<Sa*@discussion s.microsoft.com > wrote:

> I am new to this area,please bear with me for this basic question. :)
>
>I have an xml schema file xyz.xsd file with me,That contains request and
>response xml schema ,how can I proceed to create a soap based xml webservice??
>
>
>Thanks in advance.
>Sai
>


Nov 23 '05 #5

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

Similar topics

15
3065
by: MR | last post by:
i need to develop a SOAP client, Since I have never personally done one I would like to make sure that I am going about it correctly. The client is a Windows (probably 2k3) application that communicates over HTTPS SOAP. The remote server is Unix based and implements Axis, which I know nothing about What are the steps I need to create this...
2
1199
by: None | last post by:
Dear All, I am writing an application which needs to send some XML in a SOAP envelope to a Java webservice. I have absolutely no idea where to begin. Can anyone possibly point me to a good place to read about how to go about doing this? I've not dealt with XML much in the past. Also, instead of creating an XML document every time with...
6
2112
by: A.M-SG | last post by:
Hi, We are developing a SmartClient application and we are planning to expose business objects layer to SmartClient application by using ASP.NET SOAP web services.
31
2797
by: Bryan Dickerson | last post by:
Ok, simple question: from a VB.Net web service (as I've said before, I'm a newbie to SOAP), how would I get the SOAP body into a string? My boss and I concur that it, at least from our perspective, should be as simple as defining an object and viewing a parameter on that object. My boss has worked with it and I'm still tryin'... TIA! ...
2
4024
by: Frederik Vanderhaegen | last post by:
Hi, I'm writing a simple soap extension for a webservice I developed (without the use of an extension the webservice works perfect). The extension is registered through the web.config files of my webservice and my application. In my extension I override the Chainstream method and implement the abstract methods (GetInitializer, Initialize...
15
4087
by: =?Utf-8?B?ZG91Zw==?= | last post by:
I hadn't had a class yet and I had some MS help on this to set up, but I wrote a .Net WS that creates a proxy class response using SOAP. Works fine. And in kind of a good way, the IDE has hidden the SOAP implementation so from my end I'm just creating, passing back my XML proxy class. The client side consumer of WS has for 1) text file...
3
4407
by: Lance Wynn | last post by:
Hello, I am receiving this error when trying to instantiate a webservice component. I have 2 development machines, both are XP sp2 with VS 2008 installed. On one machine, the code works fine. On the other machine I get the error upon instantiating the service client. I add the reference by choosing Add Service Reference from the project...
5
3061
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hi... I've got a .Net client to a soap service that works for the most part, but there are a couple of things I'd like to improve: 1) the first request to the client wrapper always takes 12-15 seconds even though the web server shows < a half second spent on the request. What takes so much time for the client wrapper to warm up? All...
5
8809
by: TayBill | last post by:
I have C# based webservice that is hosted in a NT service. Programmatic access to the web service is of the form: soap.tcp://localhost:11141/ProcessorWebService (The more traditional way to implement C# webservices is to put them in asp.net (.asmx) files and hosted by IIS. Access to these services is of the form: ...
0
7698
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7673
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6284
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5513
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.