Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > WSDL and SOAP

Reply
Thread Tools

WSDL and SOAP

 
 
David Gaulin
Guest
Posts: n/a
 
      06-07-2004
Hello

I am currently trying to write WSDL files for some Web Services we
already have.

The web services were written by someone else and they take and
produce soap/xml message.

Is there a tool I can use to create the WSDL from the request and
response I already have? They are quite a few web servies and I am
pretty lazy Plus I am not quite sure of how the syntax would
go....

I read everywhere that I can generate WSDL from classes and generate
client from WSDL but I haven't found anything about creating WSDL for
existing soap web services. I am missing something? Is it possible?
Does it make sense?

Any help is appreciated.

Here is an example of a request and response I have if it migth help
Request:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<service xmlns="urn:get-the-company"
SERVER_ADDRESS="theServer.com" PASSWORD="okok"
CLIENT_USER_NAME="cliend" ESBSYS_SRVC_CD="EG"
COMP_NO="123456165234">
</service>
</soap:Body>
</soap:Envelope>

Response produce:
<?xml version="1.0" encoding="ISO-8859-1"?>
<getResult>
<ESTABLSIHMENT>
<OPERATING_NAME>Test Company</OPERATING_NAME>
<MAILLING_ADDRESS>
<STREET_ADDRESS_1>10025 River Way</STREET_ADDRESS_1>
<CITY>DELTA</CITY>
</MAILLING_ADDRESS>
<TELEPHONE>11111111</TELEPHONE>
</ESTABLSIHMENT>
</getResult>

Thanks

David Gaulin
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SOAP::WSDL, wsdl2perl and soap 1.2 Me Perl Misc 2 04-09-2010 08:00 AM
webservices, wsdl & xsd (schema-2-wsdl) Dark Java 1 11-14-2008 07:58 PM
WSDL file produces useless class when imported with WSDL.exe RH ASP .Net Web Services 1 05-27-2004 09:40 PM
is the w3c's schema for wsdl and wsdl/soap binding possibly buggy ? _clb_ Chris Bedford XML 0 08-20-2003 11:52 PM
WSDL.EXE: WSDL Import Directive Stephen Edgecombe ASP .Net Web Services 0 08-13-2003 06:38 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57