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
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
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
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
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
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
"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.
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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
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
===
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
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
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
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
===
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
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
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
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
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
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
20 matches
Mail list logo