• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

wsdl and xsd.

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i am developing a web service. my in put xml will validate with the xsd file. and i create the sopa object and send to the service.here what is the necessity of wsdl file and what is the use of wsdl.

here i am validating the xsd in client side can i do same validation in server side if it possible how i can do.


please give the examples if possible.
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WSDL will tell you how your SOAP object should look like.
Its described what its takes as a SOAP request and how it will give back the SOAP response.

Without WSDL , the public users(clients) will not know what inputs it can send.

To get further tips...

Please explain on, in what format you are sending your xml file ? what your service is expecting from you and so on.
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WSDL Overview
 
punna Kumar
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks balaji,
here we are developing the private service, client will know the what is the service will do and how it will execute. it won't expose to any one other than client.

input xml is soap object only.client send the data in the form of xml i have to receive the xml and get the data and do some maniplication and give the sucess or failure message to client

In this case WSDl is required and i want to validate the in put xml with xsd. how i can do

my web server version is was 5.1.1.5

do i need and axis soft ware or soap is enough for this one.


i am little bit confuse in all these . if possible please provide the sample web service application only with soap and wsdl not uddi.it may help to me

waiting for u r replay.
 
All of life is a contant education - Eleanor Roosevelt. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic