• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Accessing SOAP Service from MS Tech... ?

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do i access SOAP Service deployed in TOMCAT from MicroSoft technology ??
This doubt has arrised in mind by looking at the prototype of the method if we want to be invoked using SOAP messaging... methodName(Envelope env, SOAPContext req, SOAPContext res). How does my SOAP envelope written using MS SOAP APIs gets convert into Envelope of SOAP API of Apache..
I dont know how does it happens .. does anyone has any idea about this...
Can anyone send me working example ... ?
Thanks
KIT
Badal
www.necoinfotech.com
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apache SOAP messaging is pretty simple-minded, it just hands your method the Envelope etc. then you can extract what you want from it. Here is an example method from the book that deals with a simple SOAP message directly.

Bill
 
Badal Kotecha
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot william.. !

Badal
www.necoinfotech.com
reply
    Bookmark Topic Watch Topic
  • New Topic