duftler 01/05/28 20:30:03
Modified:java/docs/install index.html
Added: java/docs/install iPlanet.html
Log:
Added install docs for iPlanet.
Submitted by: Christopher P Kampmeier ([EMAIL PROTECTED])
Reviewed by: Matthew J. Duftler ([EMAIL PROTECTED])
Revision
duftler 01/05/28 21:17:53
Modified:java/src/org/apache/soap/server/http
MessageRouterServlet.java RPCRouterServlet.java
Log:
Moved res.setContentType(...) call before res.getWriter() call to be in
compliance with Servlet spec.
Submitted by: Jim Hazen
duftler 01/05/29 09:05:57
Modified:java/docs/install iPlanet.html index.html
Log:
Fixed alphabetizing of included install docs (I had iPlanet after JRun).
Removed Sun copyright notice from iPlanet install doc.
Revision ChangesPath
1.2 +0 -2 xml-soap/java
duftler 01/05/29 12:27:13
Modified:java/docs changes.html
Log:
Updated...
Revision ChangesPath
1.17 +4 -0 xml-soap/java/docs/changes.html
Index: changes.html
===
RCS file: /home/cvs/xml
duftler 01/05/30 11:10:47
Modified:java/docs intro.html
Log:
Added another pointer.
Submitted by: Dave Winer
Revision ChangesPath
1.9 +1 -0 xml-soap/java/docs/intro.html
Index: intro.html
duftler 01/06/19 19:20:55
Modified:java/src/org/apache/soap/encoding/soapenc
BeanSerializer.java
Log:
Fixed a bug that prevented the client from using a BeanSerializer to
serialize SOAP-encoded parameters within a Call labeled with the literalXML
duftler 01/06/25 13:53:50
Modified:java/src/org/apache/soap/server/http ServerHTTPUtils.java
Log:
The code will now only store the target object in the ServletContext or
HTTPSession when it is newly created, and will not store it on each
invocation. Thanks to [EMAIL PROTECTED
duftler 01/06/25 14:54:22
Modified:java/src/org/apache/soap/util/net HTTPUtils.java
Log:
A StringOutOfBoundsException was being thrown when a server returned a
header with no value to an Apache SOAP client. Thanks to
[EMAIL PROTECTED] for raising this issue. See
http
duftler 01/08/21 14:25:57
Modified:java/src/org/apache/soap Fault.java
java/src/org/apache/soap/server ExceptionFaultListener.java
Log:
Fixed the behavior of ExceptionFaultListener. It was previously not
looking in the right place for the type of the detail entry
duftler 01/08/28 13:37:27
Modified:java/docs/install index.html
Log:
Fixed a typo. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3295
Submitted by: [EMAIL PROTECTED]
Reviewed by: Matthew J. Duftler
Revision ChangesPath
1.24 +1 -1 xml-soap/java/docs
duftler 01/08/28 13:38:09
Modified:java/docs/guide rpcclient.html
Log:
Fixed a typo. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3295
Submitted by: [EMAIL PROTECTED]
Reviewed by: Matthew J. Duftler
Revision ChangesPath
1.9 +1 -1 xml-soap/java
duftler 01/09/06 13:34:17
Modified:java/src/org/apache/soap/encoding/soapenc
ArraySerializer.java HashtableSerializer.java
VectorSerializer.java
Log:
Fixed a bug that prevented a service's method from taking a Hashtable,
arra
duftler 01/09/06 13:47:28
Modified:java/src/org/apache/soap/encoding/soapenc
MimePartSerializer.java
Log:
A NullPointerException was being thrown when a DataSource was passed as
the source parameter. See bugs #2944 & #3011:
http://nagoya.apache
duftler 01/09/24 12:45:13
Modified:java/src/org/apache/soap SOAPException.java
Log:
The fault code and exception message will now be run through
Utils.cleanString(...) to escape special characters.
For more details, see:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id
duftler 01/09/24 12:53:14
Modified:java/docs/guide msgclient.html
Log:
Fixed a typo.
See:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3647
Submitted by: [EMAIL PROTECTED]
Reviewed by: Matthew J. Duftler
Revision ChangesPath
1.4 +1 -1 xml-soap
duftler 01/09/24 13:36:04
Modified:java/src/org/apache/soap/encoding/soapenc
CalendarSerializer.java DateSerializer.java
Log:
Synchronized calls to DateFormat's methods, since DateFormat appears to
not be thread-safe.
Richard Hansen ([EMAIL PROT
duftler 01/11/12 11:30:44
Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java
Log:
Added a getParent() method to allow the registry tree to be walked-up.
Revision ChangesPath
1.26 +8 -0
xml-soap/java/src/org/apache/soap/encoding
duftler 01/11/13 10:28:35
Modified:java/src/org/apache/soap/server DeploymentDescriptor.java
TypeMappingSerializer.java
Log:
Will now allow a TypeMapping to be specified without the elementType; made
the DeploymentDescriptor and TypeMappings serializing
duftler 01/11/13 10:26:23
Modified:java/src/org/apache/soap/server TypeMappingSerializer.java
Log:
Will now allow a TypeMapping to be specified, without the elementType.
Revision ChangesPath
1.9 +13 -5
xml-soap/java/src/org/apache/soap/server
duftler 01/11/13 10:24:29
Modified:java/src/org/apache/soap/util/xml QName.java
Log:
Was throwing a NullPointerException if localPart constructor arg was null.
Revision ChangesPath
1.6 +1 -1 xml-soap/java/src/org/apache/soap/util/xml/QName.java
Index
duftler 01/11/13 10:25:09
Modified:java/src/org/apache/soap/util/xml DOMUtils.java
Log:
Added a method to retrieve qualified attribute value. That is, will return
a QName representing the value of the requested attribute.
Revision ChangesPath
1.5 +36 -0 xml
duftler 02/02/01 13:22:09
Modified:java/src/org/apache/soap/transport/http
SOAPHTTPConnection.java
Log:
Committed a patch that makes the set-cookie and set-cookie2 header searches
case-insensitive.
Submitted by: Warwick Slade ([EMAIL PROTECTED
duftler 02/04/16 10:14:14
Modified:java/src/org/apache/soap/encoding/soapenc
ParameterSerializer.java SoapEncUtils.java
Added: java/src/org/apache/soap/util/xml PrefixedName.java
Log:
Started to add the ability to serialize elements with qualified
duftler 02/05/02 11:02:51
Modified:java/src/org/apache/soap/server ServiceManager.java
Log:
A type-check was not being performed due to its placement. It has been
moved so that it now has effect. For more info, see:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2668
duftler 02/05/02 11:43:30
Modified:java/src/org/apache/soap/server/http
MessageRouterServlet.java RPCRouterServlet.java
Log:
Removed 2 server-side stack traces where exceptions were also being
propagated. For more info, see:
http://nagoya.apache.org
duftler 02/05/02 13:49:55
Modified:java/docs/guide serializer.html
Log:
Changed the word 'all' to 'most', since the Java primitive type char is
not supported.
Submitted by: [EMAIL PROTECTED]
Revision ChangesPath
1.6 +1 -1 xml-
duftler 02/05/02 14:02:03
Modified:java/src/org/apache/soap/rpc Call.java
Log:
Fixed a problem that would cause a Call object's targetObjectURI property
to get set to null if a Fault was returned. For more info, please see:
http://nagoya.apache.org/bugzilla/show_bug.c
duftler 02/05/02 14:42:25
Modified:java/webapps/soap/admin list.jsp
Log:
A closing tag was missing.
Submitted by: [EMAIL PROTECTED] (Takashi Okamoto)
Reviewed by: [EMAIL PROTECTED] (Matthew J. Duftler)
Revision ChangesPath
1.3 +1 -1 xml-soap/java
duftler 02/05/02 14:54:50
Modified:java/docs/schema dd.xsd
Log:
Updated the deployment descriptor schema to reflect the mapping QName
being made optional. For more info, please see:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5426
Submitted by: [EMAIL PROTECTED
duftler 02/05/02 14:59:23
Modified:java/src/org/apache/soap/server/http ServerHTTPUtils.java
Log:
Made the ServerHTTPUtils.readEnvelopeFromRequest(...) method public,
instead of the default package access. For more info, please see:
http://nagoya.apache.org/bugzilla
duftler 02/05/03 09:44:34
Modified:java/src/org/apache/soap/server DeploymentDescriptor.java
Log:
Fixed a bug that was causing an attribute to be printed without a
closing ". For more info, please see:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6363
Submitt
duftler 02/05/06 10:22:16
Modified:java/samples/addressbook GetAddress.java GetAllListings.java
PutAddress.java PutListings.java
java/samples/calculator Calc.java Calculator.java
java/samples/com/client Addit.java Sum.java
duftler 02/05/07 09:02:09
Modified:java/src/org/apache/soap/util/net HTTPUtils.java
Log:
The exception being thrown did not always contain a helpful message. This
issue was raised by [EMAIL PROTECTED] (Andy Jefferies). For more
info, please see:
http://nagoya.apache.org
duftler 02/05/07 09:09:01
Modified:java/src/org/apache/soap/transport/smtp
SOAPSMTPConnection.java
Log:
The popPollDelay constructor argument was being ignored. For more info,
please see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8204
Submitted
duftler 02/05/16 06:35:54
Modified:java build.xml
Log:
Updated version number.
Revision ChangesPath
1.38 +2 -2 xml-soap/java/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml
duftler 02/05/17 11:08:40
Modified:java/docs changes.html
Log:
Fixed anchor tag.
Revision ChangesPath
1.19 +1 -1 xml-soap/java/docs/changes.html
Index: changes.html
===
RCS file: /home
duftler 02/05/17 11:11:57
Modified:java/src/org/apache/soap/util/xml XMLParserUtils.java
Log:
Made getXMLDocBuilder() synchronized.
Submitted by: Scott Nichol [mailto:[EMAIL PROTECTED]] &
"Emilio Belmonte" <[EMAIL PROTECTED]>
Reviewed by
duftler 02/05/17 11:19:58
Modified:java/docs changes.html
Log:
Added an item to the list.
Revision ChangesPath
1.20 +2 -0 xml-soap/java/docs/changes.html
Index: changes.html
===
RCS file
duftler 02/05/23 12:55:30
Modified:java/src/org/apache/soap/encoding/soapenc
ArraySerializer.java
Log:
Made the ArraySerializer deserialize null elements correctly. Was
previously creating elements even if the individual items were
marked as null on
duftler 02/05/23 13:11:06
Modified:java build.xml
Log:
Updated version numbers.
Revision ChangesPath
1.39 +2 -2 xml-soap/java/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml
duftler 02/05/23 13:11:17
Modified:java/docs changes.html
Log:
Updated...
Revision ChangesPath
1.22 +2 -0 xml-soap/java/docs/changes.html
Index: changes.html
===
RCS file: /home/cvs/xml
duftler 02/05/29 11:45:43
Modified:java/src/org/apache/soap/encoding/soapenc
BooleanDeserializer.java SoapEncUtils.java
Log:
Changed unmarshalling of xsi:null to be just as liberal as
BooleanDeserializer is in what it accepts. For more info,
please see
duftler 2002/05/31 09:21:27
Modified:java build.xml
Log:
Updated version number.
Revision ChangesPath
1.40 +2 -2 xml-soap/java/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml
duftler 2002/06/09 19:10:27
Modified:java/docs changes.html
Log:
Updated. This was part of the distribution, I just forgot to commit it.
Revision ChangesPath
1.23 +2 -0 xml-soap/java/docs/changes.html
Index: changes.html
duftler 2002/06/09 20:49:03
Modified:java/src/org/apache/soap/encoding/soapenc
ParameterSerializer.java
Log:
Removed some blank spaces.
Revision ChangesPath
1.11 +1 -1
xml-soap/java/src/org/apache/soap/encoding/soapenc
duftler 2002/06/09 20:49:57
Modified:java/src/org/apache/soap Constants.java
Log:
Beginning of patch by Simon Fell and myself to use xsi:nil when
the 2001 Schema version is used.
Revision ChangesPath
1.25 +1 -0 xml-soap/java/src/org/apache/soap
duftler 2002/06/09 20:52:56
Modified:java/src/org/apache/soap/encoding/soapenc SoapEncUtils.java
Log:
This patch enables the serialization logic to use xsi:nil when the
2001 Schema version is employed.
Also, the code seems to have been using the older xsi version, regardless
duftler 2002/06/09 21:15:19
Modified:java/docs changes.html
Log:
Fixed a couple of types, and updated.
Revision ChangesPath
1.24 +8 -2 xml-soap/java/docs/changes.html
Index: changes.html
duftler 2002/06/09 21:19:04
Modified:java/docs changes.html
Log:
Created an item for v2.3.1.
Revision ChangesPath
1.25 +12 -6 xml-soap/java/docs/changes.html
Index: changes.html
===
RCS
duftler 2002/06/09 21:33:01
Modified:java build.xml
Log:
Updated.
Revision ChangesPath
1.41 +2 -2 xml-soap/java/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml-soap/java
duftler 2002/06/09 22:58:03
Modified:java/docs head.html
Log:
Updated version number.
Revision ChangesPath
1.4 +1 -1 xml-soap/java/docs/head.html
Index: head.html
===
RCS file: /home/cvs
duftler 2002/06/09 22:59:01
Modified:java/src/org/apache/soap/encoding/soapenc SoapEncUtils.java
Log:
Fixed a NullPointerException problem that my changes created.
Revision ChangesPath
1.11 +28 -8
xml-soap/java/src/org/apache/soap/encoding/soapenc
s", "testing");
To set the namespace declaration.
Thanks,
-Matt
"Sanji
Hi Folks,
Due to a significant interoperability bug, we just posted a new release (at http://xml.apache.org/soap/).
The bug was: the xsi:null attribute was still being used with the 2001 Schema namespaces, instead of the xsi:nil attribute which is specified.
Thanks,
The Apache SOAP team...
Hi All,
Well, I think it's time to vote on releasing v2.2. The only changes from
v2.2RC3 are the addition of iPlanet install docs and the order-reversal of
the res.setContentType(...) and res.getWriter() calls in the doGet(...)
method impls.
Once the voting is done, I can post the release this a
Hi All,
Well, I think it's time to vote on releasing v2.2. The only changes from
v2.2RC3 are the addition of iPlanet install docs and the order-reversal of
the res.setContentType(...) and res.getWriter() calls in the doGet(...)
method impls.
Once the voting is done, I can post the release this a
Hi Raghu,
The soapbuilders list on yahoogroups is probably a better place for this
type of question.
Thanks,
-Matt
> -Original Message-
> From: Raghu Tholasendrapuram [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 29, 2001 7:46 PM
> To: [EMAIL PROTECTED]
> Subject: Smallest footprint J
:
>
> E:\test_files\test\soap\hello>java HelloSoapClient Krishna
> Generated Fault:
> Fault Code : SOAP-ENV:Client
> Fault String : Unable to resolve namespace URI for 'xsd'.
> Fault Actor URI : /apache-soap/servlet/rpcrouter
>
> thanks,
> Krishna
>
t my environment?
>
> These changes aren't much, but I don't feel comfortable doing the release
> unless we can build the samples and generate a soap.war that works (I
> confirmed that it does in fact work with the new build.xml).
>
> --Glen
>
> - Original Mes
Hi Doug,
> Sanjiva - if I read your note right you say that the
> source dist isn't buildable, right? why?
> I've never understood that - it seems like
> if I wanted to grab the source I'm gonna
> want to build it - making someone go to cvs
> when
Hi All,
Ok, we've received more than 3 +1 votes, and no -1 votes. The release will
be up shortly.
Thanks,
-Matt
Hi Steve,
I'm not familiar with Outlook 98, but with Outlook 2000, going to
View|Options (while reading the message) shows you the headers in a box at
the bottom labeled "Internet Headers".
Thanks,
-Matt
> -Original Message-
> From: Tolkin, Steve [mailto:[EMAIL PROTECTED]]
> Sent: Wedne
Hi Matthew,
This feels to me like something that should be implemented by a Provider. That would
also be a way you could deliver it to your clients without them having to apply a
patch and re-compile things. They would just need to make your CustomParameterProvider
available on their classpath
Hi Zohar,
Unfortunately, there is no straight-forward way to do this. Reading from a
file or reading system properties are two options that may work (however
inelegant).
Thanks,
-Matt
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 30,
Hi Ed,
There is an "Interoperability" section in the User's Guide that described
how to configure client and server-side installs to function in the absence
of xsi:type attributes. In short, you can map element names to Java types,
and the mapping will be used when an xsi:type attribute is not fo
Hi Folks,
Apache SOAP v2.2 has been released. It is posted on the web-site
(http://xml.apache.org/soap), and the release candidates have been removed.
There is a detailed list of changes on the site, and in the distribution.
Thanks,
Apache SOAP Development Team
Hi Naggi,
If you are talking about the TcpTunnelGui, it's usage is described in the
User's Guide in the "Tools" section.
Thanks,
-Matt
> -Original Message-
> From: Naggi Rao [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 04, 2001 12:48 PM
> To: [EMAIL PROTECTED]
> Subject: HTTP Tracer
Hi Ralf,
The semantics of the various scopes are described in the "Deployment
Descriptors" section in the User's Guide.
Thanks,
-Matt
> -Original Message-
> From: Ralf Bierig [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 05, 2001 5:46 AM
> To: SOAP Mailing List SOAP Mailing List
> Su
Hi Richard,
The BeanSerializer uses the property name as the element name. One solution
to your problem would be to specify your own BeanInfo class. That BeanInfo
could return whatever property names you want.
Thanks,
-Matt
> -Original Message-
> From: Richard S Hendershot [mailto:[EMAI
Hi Michael,
If you are using Ant (which obviously you are) you will probably have to
move the jaxp.jar and parser.jar out of Ant's lib directory. This is
described in Ant's installation docs. I believe parser.jar contains a DOM
impl that is pre-namespaces.
Thanks,
-Matt
> -Original Message-
Hi,
You have several options:
1) Use the TcpTunnelGui tool as described in the documentation.
2) Create EnvelopeEditors that spit out the envelopes. EnvelopeEditors are
described in the documentation.
3) Take a look at what the Call.invoke(...) method does, and do the same
thing yourself (except
Hi Folks,
Apache SOAP has been added to BugZilla at:
http://nagoya.apache.org/bugzilla/
A link to the Bugzilla page has also been added to the Apache SOAP page at:
http://xml.apache.org/soap/
Thanks,
-Matt
Hi David,
You do not need a network connection to run the code. Some of the samples,
however, do require a connection. Which sample are you running, and what is
being returned? Use the TcpTunnelGui, as described in the docs, to see what
is being transmitted.
Thanks,
-Matt
> -Original Messag
xt(StandardPipel
> ine.java:564)
>
> at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.
> java:472)
> at
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
> at
> org.apache.catalina.core.StandardEn
gt;
>
> Yes, I did deploy it using the admin tool via the browser, and it
> does show up
> correctly in the list.
>
> "Matthew J. Duftler" wrote:
>
> > Hi David,
> >
> > > [faultString=Unable to resolve target
> > > object: null] [faultActo
and it
> does show up
> correctly in the list.
>
> "Matthew J. Duftler" wrote:
>
> > Hi David,
> >
> > > [faultString=Unable to resolve target
> > > object: null] [faultActorURI=/soap/servlet/rpcrouter]
> [DetailEntries=]
> >
>
I got it working, but it wasn't a complete implementation. It was more of an
experiment than anything else. If there is another version of Apache SOAP,
we can add this capability.
Thanks,
-Matt
> -Original Message-
> From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]]
> Sent: Monday, Ju
Hi
Cleveland,
Your
question is answered in the "Server Configuration" section of the User's
Guide.
Thanks,
-Matt
-Original Message-From: cleveland cooke
[mailto:[EMAIL PROTECTED]]Sent: Friday, June 15, 2001 12:15
AMTo: [EMAIL PROTECTED]Subject:
DeployedServices.ds
Do
Hi Ralf,
Yes, this will work fine. The "deploy" method on
org.apache.soap.server.ServiceManagerClient is one example if a void method
being used.
> -Original Message-
> From: Ralf Bierig [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 15, 2001 10:11 AM
> To: [EMAIL PROTECTED]; [EMAIL PRO
Hi Sandeep,
It is a known problem with the namespace support in Xerces v1.3.1. Higher
and lower versions work fine.
Thanks,
-Matt
> -Original Message-
> From: Khamesra, SandeepX [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 15, 2001 2:37 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Exc
If you want to build a distribution, checkout the CVS tree. The build script
in the source distribution shuold really contain only a compile target.
Thanks,
-Matt
> -Original Message-
> From: Rich Catlett [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 18, 2001 7:58 PM
> To: [EMAIL PROTE
Hi
Janesh,
Make
sure you are not using Xerces v1.3.1. It has a known namespace-handling problem.
This is covered in the FAQs.
Thanks,
-Matt
-Original Message-From: Janesh Vasudeva
[mailto:[EMAIL PROTECTED]]Sent: Thursday, June 21, 2001
7:52 AMTo: [EMAIL PROTECTED];
[EM
Hi Siram,
Please use the TcpTunnelGui tool, as described in the documentation, to see
what details are being sent back from the server.
Thanks,
-Matt
> -Original Message-
> From: Sriram Chandrasekaran [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 12:54 PM
> To: [EMAIL PROT
YOur samplebean class is not really a bean. In short, you should have
methods like:
String getName();
void setName(String name);
int getAge();
void setAge(int age);
You should take a look at the JavaBeans spec on Sun's web-site.
Thanks,
-Matt
> -Original Message-
> From: raja [mailto:[
Hi Doug,
I would recommend upgrading to Apache SOAP v2.2, and reading the
"Interoperability" section in the User's Guide. You need to tell the system
what the type of the ':Result' parameter is.
Thanks,
-Matt
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Se
gt; same at the
> server side ? I have implemented the methods as suggested and it
> works fine
> now.
>
>
> Raja
> Innova Solutions
> Ph: Off : 3543139,40,50 X 217
> Res : 3551023
>
>
> -Original Message-
> From: Matthew J. Duftler [mailto:[EMAIL PRO
Hi Hardik,
There is a sample TemplateProvider included in the distribution. There is
also a sample client, in the \soap-2_2\samples\provider directory, which
calls the TemplateProvider. There is also a section in the User's Guide
called "Writing Providers". There are also searchable archives avai
Hi Troy,
Please post the wire-dumps so we can see what is coming back.
Thanks,
-Matt
> -Original Message-
> From: Troy Beacleay [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 4:47 PM
> To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> Subject: .invoke(...) returns null from JS
Hi
Janesh,
Same
problem as before. Don't use Xerces v1.3.1. This is covered in the
FAQs.
Thanks,
-Matt
-Original Message-From: Janesh Vasudeva
[mailto:[EMAIL PROTECTED]]Sent: Thursday, June 21, 2001
7:53 AMTo: [EMAIL PROTECTED];
[EMAIL PROTECTED]Subject: Soap Problem
Hi Dirck,
It's actually the SOAPHTTPConnection that is responsible for maintaining the
session from the client-side. You should be able to set the
SOAPHTTPConnection as the SOAPTransport of any Call you wish.
Thanks,
-Matt
> -Original Message-
> From: Hecking, Dirck J [mailto:[EMAIL PRO
Hi Dirck,
You were right. It turns out there was a bug in the BeanSerializer that
prevented the client from using a BeanSerializer to serialize SOAP-encoded
parameters within a Call labeled with the literalXML encoding style. Since
the bug was in the BeanSerializer, it only came up when the user
Hi Brett,
Take a look at the Fault.toString() method. It shows how to access
everything (actually, you can use it to print everything instead of as an
example).
Also, if you run the TcpTunnelGui tool, you can see what the other Fault
entries are.
Thanks,
-Matt
> -Original Message-
> Fr
Hi Anthony,
It appears that you are correct, and it is a bug in the HashtableSerializer.
Please go to: http://nagoya.apache.org/bugzilla and report it. I will
hopefully get a chance to apply the fix early next week.
Thanks,
-Matt
> -Original Message-
> From: Anthony Dodd [mailto:[EMAIL
Hi Michele,
The current code in the CVS tree now defaults to using the 2001 Schema URIs.
Please try your code with the latest CVS tree, or one of the nightly builds.
Thanks,
-Matt
> -Original Message-
> From: Michele Costabile [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 05, 2001 1
Hi Soumen,
> How sad.. that nobody in Apache Soap Development community has the GUTS to
> acknowledge that either it is a bug or not a bug in Soap 2.2
> BeanSerializer.
I'll ignore that.
> acknowledge that either it is a bug or not a bug in Soap 2.2
> BeanSerializer.
When you encounter a probl
Hi Eduardo,
Did you re-compile all the source, or just the Consants.java file? Those
constants are marked final.
Thanks,
-Matt
> -Original Message-
> From: Eduardo Yánez [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 20, 2001 6:44 PM
> To: [EMAIL PROTECTED]
> Subject: NS_URI_CURRENT_SC
Hi Alfred,
One way to save some footprint would be to use a smaller parser. Apache SOAP
will work with any JAXP-compliant parser, not just Xerces.
Thanks,
-Matt
> -Original Message-
> From: Alfred [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 23, 2001 4:27 PM
> To: [EMAIL PROTECTED]
>
Hi Susheel,
Make sure that your MailInfo class is public, and has a no-args public
constructor.
Thanks,
-Matt
> -Original Message-
> From: Susheel Chauhan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 30, 2001 1:48 AM
> To: [EMAIL PROTECTED]
> Subject: Its urgent.
>
>
> Hi all,
>
Hi David,
Sorry for the low-tech suggestion, but have you tried just searching your
entire drive for crimson.jar and/or parser.jar? If you find any, move them
to another directory (simply renaming them may not be sufficient).
Thanks,
-Matt
> - Original Message -
> From: "David Turner" <
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
1 - 100 of 109 matches
Mail list logo