Send and Receive DAML embedded in SOAP

2002-04-18 Thread Charlie Abela
Hi I am using SOAP to pass DAML messages from a client to a server. I have looked at the addressBook example and have tried to adopt such an approach. The only problem is this: In the addressBook sample there are two clients, one to get the list and one to add a record. I tried to combine these

SOAP Call object not thread-safe ?

2002-04-18 Thread Haug Thomas
Hi, I have a question regarding the Call class on the client side. Is it possible to use one instance of that class by concurrent threads or is that class (or the classes it depends on) not thread-safe? I suspect that this class is not thread-safe, because I receive the folllowing SOAP excepti

Should we use SOAP from mail client applet?

2002-04-18 Thread Boris Garbuzov
Is it reasonable to use SOAP from applet for a serious mail client project and what are resources to find it out? We are starting big project on upgrade of existing special mail client application and we are kindly asking experts' opinions on this list about possible architecture issues. Intereste

RE: boolean value interpretation by Apache SOAP

2002-04-18 Thread Dave Reid
Gary, check out http://www.perfectxml.com/articles/xml/soapguide.asp. That shows how to solve your specifc "result" problem (short answer - you have to code the client to "know" what to expect). The equivalent in a deployment descriptor, for use at the server is: http://schemas.xmlsoap.or

Creating a Document with DOMImplementation

2002-04-18 Thread Miguel Perez
I am trying to insert the DocType node into an XML document. I tried created the Document with DOMImplementation and passing the DocType in as a parameter. However, when I display the document, I get the following: When what I'm looking for is: //Creation of doctype DocumentType docType

RE: boolean value interpretation by Apache SOAP

2002-04-18 Thread Gary K. Nitzberg
OK, this is part of my deserializer 'no value' problem yesterday. How do you deserialize? Is it an integer, string or boolean??? At 04:54 PM 4/18/02 -0600, you wrote: >We have come across a related problem - parsing of the "null" tag has the >same interpretation problem with recognizin

RE: boolean value interpretation by Apache SOAP

2002-04-18 Thread Dave Reid
We have come across a related problem - parsing of the "null" tag has the same interpretation problem with recognizing "true" but not "1". The null tag is used when passing parameters that have a null value - .NET passes xsi:null="1", which is interpreted by Apache SOAP as NOT null. This is still

MS Word document using SOAP

2002-04-18 Thread Rory Braybrook (DSLAK)
Can the object returned from a SOAP call be a MS Word document ? I am thinking of sending some parameters to a "document generator" (which uses Word) which populates the document and then returns it. The client is Java. The server is MS. How would I do this ? Would I have to encode to something

Re: Mixing SOAP encoding and Literal XML?

2002-04-18 Thread Dan Polivy
Well, I think I figured it out. In my custom serializer, I was blindly passing the inScopeEncStyle to calls to marshall for my data members, and because that was set to Literal XML, it wouldn't work. Hardcoding my serializer to use the SOAP encoding style, everything works fine. Thanks anywa

Mixing SOAP encoding and Literal XML?

2002-04-18 Thread Dan Polivy
Hi, I'm having no luck at all and was hoping someone here might be able to help me out. Using Apache SOAP, just compiled the latest nightly build, and trying to call an Apache service, passing it a complex type which I would like to serialize using my custom serializer using the SOAP Encoding

RE: BadTargetObjectURI & TcpTunnelGUI

2002-04-18 Thread Tim Joyce
Jonathan, I'm having a hell of a time trying to get a SOAP service running on an Orion app server. I understand that this error can be caused by a classpath problem. I put all of my remote classes in a jar and put them in orion/lib which should pick them up for all applications on orion t

BadTargetObjectURI & TcpTunnelGUI

2002-04-18 Thread BRICKER_JONATHAN_E
I'm having a hell of a time trying to get a SOAP service running on an Orion app server. I understand that this error can be caused by a classpath problem.   I put all of my remote classes in a jar and put them in orion/lib which should pick them up for all applications on orion to use.  I als

Signal on SOAP server shutdown

2002-04-18 Thread Petri Paavilainen
I have implemented a RPC service with a scope 'Application' (only one instance of the class is created for the lifetime of JVM). I use Apache SOAP 2.2 on top of IPlanet6.0. Now I would like to receive a signal when the web server is shut down (like the method 'destroy()' in servl