WSDL without SOAP

C

carl.stottlemyer

Currently our company is interfacing with several other companies using
a few different technologies, CORBA, RMI and an independently developed
middleware that we are stuck with using. In some cases the interface
may be through plain Java interface or C Header. We are undergoing an
effort to use a single interface specification language for all
companies. We must be able to automatically generate the actual
interfaces from the interface specification language. Our current
thought is to use WSDL and transform the logical part of the document
into the actual interface each company will be using. For example we
will want to develop a C Header that is logically equivalent to WSDL
types, messages and portType sections.

Does anyone have any thoughts on this line of thought and/or know of
any tools that generate a logically equivalent C, Java, idl, RMI of a
WSDL document. It is important that the generated files not have any
reference to the actual transport in them. For example when I generate
a Java interface we don't want any reference to SOAP.

If we cannot find any tools that do this we will develop our own using
XSLT.
 
G

Guido Spadotto

Il Wed, 15 Dec 2004 15:50:09 -0800, carl.stottlemyer ha scritto:
Does anyone have any thoughts on this line of thought and/or know of
any tools that generate a logically equivalent C, Java, idl, RMI of a
WSDL document. It is important that the generated files not have any
reference to the actual transport in them. For example when I generate
a Java interface we don't want any reference to SOAP.

Hi Carl,
I don't know if this is your case, but as long as Java is concerned,
there's the "WSDL2Java" emitter by Axis* which translates a wsdl file into
a (custom-chosen) package that contains those "logically equivalent"
classes.

There's also a C++ port of Axis, but I don't use it.

I hope this helps, sorry for my poor english.

Guido Spadotto

*: http://ws.apache.org/axis/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SOAP::WSDL, wsdl2perl and soap 1.2 2
Question about SOAP/WSDL... 0
webservices , soap et wsdl 3
WSDL and SOAP 0
wsdl (soap) without code generation 2
SOAP spec 1
Xsd from Wsdl 1
Ruby, SOAP and WSDL 6

Members online

No members online now.

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,123
Latest member
Layne6498
Top