Hi,
Thx. It's working now.
Bye,
Raj.
-Original Message-
From: Bhuvan [mailto:[EMAIL PROTECTED]
Sent: Friday, August 20, 2004 12:13 PM
To: [EMAIL PROTECTED]
Subject: RE: how to delete web service manually
Hi Rajendra,
Try out the following :
1. Modify server-config.wsdd present in
Hi Rajendra,
Try out the following :
1. Modify server-config.wsdd present in %AXIS_HOME%\WEB-INF\ to remove the
references of your webservice.
Where %AXIS_HOME% represents the installation dir of AXIS e.g.
C:\tomcat\webapps\axis
2. Delete the WebService Specific classes from %AXIS_HOME%\WEB-INF\
Hi
If ur service is deployed there
will be a entry in the server-config.wsdd under
tag.
U can manualy delete it from that
file to undeploy the Service
Cheers
Dhanush Gopinath Software Engineer
Mahindra British Telecom Ltd +91-020-4018100 Ext:-1218
"When
a person really desires som
Hi All,
I wrongly deployed some service and because of that my axis is not showing
any
deployed services. Now im trying to undeploy it
using Admin tool by supplying undeploy.wsdd.
But it seems that not working. How I can delete the deployed service
manually.
Any suggestions pls.
Thanks&Regards
Hi Jeyakumaran,
This seems to be a issue with the client side code which is adding the MIME
attachment.
Is it possible for you to send the code written to send the attachments?
Also checkout the following links which talks about a similar problem :
http://java2.5341.com/msg/51371.html
http://jav
Hi Jeyakumaran ,
When u sent it as Inline form (
Where u r passing a Datahandler as the parameter to ur Web Service
method) , there can be a problem with attachment size.
U can try sending it as an
attachment part ..
Please refer the following mail archives
http://www.mail-archive.
Hi,
I am working with axis application which handles the SOAP attachment.
In my attachment I set an image(the way How javamail deals) in the client
side and send to an axis server.
But it fails in the deserialization with this message.
java.io.IOException: End of stream encountered before final
We're using Axis 1.1 for our JAX-RPC client to a set of webservices. We're
getting back 2D arrays fine from the service, but sending a 2D array is having
problems over on the web service side.
The WSDL only says that the message part that is the 2D array is xsd:anyType --
and they're not going to
Running axis 1.1 Getting following error
while running the java2wsdl ant task:[axis-java2wsdl] Java2WSDL
com.abc.systemsigner.service.HSMService[axis-java2wsdl]
java.lang.ClassNotFoundException:com.abc.systemsigner.service.HSMService The
compiled interface and class
files
com.abc.systemsi
Hi.,
I'm using axis toll for creating
webservice.I have created few samples and its working well.
Now i'm planning to implement the security like ws
security,xml security,digital signature and authentication like
that.
Is anyone can give me some idea to implement this.I
am just reading W
On further inspecting my problem, it apears that axis was not setting a
default namespace. .NET was expecting the parameters to be in the same
namespace as the method, but axis was only setting a namespace for the
method, and not for the parameters.
My overall impressions of SOAP (not refering to
Hi,
I'm beginning in
WebServices with AXIS and I can't arrive to deploy a WebService with an
argument.
My wsdd is described below:
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
Frans,
The problem I was having was that even though my server schema said
elementFormDefault="unqualified", Axis was setting a default namespace
for the entire body, which of course, is wrong. That's why .Net was
complaining.I had to work around this by defining an empty default
namespace for the
Good morning to all.
This may not be an Axis issue - if it's not, I apologize and will send it
over the the Tomcat users list.
I'm in the process of developing a 'proof of concept' system for integrating
some legacy systems into my companys web-enabled systems. To accomplish
this, I've writt
Good morning to all.
This may not be an Axis issue - if it's not, I apologize and will send it
over the the Tomcat users list.
I'm in the process of developing a 'proof of concept' system for integrating
some legacy systems into my companys web-enabled systems. To accomplish
this, I've writt
$)CTo turn off sending stacktraces:
In your server-config.wsdd file, set the axis.development.system global
config parameter to false.
false = production system, stack traces not sent out in the SOAP messages
true = development system, stack traces sent out
- Junaid
Hi,
I would like to know how to configure the java type java.sql.Time to
xsd:time.
Currently it automatically gets converted into a xsd:dateTime (probably
because java.sql.Time extends java.sql.Date).
On the client side I manage to deal with the problem by providing an own
Deserializer. But I do
I have also come accross this problem. (axis client to .NET)
My problem was that axis was using prefixes, and .NET would NOT work unless
using a default namespace and NO prefixes.
Although, it worked fine when i didnt have to pass any parameters.
My solution was to make my own SoapEnvelope (from
Frans,
What error are you receiving from .NET? As you say, the two messages are
semantically equivalent, and .NET doesn't care whether you use a prefixed
namespace or a default namespace. Perhaps there are subelements in Node2
that should not be namespace prefixed? That would make sense and be
con
Frans,
What error are you receiving from .NET? As you say, the two messages are
semantically equivalent, and .NET doesn't care whether you use a prefixed
namespace or a default namespace. Perhaps there are subelements in Node2
that should not be namespace prefixed? That would make sense and be
con
WAS 6 WS-Security interoperates with WSE 2.0 WS-Security.
(You don't have to use WS-Trust and WS-SC to use WS-Security.)
- Anne
-Original Message-
From: Mahen Perera [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 19, 2004 5:06 AM
To: [EMAIL PROTECTED]
Subject: Re: How to add AXIS to W
WAS 6 WS-Security interoperates with WSE 2.0 WS-Security.
(You don't have to use WS-Trust and WS-SC to use WS-Security.)
- Anne
-Original Message-
From: Mahen Perera [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 19, 2004 5:06 AM
To: [EMAIL PROTECTED]
Subject: Re: How to add AXIS to W
Your original array definition is correct,
and it conforms to the WS-I recommendation. The only significant difference in
your definition versus the WS-I recommendation is that your array supports a
null value in addition to no occurrences. There’s also the minor
difference in that you did
Your original array definition is correct,
and it conforms to the WS-I recommendation. The only significant difference in
your definition versus the WS-I recommendation is that your array supports a
null value in addition to no occurrences. There’s also the minor
difference in that you did
My java axis client app creates temp files for the attachments it receives
in soap messages.
Now that seems ok, but it doesn't remove them when it's finished with them!
Is this normal behaviour? or am I doing something stupid?
I only noticed this because a server died after running out of hard d
Hi All,
The Apache Axis C++ team would like to announce the
Alpha release of Axis c++ 1.3.
The binary and source distributions can be downloaded
from
http://ws.apache.org/axis/cpp/download.html
Hi all,
I have a question about the XML declaration for an array in
doc/lit wrapped style. For a server side method with the following
signature:
String test(String[] value)
I had been representing it with the following element:
This allows
Hi Anne,
WAS 5.1 must be interoperating with WSE 1.0,
But I dont think WAS 6 interoperates with WSE 2.0,,, since WSE 2.0 has
support for WS- Secure Conversation and WS- Trust ,,, where as WAS 6
does not i suppose...
Your ideas please
Mahen
On Wed, 18 Aug 2004 13:16:29 -0400, Anne Thoma
Hi folks,
Has anybody found a solution to this? I'm having a similar issue, but in
my case it's an Axis client accessing a .Net server. Axis is using a
default namespace whereas the .Net server on the other side is expecting
an explicit namespace, e.g.:
Axis generates:
http://schemas.xmlsoap.o
Hi,
Can anyone give me a
breakdown of what the SignedSOAPEnvelope, ClientSigningHandler and LogHandler
classes do? It comes with some of the security examples given in axis.
Thanks,
Suzy
30 matches
Mail list logo