Posted By:
Barbara_Leung
Posted On:
Wednesday, August 22, 2001 05:21 PM
Hi, I am generating a WSDL file for my web services using jsp. Is it possible that I can generate the line: http://path_to_servlet?[query_string] in this jsp file where [query_string] is an input from a MS SOAP client please? Such that in the MS SOAP Client I can do: SC.mssoapinit " path_to_wsdl_file " SC. method [query_string] and this query_string will be used as the parameter in the jsp file? Alternatively I am able to encode the [query_string] inside the SOAP message. When that's the case, how can I get the value of the parameter inside the WSDL/XML file please?
More>>
Hi,
I am generating a WSDL file for my web services using jsp. Is it possible that I can generate the line:
http://path_to_servlet?[query_string]
in this jsp file where
[query_string]
is an input from a MS SOAP client please?
Such that in the MS SOAP Client I can do:
SC.mssoapinit "
path_to_wsdl_file
"
SC.
method [query_string]
and this
query_string
will be used as the parameter in the jsp file?
Alternatively I am able to encode the
[query_string]
inside the SOAP message. When that's the case, how can I get the value of the parameter inside the WSDL/XML file please? request.GetParameter(parameter_name) does not seem to work. It returns null all the time.
If jsp is not applicable in this case, how can this be done please?
Thanks,
Barbara
<<Less