http://localhost:8080/axis/GetInventory.jws?method=currentBalanceTest&parm=v al
Same as any HTTP GET -- Dennis R. Sherman Endeavor Information Systems 847-227-2976 [EMAIL PROTECTED] http://www.endinfosys.com -----Original Message----- From: Larry [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 1:42 PM To: [EMAIL PROTECTED] Subject: Newbie: Easy Question on HTTP calls to service I am experimenting with .jws deployment to get my feet wet before going forward with the more robust deployment. I am testing using http calls like: http://localhost:8080/axis/GetInventory.jws?method=currentBalanceTest Which works fine. I can also create test java clients that can call and receive data. But I can only figure out how to send PARAMETERS with the java client method. Assuming "currentBalanceTest" has a string parameter called "item" and an int parameter called "quantity", can one use a regular http call to get the response or is it not possible? How would that be formatted? http://localhost:8080/axis/GetInventory.jws?method=currentBalanceTest??????? ???????????? Larry _______________________________________________ No banners. No pop-ups. No kidding. Introducing My Way - http://www.myway.com
