| Author |
How to use .Net client for a Apache SOAP service?
|
David Follow
Ranch Hand
Joined: Oct 16, 2001
Posts: 223
|
|
Hi everybody, I have a SOAP service (Java) based on Apache SOAP deployed on the Tomcat WebServer. If and how can I use this service using a Microsft .Net client? Are there any examples out there? Using is with a Java client is obviously no big problem, but how about .Net? TIA, Detlef
|
SCJP, SCEA
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
I don't know of any examples of interoperability on the net, but if you have WSDL for your web service it shouldn't be too difficult -- MS allows generation of stubs for .NET clients from WSDL. Kyle ------------------ Kyle Brown, Author of Enterprise Java (tm) Programming with IBM Websphere See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.
|
Kyle Brown, Author of Persistence in the Enterprise and Enterprise Java Programming with IBM Websphere, 2nd Edition
See my homepage at http://www.kyle-brown.com/ for other WebSphere information.
|
 |
Kyle Brown
author
Ranch Hand
Joined: Aug 10, 2001
Posts: 3879
|
|
Found a few interoperability references: (Calling an Apache Server from an MS client) http://www-106.ibm.com/developerworks/webservices/library/ws-ref3/ (An overview of interoperability issues) http://www-106.ibm.com/developerworks/webservices/library/ws-asio/?dwzone=webservices (jGuru's FAQ for SOAP interoperability) http://www.jguru.com/faq/view.jsp?EID=474106 Kyle ------------------ Kyle Brown, Author of Enterprise Java (tm) Programming with IBM Websphere See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.
|
 |
David Follow
Ranch Hand
Joined: Oct 16, 2001
Posts: 223
|
|
Thank you. I read thru the IBM article and it helped. I haven't got the chance to actually try it out but will do soon. Thanks again, Detlef ------------------ --- Sun Certified Java2 Programmer
|
 |
 |
|
|
subject: How to use .Net client for a Apache SOAP service?
|
|
|