Hi,
On Mon, 2004-08-30 at 22:31, Anish wrote:
> Hi:
>
> I am trying to setup Axis/C++ library to work with Apache2. I have
> downloaded the binary distribution axis-c-linux-current-bin.tar.gz
> from http://www.apache.org/dist/ws/axis-c/, but I am unsure about the
> instructions in INSTALL scri
Can you show us your
WSDL?
There’s no way to specify style=”wrapped”
in a WSDL document. The only valid style parameters are “rpc” and “document”.
(You can specify style=”wrapped” in a WSDD, though.)
In a wrapped/literal WSDL definition, you
must define the wrapper element in the
Can you show us your
WSDL?
There’s no way to specify style=”wrapped”
in a WSDL document. The only valid style parameters are “rpc” and “document”.
(You can specify style=”wrapped” in a WSDD, though.)
In a wrapped/literal WSDL definition, you
must define the wrapper element in the
If you find a solution, pls let me know
also. I’ve struggled with this problem for a long time. I followed all
the suggestions people gave in this list, but somehow it never worked for me.
Vikas
-Original Message-
From: Wei Hsu
[mailto:[EMAIL PROTECTED]
Sent: Thursday, Sept
Hi all,
I am currently using Axis 1.2 beta to expose a
service. I am having problem getting axis to not send the stack trace
back to the client. I tried setting the globalConfiguration by adding , but it's
still not working. Do I need to do anything else? Are there any other
approa
No it shouldn't do. The bundled version of Axis is only applicabale to the
Websphere Studio IDE development environment. For example, if you use the
"wizards" to create an Axis-based web service it uses Axis 1.0 jars. You
can simply replace these within your web-project so that they are packa
I've been using Axis 1.1 for a while and recently needed to work with attachments. I thought of moving to the 1.2 version since it has better support for those.
Here is my scenario... I'm using Axis (generated classes & its libraries) to talk to another server using Wrapped/Literal. The WSDL tha
please open a bug report with some sample code to recreate the problem.
thanks,
dims
On Thu, 2 Sep 2004 12:32:41 -0500, Erich Oliphant <[EMAIL PROTECTED]> wrote:
> Hi I am using Axis 1.2 beta 3.
>
> The following snippet:
>
> ...
> MessageFactory factory = MessageFactory.newInstance();
>
>
Hi I am using Axis 1.2 beta 3.
The following snippet:
...
MessageFactory factory = MessageFactory.newInstance();
SOAPMessage message = factory.createMessage();
MimeHeaders mh = message.getMimeHeaders();
mh.addHeader("SOAPAction",
"http://www.trx.com/TRXServic
Steve,
Just curious to know! Assuming you are using WebSphere app server, how are you
planning to do it on app server environment? Wouldn't it create maintenance (and
other) problems in a strict production environment?
Thanks
Jai
-Original Message-
From: Steve Webbo [mailto:[EMAIL PR
After much head scratching I realised that the default Axis implementation
that ships with Websphere Studio Application Developer v5.1.2 is Axis v.1.0.
I replaced all the Axis 1.0 jar's with the v1.1 and hey presto, works like a
charm. :-)
___
Hi all,
Ok I solved the problem...i guess it was some classpath
problems...and I was using most recent castor, most recent axis and an
old castor-axis-encoding file
Thanx anyway and regards
Marco
Thanks a lot for that.
Dam, I spent 2 hours looking at the Axis Javadoc and I missed that class!
cheers
Davanum Srinivas wrote:
try the ServiceLifeCycle's destroy (example -
http://www.developer.com/java/web/article.php/3073881)
-- dims
On Thu, 02 Sep 2004 17:34:57 +0200, [EMAIL PROTECTED]
<[EMAIL
try the ServiceLifeCycle's destroy (example -
http://www.developer.com/java/web/article.php/3073881)
-- dims
On Thu, 02 Sep 2004 17:34:57 +0200, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Can anyone point me in the right direction for how to perform some
> cleanup code before my web service i
Can anyone point me in the right direction for how to perform some
cleanup code before my web service is undeployed?
It's a application based ws, and I currently start up various JMX
MBeanServers within the web service, but even when it's undeployed, this
dam thread keeps on running, and I have
I have accomplished the same thing using very similar code. I did
notice one kind of strange thing; I had to put the SSL System properties
in the Stub where the call was being made or it would fail.
Here is my code for reference (from my Axis Generated Stub.
System.setProperty("java.protocol.ha
hi all,
we are currently working on a prototype
with apache axis and faces the following problem:
1. we specified a little webservice
with a java-bean as parameter.
2. the java-bean itself has three attributes.
two of them are standard java datatypes and the last is of type of an abstract
class.
Use the Commons HttpClients and It will works.
On Thu, 02 Sep 2004 10:08:35 +0100, Steve Webbo <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> This is driving me insaneI have a java web-service based on Axis running
> under Websphere v4 and IBM HTTP Server (aka Apache).
>
> I have configured SSL
Hi All,
I have a document - literal web
service method
public Document
receiveDocument(Document docElems);
The WSDD for the above message is
as given
This generates a WSDL as given in
attachment.
Now my problem is -even
though it is specified in the WSDL that the
Hi All,
This is driving me insaneI have a java web-service based on Axis running
under Websphere v4 and IBM HTTP Server (aka Apache).
I have configured SSL on the web server and this works fine. I now want to
go one step further and configure the web-server for client certification
based a
Here they are
-Original Message-
From: Marco Mistroni [mailto:[EMAIL PROTECTED]
Sent: 02 September 2004 09:14
To: [EMAIL PROTECTED]
Subject: RE: castor problem
Hello Are,
Thanx a lot for ur reply, and sorry for the late
But my email at home does not work...
Actually,
Did you get an answer?
I think you will have to create your own object and save that.
Chandrasegaram Jeyakumaran wrote:
Hi all,
It may be a out of topic, but still I think people here may have the
solution of this problem.
I am getting a datahandler object from axis server and I need to save it
for
Hello Are,
Thanx a lot for ur reply, and sorry for the late
But my email at home does not work...
Actually, after checking more my code I discovered that I
Omitted some castor serializer factory in the StockQuoteSOAP stub.
However, after fixing them, I got another similar problem..
RE
23 matches
Mail list logo