Re: Serializers

2001-08-06 Thread Jung Frau
aclark, The first option is correct. But the xsi:type is generally optional with other SOAP toolkits. xyz 123 Cheers, Jungfrau ___ Visit http://www.visto.com. Find out how companies are linking mobile users to the ente

Re: How to desrialize xml element attributes ?

2001-08-06 Thread Jung Frau
Mehashah, > How can we desirialize xml attributes such as > > This xml fragment above is not section 5 compliant; so I'd suggest that you use the LITERAL XML encoding to obtain a DOM; and then work off the DOM to get the attributes. Jungfrau _

Urgent - undeployment of services

2001-08-06 Thread Andreas . Ullmann
I have seen in the adress example that a service can be undeployed via: java org.apache.soap.server.ServiceManagerClient URL undeploy URN If I develop a service, is it possible that clients or partners can undeploy my Service with such a call? Can I prevent this? Thx, Andreas Ullmann

RE: Header Processing

2001-08-06 Thread Kartheek Hirode
http://marc.theaimsgroup.com/?l=soap-user&m=99064575801841&w=2 Regards, --KH -Original Message- From: Matt Barnes [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 04, 2001 8:55 AM To: [EMAIL PROTECTED] Subject: Header Processing If I'm writing a service on a Server, how do I access t

Deployment Descriptor file

2001-08-06 Thread Anvita Johri
I am trying to figure out if it is possible to use multiple DeployedServices.ds files in a soap client-server call. I am using Apache soap toolkit and am planning to make client soap calls to server through multiple ".wsdl" files and their corresponding DeployedServices.ds files. I am able to

RE: QNameSerializer

2001-08-06 Thread Glen Daniels
The QNameSerializer was built to enable serializing/deserializing of the org.apache.soap.util.xml.QName type. If I had a Hashtable of QName->String mappings, say, I could serialize that without any custom coding or configuration using the built-in serializers. --Glen > -Original Message---

Re: Deployment Descriptor file

2001-08-06 Thread Richard Boehme
What about creating a class that can take multiple filenames that users the DefaultConfigurationManager? I'm thinking of something like this: class MultipleConfigManager implements ConfigManager { DefaultConfigManager[] configManager; public void setContext(ServletContext context) {

Re: SOAP application combined with other web application

2001-08-06 Thread Suntian Qian
Thanks Javier! I jar up the class files and put it into WEB-INF\lib directory, seems that the SOAP server classes are loaded and working correctly. Put the jar file to the class path should work too. Maybe some one can explain in more detail how that can work. Thanks, Sam - Original Messag

RE: QNameSerializer

2001-08-06 Thread Matthew J. Duftler
It's for serializing/deserializing org.apache.soap.util.xml.QName/xsd:QName. Thanks, -Matt > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 04, 2001 11:39 AM > To: [EMAIL PROTECTED] > Subject: QNameSerializer > > > Could someone please

How to use Apache SOAP with iPlanet Web Server

2001-08-06 Thread A. F.
I'm using the latest iPlanet Web Server 4.1, and try to use Apache SOAP 2.2. Have anyone figure out how to make it work? Thanks for your help in advance, Andy _ Get your FREE download of MSN Explorer at http://explorer.msn.com/in

Re: How to use Apache SOAP with iPlanet Web Server

2001-08-06 Thread Warwick Slade
Since war files are not supported configure the servlet via rules.properties /soap/rpcrouter=soaprpc /soap/msgrouter=soapmsg servlet.properties servlet.soaprpc.code=org.apache.soap.server.http.RPCRouterServlet servlet.soapmsg.code=org.apache.soap.server.http.MessageRouterServlet Then just ensu