You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2004/01/05 05:03:51 UTC

cvs commit: ws-axis/c/vc/soap Soap.dsp

susantha    2004/01/04 20:03:51

  Modified:    c/include/axis/client Tag: CWrapperSupport Call.h
               c/include/axis/common Tag: CWrapperSupport ArrayBean.h
                        AxisUserAPI.h AxisWrapperAPI.h
                        BasicTypeSerializer.h IDeployerUtils.h IParam.h
                        IWrapperSoapDeSerializer.h IWrapperSoapSerializer.h
                        Param.h
               c/include/axis/soap Tag: CWrapperSupport SoapDeSerializer.h
                        SoapSerializer.h
               c/include/axis/wsdd Tag: CWrapperSupport WSDDDeployment.h
               c/src/client Tag: CWrapperSupport Call.cpp
               c/src/client/samples/interoptests/base Tag: CWrapperSupport
                        ArrayOfstring.h InteropBaseClient.cpp
                        InteropTestPortType.cpp InteropTestPortType.h
                        SOAPStruct.cpp SOAPStruct.h
               c/src/client/samples/interoptests/groupB Tag:
                        CWrapperSupport ArrayOfString2D.h ArrayOfstring.h
                        InteropGroupBClient.cpp InteropTestPortTypeB.cpp
                        InteropTestPortTypeB.h SOAPArrayStruct.cpp
                        SOAPArrayStruct.h SOAPStruct.cpp SOAPStruct.h
                        SOAPStructStruct.cpp SOAPStructStruct.h
               c/src/common Tag: CWrapperSupport ArrayBean.cpp
                        BasicTypeSerializer.cpp Param.cpp
               c/src/server/samples/interoptests/base Tag: CWrapperSupport
                        InteropTestPortType.cpp InteropTestPortType.h
                        InteropTestPortTypeWrapper.cpp SOAPStruct.cpp
                        SOAPStruct.h
               c/src/server/samples/interoptests/groupB Tag:
                        CWrapperSupport InteropTestPortTypeBWrapper.cpp
                        SOAPArrayStruct.cpp SOAPArrayStruct.h
                        SOAPStruct.cpp SOAPStruct.h SOAPStructStruct.cpp
                        SOAPStructStruct.h
               c/src/soap Tag: CWrapperSupport SoapDeSerializer.cpp
                        SoapSerializer.cpp
               c/src/wsdd Tag: CWrapperSupport WSDDDeployment.cpp
               c/vc/client/samples/interoptests Tag: CWrapperSupport
                        interoptests.dsw
               c/vc/client/samples/interoptests/groupB Tag: CWrapperSupport
                        groupB.dsp
               c/vc/server/samples/interoptests Tag: CWrapperSupport
                        interoptests.dsw
               c/vc/soap Tag: CWrapperSupport Soap.dsp
  Log:
  1. Axis defined array types for basic xsd types
  2. Axis defined types for xsd:hexBinary and xsd:base64Binary
  3. Handling xsd:hexBinay, xsd:base64Binary and xsd:boolean in correct way.
  4. More Deserializer API functions to get values from Attributes.
  5. Maintaining namespace stack in the serializer.
  6. Again updated the interop samples to reflect API changes.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.4.6   +84 -24    ws-axis/c/include/axis/client/Call.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/client/Call.h.diff?r1=1.3.4.5&r2=1.3.4.6
  
  
  No                   revision
  No                   revision
  1.1.4.3   +0 -2      ws-axis/c/include/axis/common/ArrayBean.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/common/ArrayBean.h.diff?r1=1.1.4.2&r2=1.1.4.3
  
  
  1.2.4.4   +56 -18    ws-axis/c/include/axis/common/AxisUserAPI.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/common/AxisUserAPI.h.diff?r1=1.2.4.3&r2=1.2.4.4
  
  
  1.2.4.6   +1 -0      ws-axis/c/include/axis/common/AxisWrapperAPI.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/common/AxisWrapperAPI.h.diff?r1=1.2.4.5&r2=1.2.4.6
  
  
  1.3.4.2   +4 -14     ws-axis/c/include/axis/common/BasicTypeSerializer.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/common/BasicTypeSerializer.h.diff?r1=1.3.4.1&r2=1.3.4.2
  
  
  1.3.4.1   +1 -1      ws-axis/c/include/axis/common/IDeployerUtils.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/common/IDeployerUtils.h.diff?r1=1.3&r2=1.3.4.1
  
  
  1.2.4.2   +3 -0      ws-axis/c/include/axis/common/IParam.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/common/IParam.h.diff?r1=1.2.4.1&r2=1.2.4.2
  
  
  1.2.4.5   +52 -4     ws-axis/c/include/axis/common/IWrapperSoapDeSerializer.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/common/IWrapperSoapDeSerializer.h.diff?r1=1.2.4.4&r2=1.2.4.5
  
  
  1.2.4.6   +19 -48    ws-axis/c/include/axis/common/IWrapperSoapSerializer.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/common/IWrapperSoapSerializer.h.diff?r1=1.2.4.5&r2=1.2.4.6
  
  
  1.2.4.4   +0 -2      ws-axis/c/include/axis/common/Param.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/common/Param.h.diff?r1=1.2.4.3&r2=1.2.4.4
  
  
  No                   revision
  No                   revision
  1.2.4.7   +27 -7     ws-axis/c/include/axis/soap/SoapDeSerializer.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/soap/SoapDeSerializer.h.diff?r1=1.2.4.6&r2=1.2.4.7
  
  
  1.3.4.8   +13 -34    ws-axis/c/include/axis/soap/SoapSerializer.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/soap/SoapSerializer.h.diff?r1=1.3.4.7&r2=1.3.4.8
  
  
  No                   revision
  No                   revision
  1.4.4.1   +1 -1      ws-axis/c/include/axis/wsdd/WSDDDeployment.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/include/axis/wsdd/WSDDDeployment.h.diff?r1=1.4&r2=1.4.4.1
  
  
  No                   revision
  No                   revision
  1.20.4.12 +97 -71    ws-axis/c/src/client/Call.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/Call.cpp.diff?r1=1.20.4.11&r2=1.20.4.12
  
  
  No                   revision
  No                   revision
  1.1.4.2   +1 -1      ws-axis/c/src/client/samples/interoptests/base/ArrayOfstring.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/base/ArrayOfstring.h.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  1.5.2.2   +5 -5      ws-axis/c/src/client/samples/interoptests/base/InteropBaseClient.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/base/InteropBaseClient.cpp.diff?r1=1.5.2.1&r2=1.5.2.2
  
  
  1.8.4.4   +22 -22    ws-axis/c/src/client/samples/interoptests/base/InteropTestPortType.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/base/InteropTestPortType.cpp.diff?r1=1.8.4.3&r2=1.8.4.4
  
  
  1.1.4.2   +5 -5      ws-axis/c/src/client/samples/interoptests/base/InteropTestPortType.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/base/InteropTestPortType.h.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  1.2.4.3   +14 -12    ws-axis/c/src/client/samples/interoptests/base/SOAPStruct.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/base/SOAPStruct.cpp.diff?r1=1.2.4.2&r2=1.2.4.3
  
  
  1.1.4.2   +1 -0      ws-axis/c/src/client/samples/interoptests/base/SOAPStruct.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/base/SOAPStruct.h.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  No                   revision
  No                   revision
  1.1.4.1   +1 -1      ws-axis/c/src/client/samples/interoptests/groupB/ArrayOfString2D.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/ArrayOfString2D.h.diff?r1=1.1&r2=1.1.4.1
  
  
  1.1.4.1   +1 -1      ws-axis/c/src/client/samples/interoptests/groupB/ArrayOfstring.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/ArrayOfstring.h.diff?r1=1.1&r2=1.1.4.1
  
  
  1.4.2.1   +3 -2      ws-axis/c/src/client/samples/interoptests/groupB/InteropGroupBClient.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/InteropGroupBClient.cpp.diff?r1=1.4&r2=1.4.2.1
  
  
  1.8.4.2   +44 -37    ws-axis/c/src/client/samples/interoptests/groupB/InteropTestPortTypeB.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/InteropTestPortTypeB.cpp.diff?r1=1.8.4.1&r2=1.8.4.2
  
  
  1.2.4.1   +2 -2      ws-axis/c/src/client/samples/interoptests/groupB/InteropTestPortTypeB.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/InteropTestPortTypeB.h.diff?r1=1.2&r2=1.2.4.1
  
  
  1.2.4.2   +21 -29    ws-axis/c/src/client/samples/interoptests/groupB/SOAPArrayStruct.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/SOAPArrayStruct.cpp.diff?r1=1.2.4.1&r2=1.2.4.2
  
  
  1.1.4.1   +2 -1      ws-axis/c/src/client/samples/interoptests/groupB/SOAPArrayStruct.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/SOAPArrayStruct.h.diff?r1=1.1&r2=1.1.4.1
  
  
  1.2.4.2   +18 -15    ws-axis/c/src/client/samples/interoptests/groupB/SOAPStruct.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/SOAPStruct.cpp.diff?r1=1.2.4.1&r2=1.2.4.2
  
  
  1.1.4.1   +2 -1      ws-axis/c/src/client/samples/interoptests/groupB/SOAPStruct.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/SOAPStruct.h.diff?r1=1.1&r2=1.1.4.1
  
  
  1.3.4.2   +22 -27    ws-axis/c/src/client/samples/interoptests/groupB/SOAPStructStruct.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/SOAPStructStruct.cpp.diff?r1=1.3.4.1&r2=1.3.4.2
  
  
  1.1.4.1   +2 -1      ws-axis/c/src/client/samples/interoptests/groupB/SOAPStructStruct.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/client/samples/interoptests/groupB/SOAPStructStruct.h.diff?r1=1.1&r2=1.1.4.1
  
  
  No                   revision
  No                   revision
  1.13.4.5  +149 -229  ws-axis/c/src/common/ArrayBean.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/common/ArrayBean.cpp.diff?r1=1.13.4.4&r2=1.13.4.5
  
  
  1.16.4.2  +167 -111  ws-axis/c/src/common/BasicTypeSerializer.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/common/BasicTypeSerializer.cpp.diff?r1=1.16.4.1&r2=1.16.4.2
  
  
  1.24.4.5  +24 -56    ws-axis/c/src/common/Param.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/common/Param.cpp.diff?r1=1.24.4.4&r2=1.24.4.5
  
  
  No                   revision
  No                   revision
  1.1.4.2   +5 -5      ws-axis/c/src/server/samples/interoptests/base/InteropTestPortType.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/base/InteropTestPortType.cpp.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  1.1.4.2   +5 -5      ws-axis/c/src/server/samples/interoptests/base/InteropTestPortType.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/base/InteropTestPortType.h.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  1.3.4.5   +33 -33    ws-axis/c/src/server/samples/interoptests/base/InteropTestPortTypeWrapper.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/base/InteropTestPortTypeWrapper.cpp.diff?r1=1.3.4.4&r2=1.3.4.5
  
  
  1.2.4.3   +20 -18    ws-axis/c/src/server/samples/interoptests/base/SOAPStruct.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/base/SOAPStruct.cpp.diff?r1=1.2.4.2&r2=1.2.4.3
  
  
  1.1.4.2   +1 -0      ws-axis/c/src/server/samples/interoptests/base/SOAPStruct.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/base/SOAPStruct.h.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  No                   revision
  No                   revision
  1.5.4.4   +14 -14    ws-axis/c/src/server/samples/interoptests/groupB/InteropTestPortTypeBWrapper.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/groupB/InteropTestPortTypeBWrapper.cpp.diff?r1=1.5.4.3&r2=1.5.4.4
  
  
  1.2.4.3   +21 -26    ws-axis/c/src/server/samples/interoptests/groupB/SOAPArrayStruct.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/groupB/SOAPArrayStruct.cpp.diff?r1=1.2.4.2&r2=1.2.4.3
  
  
  1.1.4.2   +1 -0      ws-axis/c/src/server/samples/interoptests/groupB/SOAPArrayStruct.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/groupB/SOAPArrayStruct.h.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  1.2.4.2   +18 -15    ws-axis/c/src/server/samples/interoptests/groupB/SOAPStruct.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/groupB/SOAPStruct.cpp.diff?r1=1.2.4.1&r2=1.2.4.2
  
  
  1.1.4.2   +1 -0      ws-axis/c/src/server/samples/interoptests/groupB/SOAPStruct.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/groupB/SOAPStruct.h.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  1.3.4.2   +22 -27    ws-axis/c/src/server/samples/interoptests/groupB/SOAPStructStruct.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/groupB/SOAPStructStruct.cpp.diff?r1=1.3.4.1&r2=1.3.4.2
  
  
  1.1.4.2   +1 -0      ws-axis/c/src/server/samples/interoptests/groupB/SOAPStructStruct.h
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/server/samples/interoptests/groupB/SOAPStructStruct.h.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  No                   revision
  No                   revision
  1.17.4.12 +262 -14   ws-axis/c/src/soap/SoapDeSerializer.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/soap/SoapDeSerializer.cpp.diff?r1=1.17.4.11&r2=1.17.4.12
  
  
  1.30.4.10 +80 -239   ws-axis/c/src/soap/SoapSerializer.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/soap/SoapSerializer.cpp.diff?r1=1.30.4.9&r2=1.30.4.10
  
  
  No                   revision
  No                   revision
  1.18.4.4  +1 -1      ws-axis/c/src/wsdd/WSDDDeployment.cpp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/src/wsdd/WSDDDeployment.cpp.diff?r1=1.18.4.3&r2=1.18.4.4
  
  
  No                   revision
  No                   revision
  1.1.4.2   +24 -0     ws-axis/c/vc/client/samples/interoptests/interoptests.dsw
  
  http://cvs.apache.org/viewcvs/ws-axis/c/vc/client/samples/interoptests/interoptests.dsw.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  No                   revision
  No                   revision
  1.4.4.3   +1 -1      ws-axis/c/vc/client/samples/interoptests/groupB/groupB.dsp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/vc/client/samples/interoptests/groupB/groupB.dsp.diff?r1=1.4.4.2&r2=1.4.4.3
  
  
  No                   revision
  No                   revision
  1.1.4.2   +24 -0     ws-axis/c/vc/server/samples/interoptests/interoptests.dsw
  
  http://cvs.apache.org/viewcvs/ws-axis/c/vc/server/samples/interoptests/interoptests.dsw.diff?r1=1.1.4.1&r2=1.1.4.2
  
  
  No                   revision
  No                   revision
  1.10.4.9  +2 -2      ws-axis/c/vc/soap/Soap.dsp
  
  http://cvs.apache.org/viewcvs/ws-axis/c/vc/soap/Soap.dsp.diff?r1=1.10.4.8&r2=1.10.4.9