Title: Nachricht
Hi!
 
Actually I want to keep the data I want to send with the parameters away from the payload. I am using a client which does not support HTTP-Headers or SOA-Headers. I found a solution to send the needed parameters to my web service via the SOAPAction header.
 
Thanks for ur assistance!
Denis
-----Ursprüngliche Nachricht-----
Von: pratima gogineni [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 23. November 2005 18:52
An: [email protected]
Betreff: Re: Passing parameters via URL

From what I recall passing the parameters through the url is a testing facility only i.e. you could send the data in the payload as parameters for testing.

Your scenario seems interesting - Im I right in assuming you are getting the payload from a 3rd party and want to pass it to your web service by adding some more information in the form of parameters in your client? i.e. you dont want teh processing load of modifying the payload for the additional information.

Pratima

Denis Schlesinger <[EMAIL PROTECTED]> wrote:
Thanks for your answer!
 
It seems like the parameters are omitted and not passed through to the web service method if there is a message payload. If I invoke the web service through a browser (without payload) I receive the parameters in my method. I don't send the message through a browser but a web service client which generates message payloads. In this case the method just receives the payload but the parameters are 'null' :(
 
Any ideas?
 
Denis
-----Ursprüngliche Nachricht-----
Von: pratima gogineni [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 23. November 2005 05:46
An: [email protected]
Betreff: Re: Passing parameters via URL

Yes I had used this facility to test some axis webservices in a webbrowser.
The URL is of the form: http://host:port/endpoint?method=<operation>&paramA=valueA&paramB=valueB

Pratima

Denis Schlesinger <[EMAIL PROTECTED]> wrote:
Hallo everybody!
 
Is it possible to pass parameters to an Axis web service via its URL?
 
 
Any experiences on that?
 
Thanks in advance!
 
Denis


Yahoo! FareChase - Search multiple travel sites in one click.


Yahoo! FareChase - Search multiple travel sites in one click.

Reply via email to