You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by "Sinha, Madhukar [IT]" <ma...@citigroup.com> on 2002/08/28 23:18:07 UTC

Apache soap admin site error - list.jsp

Guys!! all of sudden i am getting this error..

what could be wrong? my installtionw asnt channged.. soap.xml and registrty
files are at regukar locations.

Please jhelp 

############################################################################
#########

500 Internal Server Error
com.livesoftware.scripting.CompilerException:
/export/enterprise-docs/riskmaster/servlets/jsp/jsp/list.java:66: Undefined
variable or class name: config
  String configFilename = config.getInitParameter(Constants.CONFIGFILENAME);
                          ^
/export/enterprise-docs/riskmaster/servlets/jsp/jsp/list.java:68: Undefined
variable or class name: application
    configFilename = application.getInitParameter(Constants.CONFIGFILENAME);
                     ^
/export/enterprise-docs/riskmaster/servlets/jsp/jsp/list.java:71: Undefined
variable: application
 
org.apache.soap.server.http.ServerHTTPUtils.getServiceManagerFromContext(app
lication, configFilename);
 
^
/export/enterprise-docs/riskmaster/servlets/jsp/jsp/list.java:73: Variable
configFilename in class org.apache.soap.server.ServiceManager not accessible
from class jsp.jsp.list.
    out.println (serviceManager.configFilename);
                               ^
/export/enterprise-docs/riskmaster/servlets/jsp/jsp/list.java:75: Exception
org.apache.soap.SOAPException must be caught, or it must be declared in the
throws clause of this method.
  String[] serviceNames = serviceManager.list ();
                                              ^
5 errors

	at java.lang.Throwable.fillInStackTrace(Native Method)
	at java.lang.Throwable.fillInStackTrace(Compiled Code)
	at java.lang.Throwable.(Compiled Code)
	at java.lang.Exception.(Compiled Code)
	at
com.livesoftware.scripting.CompilerException.(CompilerException.java:7)
	at
com.livesoftware.scripting.JavaCompiler.compile(JavaCompiler.java:72)
	at
com.livesoftware.jrun.plugins.jsp.JSPCore.getPage(JSPCore.java:552)
	at com.livesoftware.jrun.plugins.jsp.JSP.callPage(JSP.java:618)
	at com.livesoftware.jrun.plugins.jsp.JSP.service(JSP.java:543)
	at javax.servlet.http.HttpServlet.service(Compiled Code)
	at com.livesoftware.jrun.JRun.runServlet(Compiled Code)
	at com.livesoftware.jrun.JRunGeneric.handleConnection(Compiled Code)
	at
com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(Co
mpiled Code)
	at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled
Code)
-----Original Message-----
From: Scott Nichol [mailto:snicholnews@scottnichol.com]
Sent: Wednesday, August 28, 2002 5:14 PM
To: soap-dev@xml.apache.org
Subject: Re: Apache Soap and MS Soap


I'm not sure exactly what you mean, but if you are talking about leaving the
server doc/lit, the answer is no.  The main problem is that Apache SOAP will
always send an encodingStyle attribute in the XML element for the method,
which will hose any MS server.

The "workaround" published as an MSKB article requires tedious coding for
each method call.

I think a doc/lit workaround will be added to Apache SOAP sometime within
the next couple of weeks, but I suppose you won't be able to wait that long
;-)

Scott Nichol

----- Original Message -----
From: "Chris Pittman" <cp...@eworkertech.com>
To: <so...@xml.apache.org>
Sent: Wednesday, August 28, 2002 4:57 PM
Subject: RE: Apache Soap and MS Soap


Can I use the RPC style and just send an XML string as a parameter then?


Chris Pittman
eWorker Technologies


-----Original Message-----
From: Scott Nichol [mailto:snicholnews@scottnichol.com]
Sent: Wednesday, August 28, 2002 4:23 PM
To: soap-dev@xml.apache.org
Subject: Re: Apache Soap and MS Soap


Apache SOAP does not do document/literal encoding today, without you writing
code to manually create and parse envelopes.

Scott Nichol

----- Original Message -----
From: "Chris Pittman" <cp...@eworkertech.com>
To: <so...@xml.apache.org>
Sent: Wednesday, August 28, 2002 4:09 PM
Subject: Apache Soap and MS Soap


Hi,

I'm trying to use an Apache Soap 2.3.1 client to connect to a web service
running on an IIS server with MS Soap.  I'm using the document style.  I
have written the server side and tested it using a MS client.  However, I
don't know that much about setting up an Apache client.  Can I use some of
the "standard" code snippets for implementing this, or will I need to be
creative because of the document style?

Thanks,
Chris Pittman
eWorker Technologies


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>



--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>