SOAP: JWSDP Webservice and Axis2 Client?
Posted
by Sophomore
on Stack Overflow
See other posts from Stack Overflow
or by Sophomore
Published on 2010-06-03T16:49:37Z
Indexed on
2010/06/03
16:54 UTC
Read the original article
Hit count: 252
Just a plain simple question to which I could'nt find a straight answer...
I'm building a SOAP webservice which is supposed to deliver some data to a client. (Actually it's RDF parsed/stripped to XML)...
I'd like to use JWSDP which will generate WDSL specification. Are there any downfalls when the client is using axis2 instead of JWSDP?
My intention was, that this shouldn't matter, as this is what WSDL is meant for, but I wanted to check before there arise any incompatibilities or problems...
© Stack Overflow or respective owner