• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Map incoming XML request to methods parameters

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The XML requests to our web service from a client contain name tags for each parameter. After we upgraded from Weblogic 6.1 to Weblogic 8.1 SP4, our web service does not recognise the name tags.

After reading articles, I understand that I may need to map the incoming names (name, age etc) to the param names in web-services.xml file(string0, int0 etc). Am I on the right path?

If yes, what is the best way to create the maps? Can anyone help me with the procedures for mapping?

It was not a problem on WL 6.1 server. We did not have web-services.xml file in our WAR file on WL 6.1. I used ant and servicegen tools to build the webservice on WL 8.1 and web-services.xml was automatically generated.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic