Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
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
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.