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
See the article from Snell:
http://www-106.ibm.com/developerworks/library/ws-ref3/
Michael
Sheeba Padmanabhan wrote:
>
> Hi,
>
> I have a MS C++ Soap client communicating to Apache soap server using WSDL.
> But when I pass string as arguments to the service method, its failing due
> to the ab
I got the sam as you. I don't know the reason why it's sending it as an
"application/octet-stream".
But I've got no problems reading it. I'm doing the following steps to
read my XML Attachment:
public String sendXmlAttachment(DataHandler dh) throws Exception
{
InputSource inSource= new
InputSou
o the same with
just one script and ONE DeployDescriptor file.
Does anybody has a solution?
Michael Svoboda
Rich Catlett wrote:
>
> As a matter of fact it is.The first thing you have to do is change the
> web.xml for the soap webapp and include the following in
> the servlet confi
scriptor should look like?
Thanks for your help
Michael Svoboda
How would you send a database query back to a unknown Soap Client?
With unknown I mean that the client should be free to use any
Soap-Implementation. Therefore it isn't possible for me to write any
Serializer/Deserializer for a special object that could hold the
information from a generic query.
Does anybody can post examples to the different options:
- Sending XML as a String
- Unmarshal XML to the envelope
- Sending XML as attachement (The Apache documentation isn't very clear
to me)
Which option is best suited for interoperability?
Thanks
Michael Svoboda
Huong Phan Thu
he whole
XML-file in a string, but
are these the only possible solutions? Which are the drawbacks? What's
your experience?
Are there any documents or articles (or examples) discussing this issue?
Thanks for your inputs
Michael Svoboda
art of the
Soap-Spec I can't use it, otherwise I would loose compatibility to other
implementation.
I'm thankful for any help or hint
cheers
michael svoboda
10 matches
Mail list logo