473,386 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

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 1705
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*@discussions.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.NET)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*@discussions.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*@discussions.microsoft.com> wrote:
Marvin
Thank you so much for your quick reply,

Basically I am looking to create a webservice(VB.NET)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*@discussions.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*@discussions.microsoft.com> wrote:
Marvin
Thank you so much for your quick reply,

Basically I am looking to create a webservice(VB.NET)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*@discussions.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
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...
2
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...
6
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
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...
2
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...
15
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...
3
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...
5
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...
5
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.