Apache Soap problem

2002-08-30 Thread PAJ
Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the policy of The Milvus Group. -

Re: Wrapped types and MS Toolkit

2002-08-30 Thread Scott Nichol
Perhaps someone has already encountered this, but otherwise I think you will only get a good answer if you can post (1) the error messages from the MS client and (2) a capture of the request and response, captured either with TcpTunnelGui (from Apache SOAP), the SOAP Toolkit Trace Utility, or a ne

Re: I repeat--- Help ??? JMS SOAP

2002-08-30 Thread Scott Nichol
If you read the JAXM 1.1 specification (e.g. ftp://128.11.159.146/pub/spec/jaxm/ahasdjfiyu44/jaxm-1_1-spec.pdf), you will see that the only required transport is HTTP, since JAXM requires support for SOAP 1.1 and SOAP Attachments, and SOAP 1.1 specifies an HTTP binding. The JAXM spec does referenc

RE: Wrapped types and MS Toolkit

2002-08-30 Thread Mattias Jiderhamn
Note that I have not yet update to the lates SOAP build, I might try that in a minute. For now, here are som capture messages. Responce for boolean, working: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XML

RE: Wrapped types and MS Toolkit

2002-08-30 Thread Mattias Jiderhamn
There must be something wrong with my keyboard, 3 typos in 3 lines... I hope it's not the same in my code, and that's what causing the problem. :-) > Note that I have not yet update to the lates SOAP build, I might > try that in > a minute. > > For now, here are som capture messages. > > Responce

Re: Wrapped types and MS Toolkit

2002-08-30 Thread Scott Nichol
It looks like the version of Apache SOAP you are running does send the correct message for a null boolean. I wonder if MS just does not accept null for certain data types? I have not checked the SOAP spec to see whether null booleans are supposed to be allowed. Scott Nichol - Original Mess

RE: Wrapped types and MS Toolkit

2002-08-30 Thread Mattias Jiderhamn
OK, I tried the latest nightly build and the response causing problems was identical. > -Original Message- > From: Mattias Jiderhamn [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 6:20 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Wrapped types and MS Toolk

Re: Wrapped types and MS Toolkit

2002-08-30 Thread Scott Nichol
The use of xsi:nil seems in this scenario may be questionable. In http://www.w3.org/TR/xmlschema-1/ I see the following: 2.6.2 xsi:nil XML Schema: Structures introduces a mechanism for signaling that an element should be accepted as ·valid· when it has no content despite a content type whi

cvs commit: xml-soap/java/docs/install index.html

2002-08-30 Thread snichol
snichol 2002/08/30 11:59:12 Modified:java/docs/install index.html Log: Add a link to faq_chawke.html as an aid to those installing on a container not explicitly covered. Revision ChangesPath 1.29 +5 -2 xml-soap/java/docs/install/index.html Index: index.h

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

2002-08-30 Thread snichol
snichol 2002/08/30 12:08:07 Modified:java/src/org/apache/soap Envelope.java Log: Improve an exception message in unmarshal. Revision ChangesPath 1.8 +5 -1 xml-soap/java/src/org/apache/soap/Envelope.java Index: Envelope.java =

cvs commit: xml-soap/java/samples/doclit - New directory

2002-08-30 Thread snichol
snichol 2002/08/30 14:32:11 xml-soap/java/samples/doclit - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

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

2002-08-30 Thread snichol
snichol 2002/08/30 14:39:01 Modified:java/docs changes.html java/samples/addressbook2 AddressSerializer.java PhoneSerializer.java java/samples/bidbuy/shared AddressSerializer.java LineItemSerializer.java

Re: Apache Soap and MS Soap

2002-08-30 Thread Scott Nichol
Chris, I've recently committed changes to allow you write Apache SOAP clients for document/literal services. You will need to get a nightly build (8/31 AM or later) or grab from the CVS tree. There is a doclit sample that works with a public doc/lit service. What you do is basically: 1. Map t

Re: need your help for trying to understand the error while invoking awebservice method from a client

2002-08-30 Thread Scott Nichol
Note that I have just committed some code that will help you write Apache SOAP clients that work with document/literal services. The code now includes a doclit sample that acts as a client to a public service. What you do is basically: 1. Map the de-serializers for the return values. This is n