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

javax.xml.rpc.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException:

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am consuming a webservice which takes in 10 parameters.
The aim of the call to the webservice is to obtain a Task ID.All the parameters for the call are supplied from a JSP page(using JSF).
The following is the web service call

The following is the JSP page:


The thing which i am not able to understand is this error at my Tomcat console:



The ticket and project ID are available within the bean.The rest 8 parameters are made available frm the JSP.
On selecting fields like Subjects etc from my dropdown box, the web service call in the bean throws an error regarding the ID of the field.
Why is my web service call checking the dropdown box field id's!when all the required parameters have been passed to the service through my bean and its arrangement of setters and getters.


Thank You
 
Anderson gave himself the promotion. So I gave myself this tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic