unsubscribe me

2001-10-05 Thread Michael Svoboda

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

Re: MS soap client communicatig to Apache Soap xsi:type error

2001-09-27 Thread 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

Re: Accessing xml data from xml file sent as attachment to messaging service

2001-09-26 Thread Michael Svoboda
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

Re: Deploy multiple Services

2001-09-25 Thread Michael Svoboda
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

Deploy multiple Services

2001-09-21 Thread Michael Svoboda
scriptor should look like? Thanks for your help Michael Svoboda

Weakness of Soap?

2001-08-10 Thread 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.

Re: Best way to send XML over Soap?

2001-08-10 Thread Michael Svoboda
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

Best way to send XML over Soap?

2001-08-09 Thread Michael Svoboda
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

Generic Compound Type?

2001-07-12 Thread 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