• 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

AXIS 1.4 Response XML Help-Urgent

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI All,

I am developing a webservice - serverside service using Axis 1.4 - RPC/encoded . My response is not as expected. Can some one help me

My request takes a employee ID and the response retrieves the employee details .My question is that the expected Response that my client wants is little diffrent from the actual response.The method name in the SOAP Body gets generated with a "Response" text to it .For example the method name igetEmployeeDetails is generated as "getEmployeeResponse" inside the soap body .. Can some one help me why this happens and how this can be tweaked.


Thanks in advance.

Request





Response - Actual


Response Expected :



My Server-config.wsdd


My WSDL


 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic