• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Java to .NET webservice

 
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

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 ]
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have tried feeding your wsdl to .NET framework and see whether its creating the proxy or not ??
 
Srinivasa Raghavan
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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 ?
 
Ranch Hand
Posts: 8953
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by srini vasan:


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:
 
Srinivasa Raghavan
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Pradeep Bhat:


Are you migrating Java web service to .NET? :roll:


No Mr.pradeep. The Client is a .NET Client.
 
Pradeep bhatt
Ranch Hand
Posts: 8953
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by srini vasan:

No Mr.pradeep. The Client is a .NET Client.



So Did you try what Balaji suggested.
 
Srinivasa Raghavan
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Pradeep Bhat:


So Did you try what Balaji suggested.



Yes Exploring. Bit busy with some schedule .. i'll try in a day or Two ..
 
Balaji Loganathan
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by srini vasan:

Yes Exploring. Bit busy with some schedule .. i'll try in a day or Two ..


www.asp.net will be a good start, they got tutorial as well.
 
Srinivasa Raghavan
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Balaji Loganathan:

www.asp.net will be a good start, they got tutorial as well.



Thanks Balaji Thanks a lotttt ...
I also saw some nice stuff in MSDN in addition to asp.NET both are very good.Thanks a lott.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic