Hello All,
I have problem as-
We have 2 Applications as App1 and App2 are going
to access some services.
So they should be Authenticated only first time and
for subsequent request no need.but like samples provied in samples/stocks
folder...it seems that for every operation access it need
Hi, Can we pass an xml file as a
parameter to a web-service. If yes can the validation of that file with
respect to some schema also be done at the time of invocation. Please
give me some pointers in this
issue.Regards,AnuradhaDISCLAIMER:This message (including attachment if any) is confi
I should've realized that I'd find the answer here:
http://www.w3.org/TR/xmlschema-0/ . Excuse me while I learn XML Schema here
'in public'.
Here's the issue:
In XML, having an element be missing has no set meaning. It may not be
known or may not be required or any number of things.
But there
can it be because int and boolean are primitive data types ?
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 17, 2003 10:36 PM
> To: [EMAIL PROTECTED]
> Subject: question on java2wsdl and value objects.
>
>
>
>
>
>
> I'm using Axis 1.1 rc2. I
I'm using Axis 1.1 rc2. I used ant-java2wsdl to generate wsdl and included
the a java 'value object' that was:
package a.b.c;
import java.util.Calendar;
/**
* Value Object for the Reservation web service
*/
public class ReservationVO {
String chairPerson;
public String getCha
I have a bit of chicken and egg situation here. I want to run the admin
client on a remote system to deploy something, but can't until I change
the remote admin setting in the server-config.wsdd file. However, axis
only seems to actually create this file when I deploy something, despite
the fac
Hi,
> email address has changed from the one you originally used for subscribing?
FYI: In case you have several e-mail adresses and forwardings, you can
easily find out which e-mail address the mailing list server uses, by
looking at the mail header of an e-mail in the list, e.g. this one you
are
Sochea Meas (LMC) wrote:
Thank you for your help! I've done what you proposed and I still have the same error. I double check in server-config.wsdd and I see the web service being registered in the latter file. I upgraded to axis 1.1 final release and still no luck... Anything else i can do to pi
I just did it and was successfully unsubcribed. Well... I got a
"Good-bye" message from the mailer demon. Is it possible that your
email address has changed from the one you originally used for subscribing?
Scott Webber wrote:
What happens when you email that address?
I wanted to unsubscribe
Hi James,
Thank you for your help! I've done what you proposed and I still have the same
error. I double check in server-config.wsdd and I see the web service being registered
in the latter file. I upgraded to axis 1.1 final release and still no luck... Anything
else i can do to pin poi
same predicament here for 3 months.
-Original Message-
From: bin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 17, 2003 4:25 PM
To: [EMAIL PROTECTED]
Subject: Re: UNSUBSCRIBE ME
Good luck. I've been trying to unsubscribe for 2 months.
I was told to write to: [EMAIL PROTECTED]
to no avai
Sochea Meas (LMC) wrote:
I have another question. I am somewhat stuck with my problem
an a really need help from axis community. Does anyone know what this
error mean? This error occur when I try to display it in a browser
using AxisServlet and once successfully deployed. BTW, I am usin
How do I set the classpath for the Ant axis-java2wsdl task so it will find my
service class? I added the directory that contains the service class to
CLASSPATH before running Ant but axis-java2wsdl still can't find the class.
Running Java2WSDL from the command line works fine.
Thanks,
Mike
--
M
(This seems like a very basic question, but I can't find the answer in the docs
or mailing list archives.) I'm able to deploy an Axis service by copying the
class directory structure under Axis's WEB-INF/classes directory. But where do I
deploy my web service's web.xml file so I can set things like
The axis-wsdl2java task in Axis 1.1 is throwing an exception. axis-admin works
fine (although I had to set the classpath externally via antrc_pre.bat) and I
can run WSDL2Java from the command line. Any idea what the problem is with
axis-wsdl2java?
Here's the element in build.xml:
Here's the An
Title: RE: UNSUBSCRIBE ME
Me too.
I even tried using the website and clicked the unsubscribe link.
Keith
-Original Message-
From: bin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 17, 2003 3:25 PM
To: [EMAIL PROTECTED]
Subject: Re: UNSUBSCRIBE ME
Good luck. I've been trying
What happens when you email that address?
I wanted to unsubscribe from the dev list and I had to change from the
address from xml.apache.org to ws.apache.org. I think it worked...at least
for the dev list. Maybe you should try the opposite for this list.
- Original Message -
From: "bin
Title: The OperationDesc for sendSms was not syncronized
Hi all,
I have another question. I am somewhat stuck with my problem an a really need help from axis community. Does anyone know what this error mean? This error occur when I try to display it in a browser using AxisServlet an
Title: Namespace problem
Hi all,
I have a wsdd document that points to an unreacheable namespace(http://www.csapi.org/wsdl/parlayx/sms/v1_0/service) and I'd like to know if this is a sufficient condition to make a WS deployment crash in Axis.
Thank you for you help!
-
Soche
Good luck. I've been trying to unsubscribe for 2 months.
I was told to write to: [EMAIL PROTECTED]
to no avail.
Anybody out there under the same predicament?
On Sun, 15 Jun 2003 [EMAIL PROTECTED] wrote:
> UNSUBSCRIBE ME
>
IBM's WSDK 5.0.1 ( http://www-106.ibm.com/developerworks/webservices/wsdk/ )
includes Axis.
How can I determine what level of Axis is included, and whether it is a
modified version or not? They do not appear to include source.
I have asked on the ibm.software.websphere.webservices.sdk newsgro
Hello!
I have a following problem:
I developed application that should be deployed as .war archive.
In this application I used SimpleAuthenticationHandler and
SimpleAuthorizationHandler as in StockQuote example.
I put users.lst and perms.lst in WEB-INF directory of my war archive
(along with web.xm
I am working in an environment where javascript soap clients in a browser
talk http to an axis server which in turn uses a jms to talk to various java
servers.
I guess the jms transport in axis replaces http. Is that right?
Is there a neat way that I can make the soap server map the calls on to
Will axis automatically recognize that a string contains special
characters, such as a '<' or '>', and wrap the string in a CDATA
section?
Thanks,
Robert
Quick question
I am trying to make a (from Java source0 service that must send/return
URIs. It would be nice to send these, but I'm getting and error that these
can't be serialized with the following message:
- The class java.net.URI is defined in a java or javax package and cannot
be converte
That isn't entirely true. We are using the axis server on a 1.2.2
machine right now. In this environment we are NOT using any generated
source code from the wsdl tools, but did a straight deployment with a
wsdd file and our own built java service.
The thread error you are getting is because of th
I am trying to invoke a web-service that returns a String from my Java
Client..
Here's the code snippet..
String endpoint = "http://workstation-12:7001/axis/wsdl/DbWebService.wsdl";;
Service service = new Service();
Call call = (Call) service.createCall();
call.setOperationStyle(org.apac
Per the Axis documentation, Axis requires JDK 1.3 or greater
- Original Message -
From: "Davanum Srinivas" <[EMAIL PROTECTED]>
To: "TVS Murthy" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, June 17, 2003 6:45 AM
Subject: Re: APACHE AXIS - Interesting twist in JDK 1.2.2
> for
forwarding to axis-user@ mailing list
-- dims
--- TVS Murthy <[EMAIL PROTECTED]> wrote:
> When using AXIS 1.1 RC2 or even AXIS 1.1, immediately upon download and
> unzipping it to PC, etc.
> I get the following error when run with JDK 1.2.2 (SUN). The happy
> axis.jsp is good, classpath is
I have two applications deployed.
Both have a class in common.
I get a warning
WARN [ClassLoadingTask] Duplicate Class Found: coboltypes.piX
Where picX is the shared class
What am I doing wrong?
Jon M
This e-mail may contain privileged and confidential information and should not be used
by a
Hi Charles,
(B
(B The answer is 'NO'. The current AXIS disables the cache control
(Bmechanism, or rather, AXIS assumes all of results from WebServices
(Bare not cacheable contents.
(B
(BBest Regards,
(B
(B Toshi (Toshiyuki Kimura) <[EMAIL PROTECTED]>
(B R&D Headquarters
(B NTT DAT
Hi,
Does Axis offer a functionality to cache the WebService result in the server-side?
Thanks,
Charles.
Hi,
I would like to use Apache HTTPS to access Axis soap services, with CLIENT
AUTHENTICATION.
The config work with IE and Mozilla (I can access to service?wsdl) but I can
not use an axis client.
I can only use axis client with Https and no Client Authentication.
Can anyone help me...
Thanks
33 matches
Mail list logo