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.