Native Version of Axis?

2002-06-02 Thread Harris Reynolds
Boris, If you click on the Source Code link on the Axis home page and then click on the contrib directory, that will lead you to an implementation of Axis in C++. It was contributed a couple months ago, but I don't think it is actively being developed/enhanced. Since Axis is closely followin

FW: FW: http port doesnt seem to set the port in the header even if it is not 80

2002-06-02 Thread K. Swaminathan
All that is missing is the line, that I have added. header.append(" HTTP/1.0\r\n") .append(HTTPConstants.HEADER_CONTENT_LENGTH) .append(": ") .append(reqMessage.getContentLength()) .append("\r\n") .ap

http port doesnt seem to set the port in the header even if it is not 80

2002-06-02 Thread K. Swaminathan
Hi, Looks like transport\http\HttpSender doesnt set the http port in the header even if it is not 80. This used to be the bug: 2781 in Apache SOAP 2.2 and was fixed by [EMAIL PROTECTED] Is this an openbug in axis. Thanks Swami K. PS: I couldnt find the correct address to send this mail, Please

Re: hrefs where SOAP-ENC:root is not supplied - interop issue with .N

2002-06-02 Thread Bill Greenseth
We're trying out a possible fix for this problem which is to change line 137 of RPCProvider.java as below. old - if (bodyEl.isRoot() && operation != null) { new - if (bodyEl.isRoot() && operation != null && bodyEl.getID() == null) Bill > We have run into this same issue and I agree with Jason t

Re: WSDL Parameter order w/doclit

2002-06-02 Thread Sam Ruby
Russell Butek wrote: > > The WSDL is illegal.  Two problems with parameterOrder.  First, as you > said, it should list the parts.  Secondly, as Sanjiva tells me, if > parameterOrder is used at all, it is illegal to NOT list all input > parameters.  Yes, this is a doc/lit WSDL, but that really just

Im not sure what your project is about

2002-06-02 Thread Dedeco
Hi, i did some reading in your page, it seems an interesting project. I dont understand what it is really about (you can think that Im a user of Win98 OS, with some programming knowledege in basics languages), I read almost all of the suggested documents with little sucess. What Im trying

Re: WSDL Parameter order w/doclit

2002-06-02 Thread Sanjiva Weerawarana
"Sam Ruby" <[EMAIL PROTECTED]> writes: > Russell Butek wrote: > > > > The WSDL is illegal. Two problems with parameterOrder. First, as you > > said, it should list the parts. Secondly, as Sanjiva tells me, if > > parameterOrder is used at all, it is illegal to NOT list all input > > parameters.

Bug report for Axis [2002/06/02]

2002-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Problems with Axis beta2 on Resin 2.1.1 server

2002-06-02 Thread Jose Airton F. Silva
Please, I need help. Could someone help me? I'm using Windows 2000 server, Axis beta2, Resin 2.1.1, Sun JDK 1.3.1_03, and Microsoft Internet Explorer 5.00. I installed and run Axis beta2 on Tomcat 4.0.2. I successfully deployed and invoked my "InvertStrService" web service. I installed and ru

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable Utils.java

2002-06-02 Thread tomj
tomj2002/06/02 19:03:32 Modified:java/src/org/apache/axis/wsdl/symbolTable Utils.java Log: optimze imports Revision ChangesPath 1.7 +6 -10 xml-axis/java/src/org/apache/axis/wsdl/symbolTable/Utils.java Index: Utils.java ===

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava Utils.java JavaSkelWriter.java JavaDeployWriter.java

2002-06-02 Thread tomj
tomj2002/06/02 19:15:54 Modified:java/src/org/apache/axis/wsdl/toJava Utils.java JavaSkelWriter.java JavaDeployWriter.java Log: Refactor common code in deploy writer and skeleton writer that determines the element QName of an operation. This fixes

cvs commit: xml-axis/java/test/wsdl/interop3 endpoints-local endpoints

2002-06-02 Thread tomj
tomj2002/06/02 20:07:00 Modified:java/test/wsdl/interop3/docLitParam DocLitParamTestCase.java build.xml java/test/wsdl/interop3 endpoints Added: java/test/wsdl/interop3/docLitParam interoptestdoclitparameters.wsd

cvs commit: xml-axis/contrib/Axis-C++/TestHarnesses UserType.cpp Platform.hpp Platform.cpp Fault.cpp Calculator.cpp Axis_client.cpp

2002-06-02 Thread lilantha
lilantha2002/06/02 21:22:23 Modified:contrib/Axis-C++/TestHarnesses UserType.cpp Platform.hpp Platform.cpp Fault.cpp Calculator.cpp Axis_client.cpp Log: update Revision ChangesPath 1.2 +58 -0 xml-axis/contrib/Axis

cvs commit: xml-axis/contrib/Axis-C++/src Platform.hpp Platform.cpp

2002-06-02 Thread lilantha
lilantha2002/06/02 21:23:04 Modified:contrib/Axis-C++/src Platform.hpp Platform.cpp Log: update Revision ChangesPath 1.4 +56 -0 xml-axis/contrib/Axis-C++/src/Platform.hpp Index: Platform.hpp ===

cvs commit: xml-axis/contrib/Axis-C++/src/Client ServiceFactory.hpp ServiceFactory.cpp Call.hpp Call.cpp

2002-06-02 Thread lilantha
lilantha2002/06/02 21:23:21 Modified:contrib/Axis-C++/src/Client ServiceFactory.hpp ServiceFactory.cpp Call.hpp Call.cpp Log: update Revision ChangesPath 1.2 +56 -0 xml-axis/contrib/Axis-C++/src/Client/ServiceFactory.hpp Index: Serv

cvs commit: xml-axis/contrib/Axis-C++/src/Encoding XMLType.hpp XMLType.cpp TypeMappingRegistry.hpp TypeMappingRegistry.cpp SOAPEncoding.hpp SOAPEncoding.cpp SerializerFactory.hpp Param.hpp Param.cpp

2002-06-02 Thread lilantha
lilantha2002/06/02 21:23:37 Modified:contrib/Axis-C++/src/Encoding XMLType.hpp XMLType.cpp TypeMappingRegistry.hpp TypeMappingRegistry.cpp SOAPEncoding.hpp SOAPEncoding.cpp SerializerFactory.hpp Param.hpp Param.cpp

cvs commit: xml-axis/contrib/Axis-C++/src/Message SOAPMsgContext.hpp SOAPMsgContext.cpp SOAPMessage.hpp SOAPMessage.cpp SOAPHeader.hpp SOAPHeader.cpp SOAPFaultElement.hpp SOAPFaultElement.cpp SOAPEnvelope.hpp SOAPEnvelope.cpp SOAPBodyElement.hpp SOAPBodyElement.cpp RPCParam.hpp RPCParam.cpp RPCElement.hpp RPCElement.cpp MessageElement.hpp MessageElement.cpp

2002-06-02 Thread lilantha
lilantha2002/06/02 21:23:54 Modified:contrib/Axis-C++/src/Message SOAPMsgContext.hpp SOAPMsgContext.cpp SOAPMessage.hpp SOAPMessage.cpp SOAPHeader.hpp SOAPHeader.cpp SOAPFaultElement.hpp SOAPFaultElement.cpp SOAPEnv

cvs commit: xml-axis/contrib/Axis-C++/src/Transport TransportFactory.hpp TransportFactory.cpp Transport.hpp Transport.cpp Sender.hpp Sender.cpp Receiver.hpp Receiver.cpp HttpTransport.hpp HttpTransport.cpp Channel.hpp Channel.cpp

2002-06-02 Thread lilantha
lilantha2002/06/02 21:24:12 Modified:contrib/Axis-C++/src/Transport TransportFactory.hpp TransportFactory.cpp Transport.hpp Transport.cpp Sender.hpp Sender.cpp Receiver.hpp Receiver.cpp HttpTransport.hpp HttpTranspo

cvs commit: xml-axis/contrib/Axis-C++/src/Util Url.hpp Url.cpp QName.hpp QName.cpp NsStack.hpp NsStack.cpp AxisException.hpp AxisException.cpp AxisConst.hpp AttList.hpp

2002-06-02 Thread lilantha
lilantha2002/06/02 21:24:25 Modified:contrib/Axis-C++/src/Util Url.hpp Url.cpp QName.hpp QName.cpp NsStack.hpp NsStack.cpp AxisException.hpp AxisException.cpp AxisConst.hpp AttList.hpp Log: update Revision ChangesPath 1.2

cvs commit: xml-axis/contrib/Axis-C++/src/Xml XmlWriter.hpp XMLSerializer.hpp XMLSerializer.cpp XMLDeSerializer.hpp XMLDeSerializer.cpp XercescConst.hpp

2002-06-02 Thread lilantha
lilantha2002/06/02 21:24:39 Modified:contrib/Axis-C++/src/Xml XmlWriter.hpp XMLSerializer.hpp XMLSerializer.cpp XMLDeSerializer.hpp XMLDeSerializer.cpp XercescConst.hpp Log: update Revision ChangesPath 1.2 +56 -0