AW: illegal XML character 0x8 from a .Net SOAP service :(

2010-02-23 Thread Stadelmann Josef
Hi, I have a .NET WCF Client and Apache Axis2 Web Service. My client makes a custom binding enforcing HTTP Transport and UTF-8 encoding, this because Axis2 and Java World understands by default only UTF-8 encoded character sets. And well, recently I have run into a problem, that my VB/C# .NE

AW: Multiple classes

2010-03-01 Thread Stadelmann Josef
I confirm - scope="SOAPSESSION" in conjunction with Service Groups allows to identify the same instance of an object using it's ServicegroupdID We uses to map a users-clients-thread to reach always the same per-session-thread-object which is a place-holder to communicate by IPC with a per sessi

AW: Methods Not Called

2010-03-01 Thread Stadelmann Josef
Are you saying that scope="soapsession" does not any longer work in AXIS2 1.5.1? Josef.Stadelmann @axa-winterthur.ch Von: jamie [mailto:jam...@fastmail.fm] Gesendet: Samstag, 27. Februar 2010 20:25 An: java-user@axis.apache.org; java-user@axis.apache.org Betreff: Re: Methods Not Called

AW: Axis2 1.3 File Creation Error

2010-03-03 Thread Stadelmann Josef
Various Operating System have various File Directory/Protection mechanism and user authentication schemas up on which certain authorization is granted, up on which data (file and directory) protection is established. Basically: In order to help you, the team or community needs to know (as said

how to deal with a Form Feed

2010-05-10 Thread Stadelmann Josef
Hi all, my legacy server called by an axis2/J web service code passes an returns to axis2 a long xml string. This string is completed in the web service (Java code) and then converted to an AXIOM OMElement type. When the legacy server returns a , areal form feed character, Ascii Code 12, then

AW: how to deal with a Form Feed

2010-05-10 Thread Stadelmann Josef
he client. And of course - we have to do it the other way around when such stuff arrives from the client. How to do that best is my burning question. Josef.Stadelmann @AXA-winterthur.ch Von: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch

AW: how to deal with a Form Feed

2010-05-10 Thread Stadelmann Josef
That is the exception I get when valid UTF encoded text containing invalid XML characters are attempted to be returned to the client! TcpMonitor output: HTTP/1.1 100 Continue HTTP/1.1 400 Bad Request Server: Apache-Coyote/1.1 Content-Type: application/soap+xml; action="http://w

AW: How to call axis2 service from none axis2 client

2010-05-11 Thread Stadelmann Josef
Given the case nobody has answered this, I will explain how I did it, and I am sure there are some others out there with greater stories about that, but so far I did not read about it. 1. Install/Run TCP Monitor on your PC 2. Track the message exchange SOAP/XML over HTTP between your a

AW: Failed to build Axis2 1.5 using Maven

2010-05-11 Thread Stadelmann Josef
Which version of maven are you using? I attempted to do the same but failed unless I took maven-2.2.1 In other words –axis2 might still not be maven 3.0 or 3.0-SNAPSHOT ready Correct me if I am wrong and axis2/J was mavenized to be built by maven-3.0 Josef.Stadelmann @axa-winterthu

WCF 3.5 Client times out - caused by server ...

2010-06-09 Thread Stadelmann Josef
Dear Apache Axis2 Community, dear axis2 experts I am struggling with a Microsoft Windows Communication Foundation (WCF) 3.5 Web Service Client; All works fine to an Axis2-1.4 /Java Web Service Engine, to my Spezpla Web Service; This

AW: WCF 3.5 Client times out - caused by server ...

2010-06-15 Thread Stadelmann Josef
s that sockets on which a request is pending time-out A pointer and overview about all potential time-outs may help to cure this problem. Any clue or hint is very appreciated. Josef Von: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Gesendet: Mittwoch, 9. J

AXIS2/J or WCF Client negotiating for CHUNKS

2010-06-24 Thread Stadelmann Josef
Hi all, I have axis2-1.2/Java and and use the axis/C routines from axiom and axutil as well as zlib and libxml2, on OpenVMS; Alos we use MS VS2008TS and .NET 3.5 WCF code. The problem I am faced with has to do with the maximum amount of bytes a WCF 3.5 .NET client can transfer to an AXIS2/J web s

AW: Cannot intercept soap headers in Axis2

2010-07-01 Thread Stadelmann Josef
Hi Fabian, I. when a request arrives at Axis2 WS you wrote the engine has stripped of the header already. So you receive the payload, the letter in the envelop, but not the header. II. i.e. a module like ws-addressing deals with a part of a header III. i.e. given your working in scope=soaps

[axis2-1.5.2] mvn install for axis2-aar-maven-plugin failed

2010-09-07 Thread Stadelmann Josef
Not sure if this is the correct place to report this problem. I'm using maven-2.2.1 to build axis2-1.5.2 I did yesterday sv co http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.5.1 C:\asf\axis\axis2\java\core\tags\v1.5.1\modules\tool\axis2-aar-maven-plu gin> mvn install C:\asf\axis\ax

[axis2-trunk] correct mvn lifecycles goals for successfull build

2010-09-07 Thread Stadelmann Josef
I try to build axis2 from trunk sources, and did the following C:\ asf\axis\axis2\java\core > C:\ > svn co http://svn.apache.org/repos/asf/axis7axis2/java/core/trunk trunk SUCCESS C:\ asf\axis\axis2\java\core\trunk > C:\ asf\axis\axis2\java\core\trunk\modu

AW: [axis2-trunk] correct mvn lifecycles goals for successfull build

2010-09-08 Thread Stadelmann Josef
Martin You are correct; I made I typo graphical error. L in my e-mail only J http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/ is the pointer to the SVN REPOSITORY; AND " / " and " 7 " is only a SHIFT KEY away J But even with that corrected, remaining issues remain; I

AW: Field level variables

2010-09-13 Thread Stadelmann Josef
Christopher Jeff is correct; in service.xml there is scope="soapsession" This makes axis2 creating a new instance of your service class for each new user-session. For that your service class demands 3 more methods public void init(ServiceContext sCtx) throws XMLStreamException {

AW: Eclipse Remote Debugging with multiple instance of Axis2 in same Tomcat container ?

2010-09-29 Thread Stadelmann Josef
Hi, I try to answer this as well because I am itself interested in the subject and did it many times. And well, are ready to learn things I don't know or which can be done with less pain. But first I have to ask you a few things: If you refer to an instance of tomcat then you refer to the r

[axis2-1.2 SV & MS .NET WCF 3.5 CL] Password encryption in a heterogeneous environment

2010-10-04 Thread Stadelmann Josef
Hi all, has someone come allong with the following and gained experience in a heterogenous environment on the following topics a) How to setup / pass allong in a soap-header or boady / encrypt- decrypt passwords b) Encrypt at my MS Windows VISTA .NET WCF 3.5 Client c) Decrypt the

AW: [axis2-1.2 SV & MS .NET WCF 3.5 CL] Password encryption in a heterogeneous environment

2010-10-04 Thread Stadelmann Josef
.aspx> Authorization <http://msdn.microsoft.com/en-us/library/ms733071.aspx> Federation and Issued Tokens <http://msdn.microsoft.com/en-us/library/ms731161.aspx> Auditing Security Events <http://msdn.microsoft.com/en-us/library/ms731669.aspx> See Also Concepts Secur

AW: Field level variables

2010-10-05 Thread Stadelmann Josef
We use scope="soapsession" to get one instance per user-session-thread; that allows for long-lasting.-user-sessions and/or state-full service objects. We use it since years, and we use it with axis2-1.2; we did not test it with axis2-1.5.1; doing so, beware to adjust in /.conf/axis2.xml ConfigC

[axis2] in scope="soapsession" how to set ConfigContextTimeoutInterval OR LastTouchedTime to 0 programmatically

2010-10-07 Thread Stadelmann Josef
In scope="soapsession" the liefe-time of the service-object ( a real instance for long lasting sessions ) is only controlled in axis2.xml by a timeout value 3 We use this value as beeing 28'800'000 acounting for 8 hours. The user logs in and keeps his statefull server session open for the

[axis2-*] missing imports for NetBeans 6.* but all ok building straigth with maven-*

2010-10-07 Thread Stadelmann Josef
I am opening my axis2-1.2 project with NetBeans 6.5 from a svn exported tree from C:\asf\axis\axis2\java\core\tags\v1.2 The netbeans scan for imports and libs and vice versa starts. After all I am ready to go allong but some sub-projects i.e. Apache Axis 2.0 Jaxws(jar) Test Package

AW: Does Apache No Longer Support Axis?

2010-11-08 Thread Stadelmann Josef
But why are you not keeping a link from Web Services to Axis2 unless the Axis2 by itself is done well? OR is Axis2 not any longer considered a project belonging to Web Sercvice such as Axisom é all others do? Josef -Ursprüngliche Nachricht- Von: hemap...@gmail.com [mailto:hemap...@gmai

AW: Usage of Options.setSoapVersionURI() to get SOAP1.2

2010-11-08 Thread Stadelmann Josef
Allow me 3 questions: What if your server supports both SOAP protocols 1.1 and 1.2? Would then your client need to say which protocol shall be used actually? What if your server allows to bind only to one SOAP 1.1 protocol? Josef -Ursprüngliche Nachricht- Von: Prateek Asthana [mailto

AW: Is this list completely dead?

2010-11-25 Thread Stadelmann Josef
Alex Just reading your last e-mail, First - I can perhaps not give you an answer for all your questions, things you need to tell us are not yet said in this last e-mail. Second - So I would like to know more about your own client and server platform environment, what are you intending to

AW: Axis WebService Deployment Exception

2010-12-07 Thread Stadelmann Josef
Did you write or did you write ? It works for me that way: This is the SpezplaService with login, fktmap and logout using Apache Axis2/Java, WSIT from HP, Axis2/C libs, and a bunch of Spezpla Modules in OpenVMS Pascal on a HP Itanium machine.

AW: trouble in upgrading Object model (Axiom): Axis -> Axis2

2011-01-03 Thread Stadelmann Josef
Because nobody answered so far, I try to give you a bit starter help First - there is no free lunch L Try to model as XML what you exchange between client and server. i.e. If you have many records you may think to model a collection of records where each record is a collection of field

AW: axis2 session scopes

2011-01-26 Thread Stadelmann Josef
We use scope="soapsession" in the following case A: we have 3 different client programs running from the same PC each with the same WS stub. B: Each one of the 3 client shall span one dedicated user session thread to a dedicated web service based object, which is an instance of your web se

AW: AW: axis2 session scopes

2011-01-27 Thread Stadelmann Josef
ion. But how do I find it, to send it in next request? - If no, what am I doing wrong to observe this behavior? I.e. new instance of web service? I have set session to transportscope and the managesession to true in client. Isn't it enough? Thanks! From:

AW: Get the following error: NoClassDefFoundError: org.apache.log4j.Logger

2011-02-03 Thread Stadelmann Josef
In which directories (plural) did you place log4j.jar? In which directories did you place log4j.properties? Can you give us your log4j.properties content? Josef Von: henry human [mailto:henry_hu...@yahoo.de] Gesendet: Mittwoch, 2. Februar 2011 10:49 An: java-user@axis.apache.org Betreff: Ge

AW: Lifecycle interface

2011-02-07 Thread Stadelmann Josef
Is destroy called by the server itself? Are you talking about a service in scope="soapsession"? If yes, destroy() gets called when a) the service has timed-out (configured in axiom.xml) and b) when a next request (not necessarily to the same service or servicegroupId) is received at the

AW: Lifecycle interface

2011-02-07 Thread Stadelmann Josef
d. What is the default scope, application ? Thanks. ..Chris On Mon, Feb 7, 2011 at 3:55 AM, Stadelmann Josef wrote: Is destroy called by the server itself? Are you talking about a service in scope="soapsession"? If yes, destroy() gets called when a) the service has timed-out

AW: [AXIS2] : SSL implementaion not available

2011-02-10 Thread Stadelmann Josef
Can your server really accept HTTPS requests? How is your End Point defined? Which port is your endpoint calling? 8080 or … the one where SSL requests are expected? If your server is not configured to understand SSL, but your client sends an encrypted request to the SSL port at the server, the s

AW: ADB Client Access Returned Soap Env?

2011-02-15 Thread Stadelmann Josef
Hi Chris, Just to clarify: do you want to have access to the envelope or one of the two items referenced by the envelope which is the soap-header-part or the soap-body-part? You get back a response and that is what you can refer to as the applications payload. That is the content of an envelop

WSIT from SUN/ORACLE & Microsoft AND Apache/Axis2

2011-02-16 Thread Stadelmann Josef
Can a AXIS2 Web Service Server or an Axis2 web service client be setup to be integrated into a szenario as given below; Pleas see also http://download.oracle.com/docs/cd/E17802_01/webservices/webservices/ref erence/tutorials/wsit/doc/ How WSIT Relates to Windows Communication Foundation (WCF) We

AW: Axis Serialization Behavior

2011-03-01 Thread Stadelmann Josef
Hi Buddhike Denis é all is right, breaking the contract is bad. But you can also think about how a collection would be serialized, given a collection of strings can be seen as a type. While this collection is i.e. a collection of elements and each element has name value pairs of type string.

AW: soap response

2011-03-15 Thread Stadelmann Josef
Where do you want to access it? Client side or server side? Or both? Just looking for something in it? Why not use a TCP Monitor? Or a SOAP Monitor? What are your deeper intentions? Josef Von: Emil Dombagolla [mailto:dombago...@gmail.com] Gesendet: Mittwoch, 9. März 2011 06:19 An: java-user

AW: transactions

2011-03-15 Thread Stadelmann Josef
Are you aiming about propagating transactions via intermediate web services? Josef -Ursprüngliche Nachricht- Von: nch [mailto:underscore_...@yahoo.com] Gesendet: Mittwoch, 9. März 2011 10:18 An: java-user@axis.apache.org Betreff: transactions Hi! Does Axis2 have support for transactions

AW: how to get the sessionID of a soap session

2011-03-15 Thread Stadelmann Josef
Just to avoid a missmatch; Are you in fact trying to keep talking to the same session. I assume that because you said that you use scope="soapsession". In this regard you will propabbly not have to re-send the sessionId, but the servicegroupId. Otherwhsie the sessionCookyis what you need to res

AW: Client WS-Addressing with multiple callback

2011-03-17 Thread Stadelmann Josef
All a matter of an architecture? Isn't it? Why not having at the PC in client mode an axis2-client and an axis2-service in parallel; maybe somehow united, linked together. That would allow that your "client" can receive at arbitrary times, total out of sequence, any form of requests from wha

AW: Client WS-Addressing with multiple callback

2011-03-21 Thread Stadelmann Josef
Maybe this comment helps a bit, as I am not an expert on using this until now, just a few things, but never went that far. +++ an excerpt from here back in 16. Nov 2007 Jan There are two separate issues in asynchronous webservice

AW: Pointers for building an asynchronous web service

2011-04-04 Thread Stadelmann Josef
What do you mean with running asynchronous at the server? Are you saying that you have a lot of threads implementing the service And that each thread end has to be reported to the client some way? Josef -Ursprüngliche Nachricht- Von: Adil Allawi [mailto:a...@diwan.com] Gesendet: Freitag,

AW: session-management in RESTful webservices

2011-04-11 Thread Stadelmann Josef
AFAIK only a full blown axis2 service supporting ws-addressing.mod on both ends, at client and server in scope="soapsession" with cookies turned on and axis2.xml setting up the proper timeout value supports long lasting sessions Nice if somebody tells me the opposite for RESTful webser

AW: [newbie]call a setNumber(int i) method and recovery with getNumber (by using only of code generation tools).

2011-04-13 Thread Stadelmann Josef
Maybe you can tell us just a little bit about your surrounding components and systems from which you personally think they should make it for you? What is you Platform What is your AS What is your Web Service Engine used How did you configure it? What commands and tools did you use to create

AW: [newbie]call a setNumber(int i) method and recovery with getNumber (by using only of code generation tools).

2011-04-20 Thread Stadelmann Josef
h. On Wed, Apr 13, 2011 at 6:39 PM, Stadelmann Josef wrote: Maybe you can tell us just a little bit about your surrounding components and systems from which you personally think they should make it for you? What is you Platform What is your AS What i

AW: Axis2 Response trunked

2011-05-02 Thread Stadelmann Josef
Hi, I was running into very similar issues once. Not with CDATA but just with long soap xml messages. But first, it would be nice if you can give us a bit more insight into your configuration ,OS, Frameworks used, Axis2 version, and if your client is in example a MS WCF 3.5 web service cli

AW: what does mean "java artifacts"?

2011-05-02 Thread Stadelmann Josef
Whatever you develop in java is a java artifact! But maybe you can give us a bit more insight into your context, and we have a better answer for you? Josef Von: Martín R. [mailto:mmrrg...@gmail.com] Gesendet: Donnerstag, 28. April 2011 16:22 An: axis-u...@ws.apache.org Betreff: what does m

AW: Axis2 Response trunked

2011-05-16 Thread Stadelmann Josef
lso why Axis2 is deployed into JBoss and not into Tomcat). Thanks for sharing your experience! I hope we will find some solution sooner or later. Maurizio From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Sent: 02 May 2011 09:48 To: java-user@axis.apache.org Subject: A

AW: what does mean "java artifacts"?

2011-05-16 Thread Stadelmann Josef
lated with WS. On Mon, May 2, 2011 at 10:49 AM, Stadelmann Josef wrote: Whatever you develop in java is a java artifact! But maybe you can give us a bit more insight into your context, and we have a better answer for you? Josef Von: Martín R. [mailto:mmrrg...@gmail.com] Gesendet: Do

AW: addChild with a node that has German characters

2011-05-18 Thread Stadelmann Josef
What do you mean with messed up? What you see by an editor or any other form of display and is in your code base in your buffer ready to be displayed are different pairs of shoes. 1. You need to look how UTF-8 encodes the German Umlaut(s)! For that Goto Wiki @ http://en.wikipedia.org

AW: Stub generated using Axis2 is unable to Maintain session between RESTful service and Client

2011-05-18 Thread Stadelmann Josef
Depal, But then it does not need WS-Addressing to be engaged! Correct or Not? WS-Addressing adds into SOAP-Headers! Or what is the reason to engage WS-Addressing with REST if REST does not have any SOAP-Headers? Josef -Ursprüngliche Nachricht- Von: Deepal jayasinghe [mailto:deep...@gmail

AW: Axis 1.4 client: add additional get/post param?

2011-05-25 Thread Stadelmann Josef
What proxy type are you talking about? Is your Proxy an axis2 web service acting as a Proxy? OR is it a Router/Gateway/Proxy Server of some type? Would be nice if you can be just a bit more specific to us. A clean way to do it is; to have proper routing information in the SOAP header Request a

AW: WSDL without service element?

2011-06-01 Thread Stadelmann Josef
WSDL is all XML! If you catch/develop the proper XSLT file I am pretty sure you can translate one xml into another xml using an XSLT approach. BUT if what you have removed is somehow referenced in the reaming parts , then you are on your own to include what you need to make code generators happ

AW: client slow after sometime.

2011-06-01 Thread Stadelmann Josef
It would be nice if you can find out the following: Is the delay cause by the network or the server processing your request? For that you can get the system time in as small a fraction as possible, i.e. nano seconds 1. At the server take the system time up on entering the service and j

AW: Server was unable to process request. ---> Application Either Has Timed Out Or Is Timing Out

2011-06-06 Thread Stadelmann Josef
If you have a chance and the tools and the know-how to debug the BizTalk server do it to find out if it really hits a time-out as stated in the exception text, or not! If you cannot debug the BizTalk server for whatever reason you may have or have to develop a working BizTalk client, have one

AW: [Axis2] - Migrating axis to axis2 and lost servletContext

2011-06-09 Thread Stadelmann Josef
But in scope="soapsession" I have to define a time-out to get long-lasting-sessions and a state-full-object. If the time-out hits before the next request is made by the session-thread, my service-object (instance-of-the-service-class) (addressed by the servicegroupId), does no longer exists. And as

AW: Axis2 server on Https

2011-06-09 Thread Stadelmann Josef
Remember axis2 is a LARGE SERVLET And SERVLETS run in a SERVLET CONTAINER established by APPLICATION SERVERS Hence did you configure your APPLICATION SERVER to have an SSL port for https request setup using i.e. Tomcats server.xml Josef Von: Matta, Geethamadhurima [mailto:geethamadhurima

AW: Axis2 server on Https

2011-06-09 Thread Stadelmann Josef
iner. Just Axis2. I cannot use tomcat for now. Is there any alternative? ____ From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Sent: 09 June 2011 10:33 To: java-user@axis.apache.org Subject: AW: Axis2 server on Https Remember axis2 is a LARGE SE

AW: Axis2 server on Https

2011-06-14 Thread Stadelmann Josef
rg' Betreff: RE: Axis2 server on Https I am running Axis2 standalone server. As you can see in axis2server.sh , we are using "org.apache.axis2.transport.SimpleAxis2Server" for Axis2/J Using version Axis2 1.5.4. ________ From: Stadelmann Josef [mailto:jose

AW: Axis2 soapsession Example

2011-06-14 Thread Stadelmann Josef
100% true what Deeplal said! What has said sop far is true. Scope="soapsession" in service.xml, engagement of addressing at server and client; stop, you develop a .NET client and that's where the nightmar begins. So develop first a axi2/j client enage addressing and learn all about scope0"soapse

AW: Axis 1.4 Issue

2011-06-16 Thread Stadelmann Josef
Are you talking about AXIS2/J or AXIS? Josef Von: Raghavendra Seshadri [mailto:raghavendra_sesha...@mindtree.com] Gesendet: Mittwoch, 15. Juni 2011 12:18 An: java-user@axis.apache.org Betreff: Axis 1.4 Issue Hi , I am Raghavendra I work for Mindtree, Recently we moved away from weblog

AW: Axis 1.4 Issue

2011-06-16 Thread Stadelmann Josef
Next question would be: Did you ever consider to build some of the example clients and servers? And what are your experiences with them in your debugging and runtime environment? This - very simple - before you should take an adventure with code generation - one can generate bunches of code whic

AW: Axis 1.4 Issue

2011-06-20 Thread Stadelmann Josef
Betreff: RE: Axis 1.4 Issue We are using Axis Java version 1.4, From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Sent: Thursday, June 16, 2011 5:22 PM To: java-user@axis.apache.org Subject: AW: Axis 1.4 Issue Are you talking about AXIS2/J or AXIS? Josef Von

AW: Axis 1.4 Issue

2011-06-21 Thread Stadelmann Josef
webservices were are using , we cannot migrate to Axis2 for stub generation as of now. Thanks for informing, I will check the right forum From: Stadelmann Josef [mailto:josef.stadelm...@axa-winterthur.ch] Sent: Monday, June 20, 2011 1:11 PM To: java-user@axis.apache.org Subject: AW: Axis

AW: Howto get extended log information in case of ClientAbortException

2011-06-27 Thread Stadelmann Josef
Gentlemen's I cannot give you just out of pocket a precise answer, but maybe some idea about how to approach. The issue is most then same: where are the boundaries? In this case I can see about 3 boundaries: a) Your web service method - must be able to log the time of entrance into a

AW: NTLM authentication failed (password with non-latin characters)

2011-06-27 Thread Stadelmann Josef
Somewhere there is a password data base which has stored password-hashes or the like. Lets refer to it as stored-hashes. If the way hashes are generated from passwords, then transferred, then stored by some tool differs from the way hashes are generated, transferred and used toward th

AW: Problem with header annotations - axis 1.6.0

2011-06-28 Thread Stadelmann Josef
Stuff below is from http://download.oracle.com/javaee/5/tutorial/doc/bnbhr.html#bnbih my own comment: they describe how to create a message and how to get the envelop from the message and how to get the header and the body-part from the envelop! @WebParam adds Parameters for your @WebSe

AW: Can an Axis Webservice be called just like a local method?

2011-07-18 Thread Stadelmann Josef
Hi Yashwanth You should definitely read more about Axis2 first! The key is: "How to write your custom-transport-sender/receiver?", one that bypasses the Net-Work as you want. http://axis.apache.org/axis2/java/core/docs/transport_howto.html Does that make sense: Guess YES Josef Von: Yashwan

AW: How to use local transport?

2011-07-20 Thread Stadelmann Josef
Yashwanth Just replacing your transport now by the http-transport-sender/receiver (i.e. just reconfiguring the relevant classes) does it work over the net? Josef Von: Yashwanth Rajaram -X (yrajaram - ZENSAR TECHNOLOGIES INC at Cisco) [mailto:yraja...@cisco.com] Gesendet: Mittwoch, 20.

AW: Axis2 SOAP Monitor on OutFlow to a foreign server

2011-07-25 Thread Stadelmann Josef
You are asking a very good question; years ago I was in the same situation; nobody answered; Everybody except we two knows how it works. Today I still don't know it. But as nobody answered I took the TCPMON, the TCP Monitor, which shows you all such traffic at least as good. Or in extreme case

AW: axis 1.4 non ascii chars issue

2011-07-28 Thread Stadelmann Josef
To get the best answer you can, (dont trust anybody but get it for sure) Download Axis2/J-1.6 Deploy it at your Workstation or PC to the Application Server (Tomcat, JBoss, Glasfish (part of NetBeans)) or start the Standallone-Server of Axis2/J-1.6. Take the litle Hello-World Example and make it a

AW: POJOs and soapsession

2011-08-02 Thread Stadelmann Josef
Maybe you google for scope="soapsession" to get long lasting sessions and state-full service-objects. Also you need to engage addressing at server and client for your sefice. Basically you need to add init() and destroy() to your POJO, or any other class you defined. That works for us. But I hav

AW: Stuck with basic jaxws example

2011-08-03 Thread Stadelmann Josef
What do you expect from ?wsdl to come back? a) only information about the CalculatorServicePort OR b) only information about the CalculatorService where CalculatorServicePort is only a fragment of information? Josef -Ursprüngliche Nachricht- Von: Ognjen Blagojevic [mailto:ognjen.d.bla

AW: Enabling addressing

2011-08-03 Thread Stadelmann Josef
If I create an .aar do I not mandatory need a service.xml? How far is a POJO different then a normal service? And what makes the difference during deployment? And when does a POJO servie become a normal service hence may/maynot need a service.xml? Also I have added in serivice.xml as well as in

AW: AW: Stuck with basic jaxws example

2011-08-03 Thread Stadelmann Josef
2.apache.org";, "CalculatorService")); Where super calls new Service(URL wsdlDocumentLocation, QName serviceName). So, the question is: is URL for WSDL in jaxws-calculator example right, or not? -Ognjen On 3.8.2011 17:07, Stadelmann Josef wrote: > What do you

AW: Async axis client call timing out

2011-08-03 Thread Stadelmann Josef
On axis2 - addressing.mar is engaged globally by default. Look at the axis2 admin pages But what about your client? Josef? Von: Todd Chisholm [mailto:todd.chish...@gmail.com] Gesendet: Mittwoch, 3. August 2011 19:24 An: java-user@axis.apache.org Betreff: Re: Async axis client call timing o

AW: POJO return types

2011-08-08 Thread Stadelmann Josef
Barry Hathaway You write " the list does get created but it's elements are OMElements and are not deserialized. " My questions: What do you expect from the deserialization process? Into what larger complex object-type shall your OMElements be deserialized? To understand and agree: " serial

AW: [Axis2] NPE during load in DeploymentFileData.getName

2011-08-29 Thread Stadelmann Josef
Do you have problems installing axis2 or your web service running on axis2? Is Axis2 running well? Are you having other web services already running? What does the axis2 happiness page tell you? If that all runs then it seems that your axis2 installation is OK But Axis2 is a servlet ! and you

AW: Axis2 WebService - Timer threads are accumuating and java.lang.OutOfMemoryError: unable to create new native thread

2011-08-30 Thread Stadelmann Josef
You expect to know:"it is a timer thread." May I ask you very kindly to tell us if you expect your timer thread to be on the service or the client side of the pond? A minimum of information we need to maybe help you! Josef -Ursprüngliche Nachricht- Von: divvela [mailto:divve...@yahoo.com

AW: deploy axis2 on jboss 4.2.3

2011-08-30 Thread Stadelmann Josef
Axis2 is a servlet, a large complex servlet. If jBoss supports servlets it must support axis2 as well !!! I would suggest to give us at least a bit more information about what jBoss writes into its log files or to a consol if started interactively to get a clue where jBoss has difficulties to deplo

AW: [Axis2] NPE during load in DeploymentFileData.getName

2011-09-06 Thread Stadelmann Josef
Sorry to answer late; Tomcat attempts to deploy your axis2.war, a war file, is like any other's web application archive i.e. one that contains a servlet Can you contact http://yourhost:8080 Do you get the tomcat greeting page? Can you use the tomcat manager page? Can you use all the

AW: [Axis2] NPE during load in DeploymentFileData.getName

2011-09-12 Thread Stadelmann Josef
High That could mean that your deployment task has insufficient privileges to create a directory under the webapps directory. But in this case it would be the Tomcat process itself, which seems to have insufficient privileges to create a directory. So I wonder if you can take NetBeans and crea

[axis2-1.6.0]

2011-09-12 Thread Stadelmann Josef
Dear Java-Experts Can you please explain me which versionj of JDK I have to used for a clean build and run of axis2, rampart and other modules I like to do $ mvn -U -Drelease clean install For Axis2-1.6.0 and for Rampart 1.6.0 And then run/debug tem after deploying to an OpenVMS system I ask th

AW: [Axis2] NPE during load in DeploymentFileData.getName

2011-09-13 Thread Stadelmann Josef
The name of the directory to be created under ./webapps is the name of the file of "axis2.war" or any other ".war" file top be deployed with tomcat. If you would deploy axis2XYZ.war the directory tomcat creates under the webapps dir is ./webapps/axis2 XYZ The account under which Tomcat runs must

AW: [Axis2] NPE during load in DeploymentFileData.getName

2011-09-13 Thread Stadelmann Josef
Hi Neil, Why not taking down tomcat one more time and removing / cleaning up all its directories. Just get away with it all to avoid any File System and File Owner Problems. Then login as root user and re-install Tomcat After Tomcat starts up can you see the Tomcat Hello Page using your web b

[Axis2] Rampart and .NET WCF Interoperability / Aproach Questions

2011-09-13 Thread Stadelmann Josef
Hi developers, We have a Axis2 and Addressing.mar on Tomcat on JDK 1.5 on OpenVMS - And our Web Service runs in scope="soapsession", which makes long lasting sessions. We have a .NET .VB .C# WCF 3.5 WS Client communicating through a SOAP-XML over HTTP Protocoll using the ServicegroupId Header

AW: [Axis2] Rampart and .NET WCF Interoperability / Aproach Questions

2011-09-15 Thread Stadelmann Josef
try our best to fix inter-operable issues but we need to make sure those fixes are compatible with basic security profile [2]. [1] http://mssoapinterop.org/ [2] http://www.ws-i.org/Profiles/BasicSecurityProfile-1.1.html Thanks AmilaJ On Tue, Sep 13, 2011 at 3:41 PM, Stadelmann Josef wrote: >

AW: [Axis2] How to debug NPE

2011-09-26 Thread Stadelmann Josef
You are addressing an interesting point. And I think if there are moor such relations which lead to errors if not set properly, it could be worth that the axis team thinks about something like a consistency checker, to be invoked in case of failure/exception. In the past years, things on Axis2 have

AW: 407 Error: Proxy Authentication Required

2011-09-26 Thread Stadelmann Josef
Fahad, We have similar issues with ANT, with the JDK 6.0 or JDK 1.5.0 from ORACLE/HP up on which ANT runs. QUESTION: what authentication schemas are your proxy server supporting or requesting? Given your Client can only deal with Basic authentication, but your Proxy Server lik

AW: AXIS2 ANT TASKS CONFUSING

2011-09-26 Thread Stadelmann Josef
Your 2 versions: WSDL2JAVA creates JAVA code from a WSDL file JAVA2WSDL creates a WSDL file from JAVA code And such jobs can best be invoked by an ANT TASK/TARGET Josef Von: N.S.Karthik [mailto:nskarthi...@gmail.com] Gesendet: Freitag, 23. September 2011 06:49 An: axis-u...@

AW: [Rampart-1.6.0] Build fails with JDK 15.0 but succeeds with JDK 1.6.0

2011-10-18 Thread Stadelmann Josef
ckage name (com.sun.*). Is it possible that you have added Xerces to the endorsed libraries of the JRE? Andreas On Mon, Oct 17, 2011 at 17:03, Stadelmann Josef wrote: > I have a demand to build Rampart using JDK 1.5.0_18 > > /asf/axis/axis2/java/core/tags/v1.6.0       using JDK1.

AW: Problem using subversion for getting AXIS2 file revisions

2011-10-18 Thread Stadelmann Josef
My guess I was downloading the latest greatest Tortoises 1.7 and downloaded the tags/ANT_171 project. Then I tried to use an older subversion client to just list the content of the download, and it failed. and after that the mess starts, as an older built in version of NetBeans was al

AW: Latest axis distribution on OAS (using jdk 1.4)

2011-10-18 Thread Stadelmann Josef
It would be very nice, and I would be very thanks full to anyone, if one can clearly state which version of axis2 or related modules needs which version of JDK to build and run. Sooner than later we run into a nightmare here. Why? OpenVMS from HP does not have a JVM 6.0 supporting a JPDA.

AW: [Rampart-1.6.0] Build fails with JDK 15.0 but succeeds with JDK 1.6.0

2011-10-18 Thread Stadelmann Josef
h Sun/Oracle JDKs, they normally use a Xerces version with a modified package name (com.sun.*). Is it possible that you have added Xerces to the endorsed libraries of the JRE? Andreas On Mon, Oct 17, 2011 at 17:03, Stadelmann Josef wrote: > I have a demand to build Rampart using JDK 1.5.0_18 >

AW: Latest axis distribution on OAS (using jdk 1.4)

2011-10-19 Thread Stadelmann Josef
-Ursprüngliche Nachricht- Von: Philippe Vouters [mailto:philippe.vout...@laposte.net] Gesendet: Dienstag, 18. Oktober 2011 13:16 An: Schilling, Paul (GCC OVMS HAS BCS); Stadelmann Josef Cc: java-user@axis.apache.org; Metzger, Norbert (HAS BCS OpenVMS) Betreff: Re: Latest axis distr

AW: axis2Server stops when logoff occurs.

2011-10-19 Thread Stadelmann Josef
Google like that java application as a windows service you need a wrapper of your axis2server, which deals with the OS to register itself as a service, if it has successfully done that this wrapper needs to launch a JVM and pass as argument axis2server.class Josef Von: Jun Dai [ma

AW: [Rampart-1.6.0] Build fails with JDK 15.0 but succeeds with JDK 1.6.0

2011-10-20 Thread Stadelmann Josef
). Is it possible that you have added Xerces to the endorsed libraries of the JRE? Andreas On Mon, Oct 17, 2011 at 17:03, Stadelmann Josef wrote: > I have a demand to build Rampart using JDK 1.5.0_18 > > /asf/axis/axis2/java/core/tags/v1.6.0       using JDK1.5.0_18 success > >

AW: [Rampart-1.6.0] Build fails with JDK 15.0 but succeeds with JDK 1.6.0

2011-10-20 Thread Stadelmann Josef
Sun/Oracle JDKs, they normally use a Xerces version with a modified package name (com.sun.*). Is it possible that you have added Xerces to the endorsed libraries of the JRE? Andreas On Mon, Oct 17, 2011 at 17:03, Stadelmann Josef wrote: > I have a demand to build Rampart using

AW: [Rampart-1.6.0] Build fails with JDK 15.0 but succeeds with JDK 1.6.0

2011-10-24 Thread Stadelmann Josef
Hi Andreas, I copied all the files mentioned below from the maven .m2/repository/org/apache/xerxes and xalan to %JAVA_HOME%/jre/lib/endorsed directory. The maven build with JDK 1.5.0_18 on Vista runs perfect now. Josef Von: Stadelmann Josef [mailto:josef.stadelm...@axa

  1   2   3   >