• 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

Axis2 - New Transport - Help to understand

 
Ranch Hand
Posts: 296
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello partners!
I've been told, that I need to write a new transport for Axis2 (among HTTP, JMS, etc.) for internal protocol.
Am I correct that main target of transport is transforming incoming message to format, that Axis2 can understand?
I mean if I send SOAP message over HTTP, then HTTP transport handles request, extracts envelope and transmits it to Axis2 Engine, which can understand standard SOAP envelope and executes the service, then backward transformation for outgoing message. Please put me right if I'm wrong, I just need to understand the concept. Thanks.
 
surlac surlacovich
Ranch Hand
Posts: 296
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anyone?
 
reply
    Bookmark Topic Watch Topic
  • New Topic