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
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
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 '/
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
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
Can anyone explain/ send me code sample of how should I work
to establish connection to deployed services on Apache Tomcat server?
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
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
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
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
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
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
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
>
>
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
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
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().
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
17 matches
Mail list logo