I am enclosing a WSDL at the end of the mail. This is
a typical doc-lit wrapped WSDL.
Basically, the issue is with the following section of
the WSDL
When the WSDL with the above section is used with
WSDL2Java (both in Axis 1.1 and 1.2beta), the
generated i
Hi Ciaran,
I am a newbie too in this area with very little experience on Axis Interoperability
with .NET. But I have been able to make some test services and run them successfuly.
You can find all the details along with the relevant links at
http://blogs.epfl.ch/shoutspace
Hope this helps,
Ni
We have a soap interface using Easysoap library in our server. Our SOAP client
uses JAxis 1.1 to send requests to server (client classes have been generated
using wsdl).
The first issue that we faced while using the two together was, JAxis sends the
character set enclosed in double quotes whi
Hi
Ciaran,
Yes
there are other alternatives to web services. There are some solutions which are
built on .net remoting, and there are commercial products for interop.
functionality.
To
decide the best way, i believe it'd be necessary to see the extend of your
integration requirements. Fo
Hi all,
Axis comes with a build-in BeanSerializer
but the Axis User Guide says that there is nothing
in the SOAP specification which covers complex objects.
So do I leave the promised path of interoperability
and force my clients to use JAVA
when I use Bean(De)Serialization or not?
Same question
Hi,
I was unable to unsubscribe through any automated means, nor by the
semi-manual means suggested by the automated means when the automated means
failed. An email to -owner also received no response.
I would appreciate it if the powers-that-be could unsubscribe me from this
list. I believe I
Hi!
When I use the echo example, I always get an IOException.
I tried Axis 1.1 and 1.2 beta, different java SDK's and also different
Tomcat versions.
All packages are present (activation.jar, mail.jar, saaj.jar . checked
by 'happy axis').
I also changed the java tmp dir. The path to the attachmen
Title: Message
How do I add classes
to the deploment / type section of the generated WSDL?
With Java2WSDL I can
specify --extraClasses to add a class name, but I can't find how to add classes
using the WSDD description. The classes are in the wsdd as beanmappings, but
Axis 1.2 seems to remov
Hi
Many thanks Matt, Kjetil, Matthew and others for the responses so far.
We're following up the ZSI for Python route currently & I'll post briefly
back to the list how we get on,
Nikki
--On Tuesday, June 15, 2004 12:01:40 +0100 "NJ Rogers, Learning and
Research Technology" <[EMAIL PROTECTED]>
try
axis c++
best regards
Harry
Am Mit, den 16.06.2004 schrieb NJ Rogers, Learning and Research Technology um 12:46:
Hi
Many thanks Matt, Kjetil, Matthew and others for the responses so far.
We're following up the ZSI for Python route currently & I'll post briefly
back to the list how
axis c++
best regards
Harry
Sure, we may well do,
thanks
Am Mit, den 16.06.2004 schrieb NJ Rogers, Learning and Research
Technology um 12:46:
Hi
Many thanks Matt, Kjetil, Matthew and others for the responses so far.
We're following up the ZSI for Python route currently & I'll post briefly
back to t
Hi,
is it possible to generate the server-config.wsdd without starting a axis
web application inside a webserver? Using AdminClient it is easy, but I'd
like to avoid the axis WS deployment step alltogether and provide the
server-config.wsdd with the war file. Using Ant, starting a web server,
depl
Hi alltogehter,
I am facing the problem of encrypting my SOAP-Message or parts of them.
Normally this should be done by using WS-Security.
My question is:
Have someone out there have write some WS-Security-Handlers to encrypt and
decrypt
SOAP-Messages?
And have someone used therefore WSS4J?
Hi All,
I am trying to connect to the MapPoint WebService through proxy. My program is
throwing the given exception. Can anyone let me know how to set Proxy, Portname,
Userid and Password while using axis.
{http://xml.apache.org/axis/}stackTrace: java.net.ProtocolException: Server redirected
Title: Session handling: recommended method?
Hi everybody,
Just started with a project where we will enable
access to a CICS running on a ibm host through SOAP.
The clients will have to authenticate themselves so
the session between the Axis client and server has to
use some kind of sessio
I'm sorry, but I don't know why I shouldn't be using soapenc:Array with document/literal services. To be honest, I haven't really dug in yet to to master the wsdl spec. I may do that in the future. I guess in this case, I simply wrote a bean class that happened to contain an array and hoped tha
org.apache.axis.utils.Admin
On Wed, 16 Jun 2004 13:08:19 +0200, Donnerstag, Juergen
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> is it possible to generate the server-config.wsdd without starting a axis
> web application inside a webserver? Using AdminClient it is easy, but I'd
> like to avoid the axi
Zedler, Michel wrote:
Hi all,
Axis comes with a build-in BeanSerializer
but the Axis User Guide says that there is nothing
in the SOAP specification which covers complex objects.
So do I leave the promised path of interoperability
and force my clients to use JAVA
when I use Bean(De)Serialization or
Hi All,
The Apache Axis C++ team would like to annoucnce the release of Axis c++
1.2
alpha. The binary and source distributions can be downloaded from
http://ws.apache.org/axis/cpp/download.html
The features added to this release are as follows.
Transport abstraction and pluggabili
Welcome to the Hotel California!
-Original Message-
From: Rob Ewaschuk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 16, 2004 5:14 AM
To: Axis User List
Subject: Unable to unsubscribe.
Hi,
I was unable to unsubscribe through any automated means, nor by the
semi-manual means suggested
Hi All,
I am trying to connect to the MapPoint webservice using axis. The application is
deployed behind a corporate firewall because of which the request needs to go through
the proxy. Can anyone suggest how to set proxyAddress, port, userId and password in
Axis.
Thanks & Regards,
Nishit
ï
System.setProperty("https.proxyHost",PROXYHOST); System.setProperty("https.proxyPort",PROXYPORT);
Use this to set the proxy at the client
end
Cheers Dhanush
- Original Message -
From:
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 16, 2004 6:44
P
I am wondering if somebody could help me with this frustrating
problem:
I know the first impulse will be to tell me that I need to place the file
needed into the axis file tree at axis/WEB-INF/classes, however it is already
there with the rest of the files. I know your next impulse will be
Hi Dhanush,
I have done that but am not able to set the user id and password. Do you have any idea
on how to do that?
Thanks & Regards,
Nishit
-Original Message-
From: Dhanush Gopinath [mailto:[EMAIL PROTECTED]
Sent: Wed 6/16/2004 6:45 PM
To: [EMAIL
Anne,
For what its worth, I experienced the exact same issue with document
literalbut not with rpc.
I assumed it was part of the spec.
Thanks,
Bob
|-+->
| | "Anne Thomas |
| | Manes"|
| |
can't find [EMAIL PROTECTED] or [EMAIL PROTECTED] in the
mailing list. what did you register as?
-- dims
On Wed, 16 Jun 2004 09:03:23 -0400, Galbreath, Mark A
<[EMAIL PROTECTED]> wrote:
>
> Welcome to the Hotel California!
>
> -Original Message-
> From: Rob Ewaschuk [mailto:[EMAIL PROTE
I am facing the same problem. can you unsubscribe me? I registered as
[EMAIL PROTECTED] or [EMAIL PROTECTED]
Thanks
-raju
|-+>
| | "Davanum |
| | Srinivas"|
| | <[EMAIL PROTECTED]|
|
I also have this problem. I need to be removed from the dev mailing list too.
-Original Message-
From: Rob Ewaschuk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 16, 2004 4:09 AM
To: Axis User List
Subject: Unable to unsubscribe.
Hi,
I was unable to unsubscribe through any automated
Ivan,
Thanks for explanation, it helps in understanding... I write you, not to
a user list, because don't want to disturb all...
So I know now why session does not work for me: I don't know how to
invoke handler (SimpleSessionHandler or any) on client side. Can you
advise that? I checked (with r
try this
System.setProperty("https.proxyUser",
"userid");
System.setProperty("https.proxyPassword",
"password");
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]Sent: Wednesday, June 16, 2004 2:27
PMTo: [EMAIL PROTECTED]Subject: RE: problem
conne
Hi,
I am trying to write a custom serializer, and have it generate the
proper schema output. I find the need to add import elements to both
the definitions element and the types element. I can not figure out a
way to do that so far. I should be able to grab a reference to the
definitions obj
Hello,
At one point, I was able to start axis (I must
keep a log book of my activities). Now when I try to
start Axis I find in the launcher.server.log:
Jun 16, 2004 12:47:21 PM
org.apache.catalina.core.StandardHostDeployer start
INFO: standardHost.start /axis
Jun 16, 2004 12:47:24 PM
org.ap
Anne,
Thanks for the explanation Anne.
Now some more question:
1.) What is the "Message" message style you referred to below? I have seen
that being referred in
Axis docs too. What are the differences between the "Message" and
"Document" message
styles?
2.)
>The first thing to unders
Hi
I have a doc-lit webservice using a RPC provider
implemented using Axis 1.1 and running on Tomcat. I
used a wsdl to generate the server bindings and also
generated the client stubs. I have an applet as a
client and I'm using ksoap to connect.
I see a difference in the SOAP messages that the
All,
Is it possible to expose a method (operation) that has an interface
parameter type?
For example, assume I have an interface and an implementing class:
public interface Foo
{
String getName();
void setName(String pName);
}
public class FooImpl
{
public FooImpl() {}
public String ge
Something I forgot to show,
public class FooImpl implements Foo
-Original Message-
From: Deppen, Jeff [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 16, 2004 3:10 PM
To: [EMAIL PROTECTED]
Subject: Interface in public web service method?
All,
Is it possible to expose a method (operati
Hi -
I have an application that is talking to a web server that tends to send
back http 100 (CONTINUE) responses. According to the spec all clients
should be prepared to receive 1XX, even if they choose to swallow them.
It looks to me like HttpTransport::HTTPValidate() throws an exception as
SER
Title: RE: Can you recommend a non-java SOAP client toolkit?
Nikki,
One of the important non-java soap client would be MS .net soap, you might want to try to test against .net.
If you are looking for generic C/C++ soap client, you can use gSoap.
http://www.cs.fsu.edu/~engelen/so
Ok, I figured out how to fix AddressBook sample. Just on case somebody else will struggle,
please have these advices.
So, to get SimpleSessionHandler invoked on client side, you
need to use special client-config.wsdd.
I added the following method to Main class from sample:
Address
Ksoap is generating an RPC/encoded message.
Can you supply the WSDL?
It's possible that ksoap doesn't support doc/literal.
-Original Message-
From: Makesh Rao [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 16, 2004 2:55 PM
To: [EMAIL PROTECTED]
Subject: ksoap client with Axis server
H
Hello,
I think I tracked my problme down to the inability
of Tomcat to install axis. Here are lines from
launcher.server.log pertaining to axis install:
Jun 16, 2004 4:18:36 PM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:/home/vig
Rahul,
> 1.) What is the "Message" message style you referred to below? I have
> seen that being referred in Axis docs too. What are the differences
> between the "Message" and "Document" message styles?
Message style maps the SOAP message to a DOM; Document style maps the SOAP
message to a Jav
Are you saying that the element "hdr" is not a parameter for the
"createToken" operation? Perhaps you mean for it to be a SOAP Header block
instead? If so, then you should not include this element in your wrapper
element.
You should define it thusly:
And y
Title: Message
Hi,
(I
sent this out last night which is probably bad timing so I've done a repost
here.Is this as simple as altering some port numbers
appropriately?)
I am accessing a java web service inside a java servlet which is called
from html. The web se
I am sorry if I was not clear. The element hdr *is* a
parameter for the createToken. It is not a part of the
SOAP header block.
Actually here is a simpler example. Consider the
following WSDL fragment.
/message>
If you use the org.apache.axis.utils.Admin
server utility it will configure the server-config.wsdd file -
however I am unable to get this file
to be written back out under BEA Web Logic.
If anybody has experience with BEA and
/ or configuring the server-config file - please let us know!
Thanks,
Hi Anne
Thanks for the response. Here's the wsdl...
---START
WSDL--
http://ws-dev/ict/types";
xmlns="http://schemas.xmlsoap.org/wsdl/";
xmlns:apachesoap="http://xml.apache.org/xml-soap";
xmlns:impl="http://ws-dev/ict/types";
xmlns:intf="http://ws-dev
Hi All,
The Apache Axis C++ team would like to annoucnce the release of Axis c++
1.2
alpha. The binary and source distributions can be downloaded from
http://ws.apache.org/axis/cpp/download.html
The features added to this release are as follows.
Transport abstraction and pl
You're using the wrapped convention, so Axis automatically breaks down your
input element into its composite parts. If you prefer to generate an
interface that accepts the CreateToken object as input rather than the two
string parameters, then you should use DOCUMENT style rather than WRAPPED
style
Can anyone provide me with a sample "deploy.wsdd" which shows document
style? Is it as simple as just saying like this:
will this work?
Thanks!
David
I am having a very hard time trying to development a Document Style web
service. I was able to use Java2WSDL -y flag to generate the WSDL with
Document Style. But how do I deploy the web service? I cannot find an
example of "deploy.wsdd" which shows document style deployment. Also
the AdminClie
51 matches
Mail list logo