Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lubywan
  • Content: Threads
  • Order by date
  1. lubywan

    SOAPConstants.Dynamic_Soap_Protocol Tutorial

    I'm doing a tutorial at http://java.sun.com/webservices/docs/2.0/tutorial/doc/SAAJ3.html and can't get the SOAPConstants.DYNAMIC_SOAP_PROTOCOL (line 1) to be recognized (also it says that "The method addBodyElement(Name) in the type SOAPBody is not applicable for the arguments (QName)" (line...
  2. lubywan

    ClassCastException on casting a Parameter (Vector)

    I'm trying to cast a Parameter from a Vector, but keep running into a ClassCastException error. My ultimate goal is to send XML data to an external web service. Pertinent code is below (I marked the trouble spot with *** It Blows up here ***): URL url = new URL("http://web services url...")...

Part and Inventory Search

Back
Top