You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by gi...@tin.it on 2000/12/01 16:26:48 UTC

HttpServletRequest ... it's possible....

Hi,
I have a question....
It's possible define a method like service in RPCRouter who have like
parameter a HttpServletRequest?
Who can I do ?
I obtain this exception:
SOAPException: faultCode=SOAP-ENV:Client; msg=No mapping found for
'javax.servlet.http.HttpServletRequest' using encoding style
'http://schemas.xmlsoap.org/soap/encoding/'.;
targetException=java.lang.IllegalArgumentException: No mapping found for 'javax.servlet.http.HttpServletRequest' using
encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.]
	void org.apache.soap.transport.http.SOAPHTTPConnection.send(java.net.URL,
java.lang.String, java.util.Hashtable, org.apache.soap.Envelope,
org.apache.soap.encoding.SOAPMappingRegistry)
	org.apache.soap.rpc.Response
org.apache.soap.rpc.Call.invoke(java.net.URL, java.lang.String)
	void Prova.main(java.lang.String[])

Somebody can help me?
Thanks.
Gianna