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: Soap request parameter order.

2003-01-10 Thread Scott Nichol
While XML has a tag/value concept, there is nothing in the SOAP spec that specifies the way a SOAP message is mapped to a method/function call implemented in a particular programming language. Therefore, it is left to implementers to decide how to perform the mapping. In Apache SOAP, you will not

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 sp

SAAJ: Omitting namespace prefixes...

2003-01-10 Thread Jack Byrne
Hello, How do I omit a namespae prefix when creating an XML element. If I perform something like Name bodyName = envelope.createName("GetLastTradePrice", "m", "http://wombats.ztrade.com"); Name name = envelope.createName("symbol"); SOAPElement symbol = gltp.addChildElement(name); symbol.addT

Re: Omitting namespace prefixes...

2003-01-10 Thread Scott Nichol
Jack, Please post Axis questions to [EMAIL PROTECTED] Thanks. Scott Nichol - Original Message - From: "Jack Byrne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 11:41 AM Subject: SAAJ: Omitting namespace prefixes... > Hello, > > How do I omit a namespae pr

architecture question

2003-01-10 Thread Cory Wilkerson
All, I've a question regarding architecture. I'm needing to develop a web service to consume a rather large query into our system that's doesn't really give itself to implentation via RPC style services because the number of parameters would be ludicrous (unless they were composite member of a

My jar not being picked up at runtime

2003-01-10 Thread Dan Weiler
I am attempting to pass my own object to my SOAP service and am running into some runtime problems that I am assuming to be classpath related. My deployment descriptor is pretty basic (see below) and it successfully deploys the service. The symptoms are a NoClassDefFound as soon as the deplo

Re: My jar not being picked up at runtime

2003-01-10 Thread Scott Nichol
Your "normally" put your service classes and "helper" classes in $CATALINA_HOME/webapps/soap/WEB-INF/lib or classes. You very likely need to restart Tomcat at this point. It sounds, however, like you have already done this. For your last sanity check, I would be certain the the jar is nowhere (n

Re: My jar not being picked up at runtime

2003-01-10 Thread Martin Gainty
What is the SOAP Error that is returned??? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is