RE: Serializer + deployment descriptor

2002-11-13 Thread Mattias Jiderhamn
Now I also found *why* I made the misstake. In the /docs/guide/deploy.html#typemapping you can find "Where encoding-uri is the URI for the encoding method (i.e. http://schemas.xmlsoap.org/soap/encoding for the standard SOAP encoding,)" Without the trailing /! May I suggest a fix? > -Original

cvs commit: xml-soap/java/src/org/apache/soap Constants.java

2002-11-13 Thread snichol
snichol 2002/11/13 21:00:42 Modified:java/src/org/apache/soap/transport TransportMessage.java java/src/org/apache/soap Constants.java Log: Fix a bug introduced in previous changes when their is an envelope editor and no envelope was explitictly specified (just a root

RE: Serializer + deployment descriptor

2002-11-13 Thread SoumenS
I knew that it would go to namespace schema comparison where it has to match character by character. Seperators like '/' does not carry special significance in namespace names (i.e do not imply any structure). From a structural point of view presence of trailing '/' does not matter but as I said '/

Re: Serializer + deployment descriptor

2002-11-13 Thread Scott Nichol
The SOAP spec defines two namespace URIs in Section 3 (http://www.w3.org/TR/SOAP/#_Toc478383492). These are the exact namespace URIs that must be used. For example, using any variation, such as not having the trailing '/', in an XML document would cause that document to fail validation against a

Re: Serializer + deployment descriptor

2002-11-13 Thread Scott Nichol
The client just uses the https scheme in the endpoint URL for the service. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 5:03 PM Subject: RE: Serializer + deployment descriptor Hi, Do you have any idea/ code sampl

writing java client to Apache Tomcat over HTTPS

2002-11-13 Thread Ran.Zfoni
Can anyone explain/ send me code sample of how should I work to establish connection to deployed services on Apache Tomcat server?  

RE: Serializer + deployment descriptor

2002-11-13 Thread Ran.Zfoni
Hi, Do you have any idea/ code sample how can I write client to Apache Tomcat configures to work over HTTPS? Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:SoumenS@;Atoga.com] Sent: Wednesday, November 13, 2002 4:58 PM To: [EMAIL PROTECTED] Subject: RE: Serializer + deployme

RE: Serializer + deployment descriptor

2002-11-13 Thread SoumenS
Scott, In the example you have given, the web service handles http://xml.apache.org/soap gracefully by ridirecting to http://xml.apache.org/soap/. I beleive similar graceful handling should be implemented for finding type mapping. In other words the trailing / should not cause finding type mapping

Re: SOAP- ENV :Fault = Protocol ???

2002-11-13 Thread Scott Nichol
A couple of things. 1. I notice you list DllMain as the method in the deployment descriptor. DllMain is the statically linked entry point into your DLL code. The methods in the deployment descriptor should be COM methods. 2. The progid for an ATL COM DLL is in the .rgs file in the project. There

SOAP- ENV :Fault = Protocol ???

2002-11-13 Thread Enquire
Hi All, I have a problem with a SOAP invocation of an ATL COM object which I have deployed (I feel imperfectly on the Apache SOAP Server. I however, do not have any problems with my other deployed SOAP WebServices at the same SOAP RPCRouter URL... The SOAP Response returns a text/html for

Re: Serializer + deployment descriptor

2002-11-13 Thread Scott Nichol
The URI spec is at http://www.ietf.org/rfc/rfc2396.txt. FWIW, trailing '/' is significant in the URL subset of URI. For example, when I point Internet Explorer to http://xml.apache.org/soap, the response it gets is HTTP/1.1 301 Moved Permanently Date: Wed, 13 Nov 2002 18:53:18 GMT Server: Apache

Re: Parameter javadocs

2002-11-13 Thread Shannon Lal
I have noticed a couple of javadocs improvements that I don´t mind making. What is the processes? Shouldn´t we be submitting bugs, SCRs? _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=feat

RE: Serializer + deployment descriptor

2002-11-13 Thread Mattias Jiderhamn
It's always the simple ones that frustrate you the most... Anyway, a HUGE thank you! > -Original Message- > From: Scott Nichol [mailto:snicholnews@;scottnichol.com] > Sent: Wednesday, November 13, 2002 6:26 PM > To: [EMAIL PROTECTED] > Subject: Re: Serializer + deployment descriptor > >

Re: Serializer + deployment descriptor

2002-11-13 Thread Scott Nichol
Try putting a trailing / on the encoding: http://schemas.xmlsoap.org/soap/encoding/ instead of http://schemas.xmlsoap.org/soap/encoding Scott Nichol - Original Message - From: "Mattias Jiderhamn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 4:1

Re: Using mime parts - huge drawbacks

2002-11-13 Thread Scott Nichol
Pavel, Yes, this is a good observation. In the case where there are no attachments, the process could be streamlined by serializing directly. I am still actively working on this part of the code (TransportMessage, SOAPContext, Call) and will look at sidestepping some of the activity where there a

Using mime parts - huge drawbacks

2002-11-13 Thread Pavel Ausianik
Hello, thinking more on the current code I have found interesting thing. Most requests we have a simple, straight SOAP envelopes, without any attachments. Looking how it is processed I have found following (traced from httpconnection): In SOAPHTTPConnection.send() we call TransportMessage.save().

Serializer + deployment descriptor

2002-11-13 Thread Mattias Jiderhamn
I am really, really tired of the fact that I can not get any type mappings to work in the deployment desriptor. If I have the file: http://xml.apache.org/xml-soap/deployment"; id="urn:ApiTest"> org.apache.soap.server.DOMFaultListener http://schemas.xmlsoap.org/soap/e