Can anyone recommend to me or point me somewhere that describes
a simple, straightforward way to sign a SOAP request with a Digital Signature
within the Axis framework? I am aware of the XMLSecurity library, but
there doesn't seem to be a complete example for a Client.
I am trying to transition f
Dear Oleg,
I am also facing the same problem as mentioned by you below. As I am
new to SOAP can you provide me details on how you created the wsd file
which provides xml mapping for tns3:Set and the way you imported it to
the wdsl file.
Greatly appreciating your time.
Regards.
Jagannath
Ole
Title: Axis - Castor Issues
Hi,
In my project, we intend to use Axis 1.1 with Castor to develop and deploy web services. We were doing some prototyping with Axis & Castor, but ran into a few issues which we need to solve before we can go ahead. Kindly find the details below and let me know i
Title: Axis - Castor Issues
Hi,
In my project, we intend to use Axis 1.1 with Castor to develop and deploy web services. We were doing some prototyping with Axis & Castor, but ran into a few issues which we need to solve before we can go ahead. Kindly find the details below and let me know i
Fabricio,
Thanks for the tutorial link... slowly I have the bits and pieces come
together
After going through the basic tutorial, I'm a bit confused on the
directory
structure. I'm using tomcat 4.1.30 for my app server with Windows2K as
my OS,
and the directory structure is as follows:
%CA
Hi all, I'm new to Axis 1.1 and if any type of document or samples or any
pointers will be appreciated if you can help me understanding the below
problems with Axis...
Assumption: Service is of "Document" Style and uses java binding classes
1. I understand if we use wsdl2java, we get the Java bin
Hi,
Try some of the links below. They helped me a lot.
**deploy web services***
part 1:
http://ammai.com/modules.php?op=modload&name=Sections&file=index&req=viewart
icle&artid=4&page=1
part 2:
http://ammai.com/modules.php?op=modload&name=Sections&file=index&req=viewart
icle&artid=5&page=
Hi.
I have a problem concerning xsd:simpleRestrictionModel.
WSDL2Java CVS (1.1 and 1.2alpha seem to work) raises this exception:
java.io.IOException: Type
{http://www.w3.org/2001/XMLSchema}simpleRestrictionModel is referenced
but not defined.
at
org.apache.axis.wsdl.symbolTable.Symbol
Hello,
I'm trying to user axis and I'm also in the process of learning web
services with java.
I've read the info on axis website but still don't have a good grasp on
what exactly
I need to do to implement a web service using axis. Do you have any
recommended
tutorial web site on how to implemen
I have problems referring to the schema. I think I am not refering the
schema properly.
Any pointers ??
Thanks for your time.
-- Nitin
http://localhost:8080/jboost/wsdl/stockquote.wsdl";
xmlns:tns="http://localhost:8080/jboost/wsdl/stockquote.wsdl";
xmlns:xsd1="http://loca
To those of you that have used java.sql.Date:
I am having problems sending in parameters that are defined in Java as
java.sql.Date. Please forgive me if this is a question that has been
answered before. I have searched the mailing list and the newsgroups to no
avail. Hopefully someone will be a
Title: Message
Hi.
I
asked a similar question a couple of days ago, but haven't received an answer.
I've made some progress on fixing the problem, so now I got a different
question.
I
have a method in my Java class, which returns java.util.Set. When I run Ant task
java2wsdl, I get the fo
Do you think the JAXB spec is mature
enough?
What implementations of JAXB do you think are
useful?
-Original Message-
From: Wei Hsu
[mailto:[EMAIL PROTECTED]]
Sent: Monday, March 22, 2004 2:41 PM
To: [EMAIL PROTECTED]
Subject: Integrating JAXB with
Axis
Hi all,
Go
I expect that https will give you better performance than ws-security,
but even if you're only using http, the functionality is not the same.
https gives you point-to-point message security, but it does not
effectively support end-to-end security, e.g., strong authentication,
authorization, or me
Kiran -
have you considered embedding the custom message inside the SOAP fault as a detail
element or as a custom exception?
/Chris
-- Original Message --
From: "Pathuru, Kiran" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Mon, 22 Mar 2004
I am using AXIS 1.2 alpha and Tomcat 5.0.3 and a .net application has been
able to access the atachment I send. They were initially having problems
until they installed the Web services enhancements service pack.
Regards
Jim.
- Original Message -
From: "sergeant" <[EMAIL PROTECTED]>
To:
Here is the URL for the Slide project:
http://jakarta.apache.org/slide/index.html
Regards
Jim.
- Original Message -
From: "James CE Johnson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 22, 2004 2:26 PM
Subject: Re: Can someone help a newbie help with attachments?
>
Hi all,
Going through the mail archive, it seems like Axis isn't
quite ready to be integrated with JAXB. But I wasn't very clear on what
specific difficulties there were when trying to integrate the data binding
power of JAXB with the web service capabilities of AXIS. Can someone with
Anyone knows which has better performance, ws
security or https? Our application run under http, so it’s the same for us have ws security under soap or
https.
thanks
Hi all,
I have been using exclusively AXIS' WSDL2Java for data
binding. I recently came upon the article "Create Web service using
Apache Axis and Castor" (http://www-106.ibm.com/developerworks/webservices/library/ws-castor/)
which talked about decoupling the data binding process from
Web services certainly do support asynchronous communications. In the WSDL
definition, you define an asynchronous Web service by defining an operation
that has an message but no message.
The more challenging question is whether Axis supports asynchronous
communications. Async typically requir
It sounds as if you're trying to build your own SOAP engine inside your
application. Axis is supposed to do the request handling functionality. It
*is* the framework you're talking about.
Handlers typically process SOAP headers or perform other types of
system-level functions (logging, monitori
Document style supports everything that RPC supports, plus lots more.
Document is always the better choice.
Anne
At 06:49 AM 3/22/2004, you wrote:
Hi axis users,
I know that "document style" is better than "rpc style" for many reasons,
but if a want to write a web service where the client waits
I am trying to create a service which would be compatible
with MS InfoPath (which requires document/literal style).
I have created a test class with signature
public class AxisTest{
public int getId(String first, String
last) {
// ….
}
}
And I have generated wsdl usi
I am trying to create a service which would be compatible
with MS InfoPath (which requires document/literal style).
I have created a test class with signature
public class AxisTest{
public int getId(String first, String
last) {
// ….
}
}
And I have generated wsdl usi
Ruchi,
Please send questions like this to the distribution list rather than to
individuals.
I'm an expert on the WS specifications, but not on the Axis
implementation.
Axis should invoke the operation based on the qname of the child element
of the . If you are using RPC style or Wrapped Documen
Hello All,
I have handcrafted a SOAP-request message and tried sending the message over
the wire. But once my Axis web service receives the request it is throwing
the following error.
org.xml.sax.SAXParseException: Content is not allowed in prolog.
Did anyone encounter similar problem before?
Hi axis users,
I know that "document style" is better than "rpc style" for many reasons,
but if a want to write a web service where the client waits for the
response from the server,
and so I have a "synchronous" scenario, is rpc style ever the best choice?
Thanks.
Dario
Yes, I'm using WSE10SP1. Uploading an attachment works fine, downloading
from Axis on tomcat 4.1.29 fails with the message indicated below.
Here I'm talking about the HTTP Content-Type header. This must be
'application/dime' when sending attachments to a .NET client, rather
than 'multipart/relat
> Have you had a look at the Slide project?
No, I haven't heard of it. Googling for "axis +slide" turns up some
interesting things but not, I think, what you're talking about. Do you
have a URL handy?
>
> Regards
>
> Jim.
Thanks!
James
Alok Pandey, Noida wrote:
Hi,
My .NET web service returns a 2D array, which I want to call from axis
client. I am using wsdl2java to invoke the .NET client.
It works fine with 1D array, but with 2D array it throws exception saying
"array is not one dimensional".
Can anybody help me resolve this
I have a webservice which works based on sessions. The user first need to
login and then onwards can make the calls.
In one of my request handlers, now I am checking what method the user is
requesting and then see whether
the user has already logged in successfully, otherwise I will raise an Axis
I would appreciate it very much if every one who asks for a solution would
provide his code and deployment descriptor. It takes more time if anyone
tries to recreate the problem from scratch.
Best regards,
Abhinav Maheshwari
Hi,
My .NET web service returns a 2D array, which I want to call from axis
client. I am using wsdl2java to invoke the .NET client.
It works fine with 1D array, but with 2D array it throws exception saying
"array is not one dimensional".
Can anybody help me resolve this issue.
Thanks in Advance
Dear all,
I have the following design for my object datatype model I want to expose from my web service:
public class MyClass {
MyClassTypeEnum myClassType;
public MyClassTypeEnum getMyClassType(){
return myClassType;
}
public void setMyClassT
hey friends,
In my application I will get a series of SOAP requests. All I need to know
is:
1. How do I write a general Soap request handler (like a controller), All
the reqest should be handled here like a centralized controller.
2. The controller should scan through the request types, based
Hi Sergeant,
Do you have the Web Service Enhancements 1.0 with Service Pack 1 installed
on your Visual Studio ? This is necessary to handle attachments on the .NET
client. In my opinion, the problem is not due to charset but the content
type 'application/dime'.
In case, this does not resolve your
What do you like to do?
A Webservice Request is like an Method-Call -> so a response is like a Return value.
More serverresponse is like asynchron Communication ( like subscribe and listen ).
Asynchron Communication is as far as i know not valid with webservices at this moment, but you can d
Hi,
How can I write an axis client capable of handling multiple server
response messages from a single request? Is it even possible at this
point? Thanks,
Gareth
Hi, all:
I want to implement a web services which has to handle the
wildcard problems, because some of the terms can be arbitrarily added or
deleted.
I don't know how to handle it, just use the soap with attachments(I
still think this is not very flexible enough to handle the flexible
client
40 matches
Mail list logo