RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Anne Thomas Manes
Please send Axis-related questions to the Axis-user list. [EMAIL PROTECTED] -Original Message- From: Guido Lemoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 3:55 AM To: [EMAIL PROTECTED] Subject: Parameter order in servlet call to Axis service? Dear All, I have defined a

RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Anne Thomas Manes
Please send Axis-related questions to the Axis-user list. [EMAIL PROTECTED] -Original Message- From: Guido Lemoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 3:55 AM To: [EMAIL PROTECTED] Subject: Parameter order in servlet call to Axis service? Dear All, I have defined a

Parameter order in servlet call to Axis service?

2004-06-01 Thread Guido Lemoine
servlet call to the web service, with named parameters in the FORM input fields, the order of the parameters is reversed (test.html). Any idea why this is? If this is consistent behavior, I can work around it, but I noticed that the parameter order is confused if used with a service that takes in

RE: Soap request parameter order.

2003-01-10 Thread David Harrison (EAB)
Thanks for your help, that explains everything. Regs David -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: den 10 januari 2003 16:23 To: [EMAIL PROTECTED] Subject: Re: Soap request parameter order. While XML has a tag/value concept, there is nothing in the SOAP

Re: Soap request parameter order.

2003-01-10 Thread Scott Nichol
SOAP implementations. Scott Nichol - Original Message - From: "David Harrison (EAB)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 10:03 AM Subject: Soap request parameter order. > Hi, > I have written a Soap client in Perl to sen

Soap request parameter order.

2003-01-10 Thread David Harrison (EAB)
Hi, I have written a Soap client in Perl to send a request to a Soap server. I have noticed that I must send the parameters in a specific order otherwise the request is rejected. I have also noticed that I can use any name for the values sent. I thought that the idea with xml was

RE: Parameter Order?

2001-10-04 Thread Adam Lipscombe
: Michael Svoboda [mailto:[EMAIL PROTECTED]] Sent: 04 October 2001 16:21 To: [EMAIL PROTECTED] Subject: Parameter Order? Does Apache care about the order of the parameters in the SOAP-Envelope? How about other implementation? Do the care about the parameter name or the parameter order? This point

Parameter Order?

2001-10-04 Thread Michael Svoboda
Does Apache care about the order of the parameters in the SOAP-Envelope? How about other implementation? Do the care about the parameter name or the parameter order? This point isn't clear to me out of the specification. I would appreciate your opinions and knowledge Michael Svoboda

Parameter: order or named

2001-08-27 Thread Micael Ericsson (QIN)
A selfmade service 'StringService' has method 'addStrings(firstString, secondString)', which return a concatinated string. When calling this service using SOAP 'Call' java Class order of parameters is significant. Sending 'secondString' parameter first (in XML message you can se parameter nam

Parameter order (Java and Call question)

2001-08-20 Thread Micael Ericsson (QIN)
When I call a SOAP service method (running on Apache SOAP 2.2 on tomcat 3.2.3) I must supplied parameters in the same order as the method (in the service deployed Java class) has its parameters defined. Ex) Service urn:math method divide(ini firstValue, int secondValue). I am using apache soap