This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have created and deployed a Java webservice which takes org.w3c.dom.Element as a parameter. Now my question is how can a .NET webservice create the instance of org.w3c.dom.Element and call the web service ? To be more direct How can a .NET client can create a java object of org.w3c.dom.Element ? [ November 30, 2004: Message edited by: srini vasan ]
Originally posted by Balaji Loganathan: Have tried feeding your wsdl to .NET framework and see whether its creating the proxy or not ??
I'm new to .NET webservice stuff .. the requirement is i have exposed some set of Java methods as webservice , one of our clients appln is in VB and we suggest them to migrate to .NET .. Is there any link that throws more light on this ?
I'm new to .NET webservice stuff .. the requirement is i have exposed some set of Java methods as webservice , one of our clients appln is in VB and we suggest them to migrate to .NET .. Is there any link that throws more light on this ?
Are you migrating Java web service to .NET? :roll: