RE: Newbie needs help/resources crafting AXIS2 services.xml

2009-12-22 Thread c-tech-aaxis
Good evening all, Kamran is correct, because of certain limitations I used MyEclipse to generate JAX-WS web services from a WSDL file. I haven't changed any annotations so wsdlLocation does correctly point to the relative location of the WSDL is located. What I've seen today is that with a fresh

RE: Newbie needs help/resources crafting AXIS2 services.xml

2009-12-11 Thread Kamran Shah
009 3:10 AM To: axis-user@ws.apache.org Subject: Re: Newbie needs help/resources crafting AXIS2 services.xml On Mon, Dec 7, 2009 at 9:44 PM, wrote: Good morning, It appears my lack of being immersed in AXIS2 means nothing works quite how I expect it to. From a recent email on a different

Re: Newbie needs help/resources crafting AXIS2 services.xml

2009-12-11 Thread Amila Suriarachchi
On Mon, Dec 7, 2009 at 9:44 PM, wrote: > Good morning, > > It appears my lack of being immersed in AXIS2 means nothing works quite > how I expect it to. From a recent email on a different topic it sounds > like I need to set useOriginalwsdl in a services.xml file in my META-INF > directory for A

Newbie needs help/resources crafting AXIS2 services.xml

2009-12-07 Thread c-tech-aaxis
Good morning, It appears my lack of being immersed in AXIS2 means nothing works quite how I expect it to. From a recent email on a different topic it sounds like I need to set useOriginalwsdl in a services.xml file in my META-INF directory for AXIS2 (1.3) to actually use the WSDL I was given. Or

[axis-users] Re: Newbie question

2009-08-27 Thread Arvind Narayan
Thanks, strangely enough, the issue was resolved after I enabled the -b flag in WSDL2C. ( generate backwards compatible code ). Although why that might be the case still confounds me. thanks arvind. On Wed, Aug 26, 2009 at 11:58 PM, Chinmoy Chakraborty wrote: > Instead of using ArrayList, use co

Re: Newbie question

2009-08-26 Thread Chinmoy Chakraborty
Instead of using ArrayList, use complex type array as return type e.g instead of using public ArrayList listFunctions(), use public Function[] listFunction() Chinmoy On Thu, Aug 27, 2009 at 4:12 AM, Arvind Narayan wrote: > Hello: > > I am facing a strange problem where I see SOAP data comin

Newbie question

2009-08-26 Thread Arvind Narayan
Hello: I am facing a strange problem where I see SOAP data coming back from the server, but my axis2 client is reading NULLs for all fields in an array_list response. Here are the steps I took: (1) Used the WSDL2C tool in AXIS2C version 1.5 to generate stub classes using adb binding and wv 1.1 (

RE: Newbie question: how to plug axis2 engine into existing web application running in weblogic

2009-05-06 Thread Caristi, Joe
. Add axis2 jars to the library path of your application. You will definitely need axis2-kernel. You might need others. From: Hu, Mary - ITG [mailto:mary...@jpmorgan.com] Sent: Wednesday, May 06, 2009 1:28 PM To: axis-user@ws.apache.org Subject: Newbie question

Newbie question: how to plug axis2 engine into existing web application running in weblogic

2009-05-06 Thread Hu, Mary - ITG
Hi, I have a web application running in weblogic server. Now I get requirement to expose the server side as a web service so that some user can skip the GUI part and directly interact with this app via web service. I'm going to use axis2 as engine. I don't see any document about to plug th

Re: Please help newbie --- Axis2 webservice calling other webservice

2009-03-02 Thread Asankha C. Perera
Hi Anudeep I want to know how can i call a webservice from other webservice. I tried this way.I created 2 webservices (say A and B )with xmlbeans databinding.Both are working fine as tested with respective clients. Now i want to use methods of A from B. For this i copied A's client stub file an

Please help newbie --- Axis2 webservice calling other webservice

2009-03-02 Thread gade anudeep
Hi All, I want to know how can i call a webservice from other webservice. I tried this way.I created 2 webservices (say A and B )with xmlbeans databinding.Both are working fine as tested with respective clients. Now i want to use methods of A from B. For this i copied A's client stub file and a

RE: Please help newbie to integrate hibernate with axis2

2009-02-25 Thread gade anudeep
Thanks Zouhdi..I was able to solve this problem with ur info partly. And Now i am able to integrate hibernate with axis2 successfully from inside AAR file.. --- On Wed, 25/2/09, Zouhdi Haffar wrote: > From: Zouhdi Haffar > Subject: RE: Please help newbie to integrate hibernate with

RE: Please help newbie to integrate hibernate with axis2

2009-02-25 Thread Zouhdi Haffar
rised use, diffusion or dissemination not expressly authorised by Valtech in writing is strictly prohibited. -Original Message- From: Srinath Perera [mailto:hemap...@gmail.com] Sent: Wednesday, February 25, 2009 8:56 AM To: Anudeep G Cc: axis-user@ws.apache.org Subject: Re: Please help n

Re: Please help newbie to integrate hibernate with axis2

2009-02-25 Thread Srinath Perera
Hi Anudeep; I am not involved with the hibernate integration, and have not tried it myself. So I am fowarding this to the user list. Hopefully someone will pick it up. Thanks Srinath On Wed, Feb 25, 2009 at 8:51 AM, Anudeep G wrote: > Hi > > Please can you tell me how can i integrate hibernate

RE: Newbie wsdl2java question...

2008-09-19 Thread McCullough, Ryan
to tell you how, or Google is your friend. Regardless, I don't see how this would fix your Instantiation exception reported in the other email. From: james a. cubeta [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 6:28 PM To: axis-user@ws.apache.org Subject: Re: Newbie wsdl

Re: Newbie wsdl2java question...

2008-09-19 Thread james a. cubeta
t; *Sent:* Thursday, September 18, 2008 8:28 PM > *To:* axis-user@ws.apache.org > *Subject:* Re: Newbie wsdl2java question... > > > > Thanks Ryan - some stupid follow-up question: > > First, setup a java keystore. A simple google search should get you going. > > Ju

Re: {Disarmed} Re: Newbie wsdl2java question...

2008-09-19 Thread SGruverman
I hope it's okay for me to jump in here: "james a. cubeta" <[EMAIL PROTECTED]> wrote on 09/18/2008 08:28:15 PM: >> Thanks Ryan - some stupid follow-up question: >> First, setup a java keystore. A simple google search should get you going. > Just set up an empty keystore? I believe the keystore ne

RE: Newbie wsdl2java question...

2008-09-19 Thread Soyer, Muhammed A.
Can't you just download the WSDL using a browser and use it locally as a workaround ? From: james a. cubeta [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 8:28 PM To: axis-user@ws.apache.org Subject: Re: Newbie wsdl2java question... Thanks Ryan - some stupid follow-up que

Re: Newbie wsdl2java question...

2008-09-18 Thread keith chapman
On a side note if you are new to Axis then I recommend that you use Axis2 instead of Axis. Thanks, Keith. On Fri, Sep 19, 2008 at 2:39 AM, james a. cubeta <[EMAIL PROTECTED]>wrote: > Hello everyone, > > I am both new to Axis and new to this mailing list, so I apologize in > advance if my questio

Re: Newbie wsdl2java question...

2008-09-18 Thread james a. cubeta
an > > > > *From:* james a. cubeta [mailto:[EMAIL PROTECTED] > *Sent:* Thursday, September 18, 2008 3:10 PM > *To:* axis-user@ws.apache.org > *Subject:* Newbie wsdl2java question... > > > > Hello everyone, > > I am both new to Axis and new to this mailing list, so I

RE: Newbie wsdl2java question...

2008-09-18 Thread McCullough, Ryan
word", "keystore_password"); -Ryan From: james a. cubeta [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2008 3:10 PM To: axis-user@ws.apache.org Subject: Newbie wsdl2java question... Hello everyone, I am both new to Axis and new to this mailing list, so I apologize in adv

Newbie wsdl2java question...

2008-09-18 Thread james a. cubeta
Hello everyone, I am both new to Axis and new to this mailing list, so I apologize in advance if my questions are simple or have been covered... I am trying to use Axis 1.4 to develop a simple application that will test a web service that is deployed on a private network. As a first step, I am tr

Re: Newbie

2008-07-27 Thread Amila Suriarachchi
On Mon, Jul 7, 2008 at 7:59 PM, pierre posset <[EMAIL PROTECTED]> wrote: > Hello, > >I need to translate this XML in a java classe: > > > > > > username > Type="wsse:PasswordText">password > > > > > http:

Re: Newbie

2008-07-25 Thread Eran Chinthaka
This is an interesting question. What do you mean, when you say "I need to translate this XML in a java classe". Also if you don't know what you are doing, how do *we* know what you should do ;) ? On Mon, Jul 7, 2008 at 7:29 AM, pierre posset <[EMAIL PROTECTED]> wrote: > Hello, > >I need t

RE: FW: Newbie Basics: Security Policy

2008-07-16 Thread Roxanne Yee
Thanks nandana! I believed that fixed it XD! The world makes sense now! =>RY From: Nandana Mihindukulasooriya [mailto:[EMAIL PROTECTED] Sent: Tue 7/15/2008 5:07 PM To: axis-user@ws.apache.org Subject: Re: FW: Newbie Basics: Security Policy Could

Re: Newbie

2008-07-16 Thread Heshan Suriyaarachchi
Hi, You can do like below as well. String filePath = "my-xml-files/MyXMLFile.xml"; OMElement documentElement = new StAXOMBuilder(filePath).getDocumentElement(); On Wed, Jul 16, 2008 at 3:28 PM, Heshan Suriyaarachchi < [EMAIL PROTECTED]> wrote: > Hi Pierre, >I do not understand what

Re: Newbie

2008-07-16 Thread Heshan Suriyaarachchi
Hi Pierre, I do not understand what exactly that you want to do, but you can do a thing like this String str2 = "1.84.87594"; StAXOMBuilder builder = new StAXOMBuilder(new ByteArrayInputStream(str2.getBytes())); OMElement om = builder.getDocumentElement(); Then yo

Re: FW: Newbie Basics: Security Policy

2008-07-15 Thread Nandana Mihindukulasooriya
username > Nope, this used as the private key alias of the service when encryption or signatures are involved. regards, nandana > -Original Message- > From: Nandana Mihindukulasooriya [mailto:[EMAIL PROTECTED] > Sent: Tue 7/15/2008 4:39 PM > To: axis-user@ws.apache

RE: FW: Newbie Basics: Security Policy

2008-07-15 Thread Roxanne Yee
http://ws.apache.org/rampart/policy";> username org.apache.rampart.samples.policy.sample01.PWCBHandler -Original Message- From: Nandana Mihindukulasooriya [mailto:[EMAIL PROTECTED] Sent: Tue 7/15/2008 4:39 PM To: axis-user@ws.apache.org;

Re: FW: Newbie Basics: Security Policy

2008-07-15 Thread Nandana Mihindukulasooriya
harset=UTF-8 > Server: Apache-Coyote/1.1 > > > http://www.w3.org/2003/05/soap-envelope > "> > > > >soapenv:Receiver > > > java.lang.NoSuchMethodError: > org.apache.ws.security.message.WSSecHeader.isEmpty(Lorg/w3c/dom/Document;)Z &

FW: Newbie Basics: Security Policy

2008-07-15 Thread Roxanne Yee
-Original Message- From: Roxanne Yee [mailto:[EMAIL PROTECTED] Sent: Tue 7/15/2008 8:11 AM To: [EMAIL PROTECTED] Subject: RE: Newbie Basics: Security Policy Just to verify how this policy would work... So if I use this policy, I can just tell soapUI to add a User Name Token with

Newbie Question: Rampart Policy Sample 01

2008-07-15 Thread Roxanne Yee
I think I've read this somewhere before, but just to verify... If you run Rampart Policy Sample 01 as is and if you don't have https, it won't work, and will create an "Internal server error"? Because I am not using SSL; I'm using HTTP and running policy/sample01. However, if I uncomment the lin

Another Newbie Question: Rampart passwordCallbackClass

2008-07-14 Thread Roxanne Yee
Is the passwordCallbackClass provided in the Rampart samples for the server or the client? If it is for both, the what would be the difference? I've read http://wso2.org/node/240/print/ and am still confused. <>- To unsubscribe,

Newbie Question: Rampart passwordCallbackClass

2008-07-14 Thread Roxanne Yee
Does anyone know what the class does in detail? For instance, what happens if you return? With regards to a User Name Token, is it just given a "username" and returns/sets the "password"? What part authenticates the username and password pair? Any help would be great! I'm new to Java so even

Newbie Question: Rampart 1.4

2008-07-11 Thread Roxanne Yee
Is anyone familiar with all the options that Rampart 1.4 provides? For example, what can specifically go between the tags in the services.xml file? => RY <>- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

RE: R: Newbie

2008-07-07 Thread pierre posset
Hello Simone, Thank you for your answer it is clearer, do you know if there is a tutorial which explain me how to translate this in java? Best Regards, Pierre > Subject: R: Newbie > Date: Mon, 7 Jul 2008 16:53:45 +0200 > From: [EMAIL PROTECTED] > To: axis-user@ws.apache.org &g

R: Newbie

2008-07-07 Thread simonemaletta
x27;t know what you're trying to do. I hope to be helpfull. regards Simone -Messaggio originale- Da: pierre posset [mailto:[EMAIL PROTECTED] Inviato: lun 07/07/2008 16.29 A: axis-user@ws.apache.org Oggetto: Newbie Hello, I need to translate this XML i

Newbie

2008-07-07 Thread pierre posset
Hello, I need to translate this XML in a java classe: username password http://server/service";> Advertiser Name Advertiser Address

Re: newbie question regarding rampart samples and tcpmon

2008-07-04 Thread Thomas Porschberg
Sorry, for this question. My problem was that I configured tcpmon in a wrong way (proxy instead of listener). Thomas Am Fri, 4 Jul 2008 07:48:15 +0200 schrieb Thomas Porschberg <[EMAIL PROTECTED]>: > Hi, > > I'm new to AXIS2 and rampart. > However in a first step I got a simple unsecure webse

newbie question regarding rampart samples and tcpmon

2008-07-03 Thread Thomas Porschberg
Hi, I'm new to AXIS2 and rampart. However in a first step I got a simple unsecure webservice running with AXIS2-server and a gsoap client. In a second step I installed rampart and tried to execute the samples. I run sample02 successful (I copied the sample02.aar to axis2-1.4/repository/services

Newbie question on mapping and java.util.HashSet

2008-03-19 Thread PURBON
Hi! First of all I'm a newbie in webservice world so I'll try to speak correctly but I could say something wrong. I'm trying to develop a WS interface to a well known API (an internal server). This API has objects with collections as java.util.HashSet. As far as I know JAX-RPC

Re: newbie: is Axis binary also required with .war

2008-03-14 Thread Upul Godage
y){ >return x+y; >} > >public static void main(String[] args)throws AxisFault { >new AxisServer().deployService(SimplePojo.class.getName()); >} > }" > > on compiling i get the error: > SimplePojo.java:1: package or

newbie: is Axis binary also required with .war

2008-03-13 Thread learn_n_share
c static void main(String[] args)throws AxisFault { new AxisServer().deployService(SimplePojo.class.getName()); } }" on compiling i get the error: SimplePojo.java:1: package org.apache.axis2 does not exist (amongst three related errors) --> what could be the possible solutio

Re: Newbie Question on axis2

2008-03-13 Thread Deepal Jayasinghe
hi Chino Please have a look at the following article http://www.developer.com/java/other/article.php/3726461 Thank you! Deepal Hi All, Hope I'm sending this to the right mailing list. :) I'm new to web services and currently I'm studying and using axis2. I have made a very simple web serv

Re: Newbie Question on axis2

2008-03-13 Thread Hardev Sian
One way is to create the response as an XML document and return that, this allows you to return multiple values. Chino Aureus <[EMAIL PROTECTED]> wrote: Hi All, Hope I'm sending this to the right mailing list. :) I'm new to web services and currently I'm studying and using axis2. I have

Newbie Question on axis2

2008-03-13 Thread Chino Aureus
Hi All, Hope I'm sending this to the right mailing list. :) I'm new to web services and currently I'm studying and using axis2. I have made a very simple web service (i.e. int add(int x, int y) ) that returns an int. I started from POJO to create a create a service archive. Now, I want to cre

RE: newbie confusion

2008-02-28 Thread Inman, Peter
From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: 28 February 2008 11:35 To: axis-user@ws.apache.org Subject: Re: newbie confusion On Thu, Feb 28, 2008 at 5:19 AM, Inman, Peter <[EMAIL PROTECTED]> wrote: I'm new to AXIS2, and I have to de

Re: newbie confusion

2008-02-28 Thread Amila Suriarachchi
On Thu, Feb 28, 2008 at 5:19 AM, Inman, Peter <[EMAIL PROTECTED]> wrote: > I'm new to AXIS2, and I have to develop a web service which someone else > has supplied the WSDL, We also have to host a couple of operations as well > as make calls to them. > > > > I have used WSDL2Java to generate the c

newbie confusion

2008-02-27 Thread Inman, Peter
I'm new to AXIS2, and I have to develop a web service which someone else has supplied the WSDL, We also have to host a couple of operations as well as make calls to them. I have used WSDL2Java to generate the client code and service skeleton and I have also deployed a service and put some debug

Re: newbie question

2008-02-18 Thread Ted Roeloffzen
I've already done that, but it still doesn't work. Is there a document or something with best practices?? Ted 2008/2/19, Upul Godage <[EMAIL PROTECTED]>: > > You can try setting the SOAPAction header to the SOAPAction value given in > the WSDL binding, so that the service can identify the opera

Re: newbie question

2008-02-18 Thread Upul Godage
You can try setting the SOAPAction header to the SOAPAction value given in the WSDL binding, so that the service can identify the operation. Upul On Feb 18, 2008 6:46 PM, Ted Roeloffzen <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm new to Axis and ran into a little trouble. I have to make a webs

newbie question

2008-02-18 Thread Ted Roeloffzen
Hi All, I'm new to Axis and ran into a little trouble. I have to make a webservice that uses a WSDL that is supplied by a third party, so i can't change the WSDL. Because i'm need to work with the XML, i've chosen to use the Message style for Axis. Now this is my problem. When i send an xml-reque

Re: newbie question

2008-02-17 Thread Anne Thomas Manes
Do you have a WSDL that goes with the service? You can use WSDL2java to generate a client proxy for you. That will make things easier for you. I'm not sure you can use the DII call interface to invoke this service. The service is a document/literal service, and the call interface is designed to wo

newbie question

2008-02-13 Thread Reinout van Schouwen
Hello all, I'm new to this list so if my question is anwered elsewhere and I didn't find it in the archive, my apologies. I have to make some simple calls to a webservice hosted on an IIS server. A valid "Login" call should look like this, according to the spec: POST /webservices/ExternalRedirec

Re: Basic tips for a newbie, problems with really complex types

2008-02-05 Thread David Muñoz
l on how to work with AXIOM. /philipp Original-Nachricht Datum: Tue, 05 Feb 2008 14:15:41 +0100 Von: [EMAIL PROTECTED] An: axis-user@ws.apache.org Betreff: Re: Basic tips for a newbie, problems with really complex types It's my fault for not having explained a bit mor

Re: Basic tips for a newbie, problems with really complex types

2008-02-05 Thread Philipp Leitner
05 Feb 2008 14:15:41 +0100 > Von: [EMAIL PROTECTED] > An: axis-user@ws.apache.org > Betreff: Re: Basic tips for a newbie, problems with really complex types > > It's my fault for not having explained a bit more... I had thougth > about making UML diagrams... I was just wonderin

Re: Basic tips for a newbie, problems with really complex types

2008-02-05 Thread davidm
It's my fault for not having explained a bit more... I had thougth about making UML diagrams... I was just wondering if there were any other kind of diagram more useful for this purpose... thanks for your advice regarding this anyway... I've read http://ws.apache.org/axis2/1_3/userguide

Re: [axis2] newbie question regarding java proxies generated by wsdl2java

2008-01-01 Thread Amila Suriarachchi
I can not really get you problem you can set the proxy host and port using http.proxyHost and http.proxyPort system variables Amila. On Dec 24, 2007 1:56 PM, Adrian Herscu <[EMAIL PROTECTED]> wrote: > After playing more times with the network sniffer (WireShark), I > discovered that it cannot

Re: [axis2] newbie question regarding java proxies generated by wsdl2java

2007-12-24 Thread Adrian Herscu
After playing more times with the network sniffer (WireShark), I discovered that it cannot assemble the HTTP request sent by the Swing client. The information appears in the TCP packets. Interesting... It can assemble HTTP requests sent by the browser and by the proxy server, and also it can as

[axis2] newbie question regarding java proxies generated by wsdl2java

2007-12-23 Thread Adrian Herscu
Hi all, I am learning about Axis2 using this WSDL: http://www.webservicex.net/CurrencyConvertor.asmx?wsdl I have generated a Java proxy by using this command: wsdl2java.bat -or -uw -o ${project_loc} -uri ${string_prompt:WSDL URL} and I have built a Swing UI on top of it. I can invoke the servic

Re: [Axis2] - (Newbie) Is there a stateful context in WebServices ? Or in Axis ?

2007-12-20 Thread Charitha Kankanamge
Hi Loenal, I'll answer your first question regarding the stateful nature of axis2. Of course Axis2 provides stateful session management. I'd suggest you to read http://www.developer.com/java/web/article.php/3620661 written by Deepal Jayasinghe, which explains Axis2 session management in simple

[Axis2] - (Newbie) Is there a stateful context in WebServices ? Or in Axis ?

2007-12-20 Thread Leonel Gayard
Hi all, I just started using Axis2 and WebServices. >From all the examples I've seen, it seems that WebServices are stateless by nature. Is there any way to have a stateful context ? Also, is there any interface that I can implement and that is invoked by the Axis2 server at deploy-time ? When I

[newbie] server-application for soap-messages?

2007-11-06 Thread Thomas Barth
Hi, I want to create a socket server to be able to get soap-messages from connected clients. The client should get a response as soap-messag too. The SocketServer reads data as follows public void run() { try { InputStream inputStream = socket.getInputStream(); ByteArrayOutputS

Re: A little help on a newbie

2007-10-17 Thread Anne Thomas Manes
Common practice is to define the exact message structures expected and returned in the WSDL file. This approach is more easily consumed by application tooling than an undefined WSDL with schemas and samples. Anne On 10/16/07, Dimitris Mouchritsas <[EMAIL PROTECTED]> wrote: > Deepal Jayasinghe wro

Re: A little help on a newbie

2007-10-16 Thread Dimitris Mouchritsas
Deepal Jayasinghe wrote: Hi Dimitris , You may use Axis2 POJO rather than using Axiom directly. Then you can come up with the java bean with the required properties , after that you can use that as the method signature. If you do so Axis2 will generate the correct wsdl for you. Thanks Deepal

Re: A little help on a newbie

2007-10-16 Thread Deepal Jayasinghe
Hi Dimitris , You may use Axis2 POJO rather than using Axiom directly. Then you can come up with the java bean with the required properties , after that you can use that as the method signature. If you do so Axis2 will generate the correct wsdl for you. Thanks Deepal > Hi everyone, I've started to

A little help on a newbie

2007-10-16 Thread Dimitris Mouchritsas
Hi everyone, I've started to use axis2 (version 1.2) for almost a month now and I'd like your help with deployment. Even though the service is up and working fine in my development environment I would like some advice before we need to deploy to the client. The messages I need to pass through, say

Re: NEWBIE: Help required in getting user defined object array as web service output

2007-10-08 Thread Deepal Jayasinghe
Hi vargheese, If you are new to Web services , I would recommend you to use Axis2 not Axis1. Working with Axis2 is comparatively easy . Thanks Deepal > > Hi, > Can someone pls tell me how to invoke a service that returns an array > of user defined objects in AXIS ? I tried a few and is not workin

Re: NEWBIE: Help required in getting user defined object array as web service output

2007-10-05 Thread Upul Godage
Hi, Did you try this tutorial? This has a similar operation. Employee[] getAllEmployees() http://www.developer.com/java/web/article.php/10935_3443951_2 Upul On 10/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > Can someone pls tell me how to invoke a service that returns an arr

NEWBIE: Help required in getting user defined object array as web service output

2007-10-05 Thread vargheese . t . jose
Hi, Can someone pls tell me how to invoke a service that returns an array of user defined objects in AXIS ? I tried a few and is not working for me. Thanks in advance. Thanks and Regards Vargheese Thomas 44-141-2280292 (o), GDP: 8-228-0292 Mobile: 0782-452-9427 ---

Re: Newbie Help with deploy.wsdd

2007-10-02 Thread New AxisU
Anne, Thanks for the link & for writing the document. I think it will help me! On 10/1/07, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > "Document" style means that Axis expects you to use a wrapper object > as your parameter. "Wrapped" style means that Axis will automagically > wrap your pa

Re: Newbie Help with deploy.wsdd

2007-10-01 Thread Anne Thomas Manes
"Document" style means that Axis expects you to use a wrapper object as your parameter. "Wrapped" style means that Axis will automagically wrap your parameters in a wrapper object for you. See http://atmanes.blogspot.com/2005/03/wrapped-documentliteral-convention.html for a description of wrapped s

Re: Newbie Help with deploy.wsdd

2007-10-01 Thread New AxisU
SUCCESS! Following Anne's advice I went back to the wsdl above & discovered that it was missing some definitions. But that wasn't enough. I went back to the old version & cut it down similarly & of course it worked. So then I started trying to see what was different between them. Trying to mak

Re: Newbie Help with deploy.wsdd

2007-10-01 Thread Anne Thomas Manes
I suggest that you edit the WSDL, then run WSDL2Java to generate your new WSDD. Anne On 9/28/07, New AxisU <[EMAIL PROTECTED]> wrote: > > > Hi, I need help with deploy.wsdd & ...? > > I have an existing wsdl that returns this soap message: > > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envel

Newbie Help with deploy.wsdd

2007-09-28 Thread New AxisU
Hi, I need help with deploy.wsdd & ...? I have an existing wsdl that returns this soap message: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> Version 1.0 from discovery in tomcat

Re: Newbie need help with client-config.wsdd

2007-09-28 Thread Mike Krell
there is probably a solution out there. I was looking for that > >> >> solution. > >> >> > >> >> > >> >> dreamryder wrote: > >> >> > > >> >> > I don't think you can have two http transports i

Re: Newbie need help with client-config.wsdd

2007-09-28 Thread Yolanda Ward
solution out there. I was looking for that >> >> solution. >> >> >> >> >> >> dreamryder wrote: >> >> > >> >> > I don't think you can have two http transports in the same config >> file. >> >> &

Re: Newbie need help with client-config.wsdd

2007-09-28 Thread Mike Krell
; > >> > pivot="java: org.apache.axis.transport.http.HTTPSender"/> > >> > > >> > And leave in your myownHandler. > >> > Debug it and see if the contructor even gets called? > >> > -jeff > >> > > >>

Re: Newbie need help with client-config.wsdd

2007-09-28 Thread Yolanda Ward
ebug it and see if the contructor even gets called? >> > -jeff >> > >> > >> > -Original Message- >> > From: Yolanda Ward [mailto:[EMAIL PROTECTED] >> > Sent: Thursday, September 27, 2007 4:14 PM >> > To: axis-user@ws.apache.org

Re: Newbie need help with client-config.wsdd

2007-09-27 Thread Mike Krell
t; And leave in your myownHandler. > > Debug it and see if the contructor even gets called? > > -jeff > > > > > > -Original Message- > > From: Yolanda Ward [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 27, 2007 4:14 PM > > To: axis-use

RE: Newbie need help with client-config.wsdd

2007-09-27 Thread Walker, Jeff
get Axis to deploy it all correctly, right?) Good luck, -jeff -Original Message- From: Yolanda Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 4:46 PM To: axis-user@ws.apache.org Subject: RE: Newbie need help with client-config.wsdd You are right, you can not have two htt

RE: Newbie need help with client-config.wsdd

2007-09-27 Thread Yolanda Ward
if the contructor even gets called? > -jeff > > > -Original Message- > From: Yolanda Ward [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 27, 2007 4:14 PM > To: axis-user@ws.apache.org > Subject: Newbie need help with client-config.wsdd > > > I'm new to Ax

RE: Newbie need help with client-config.wsdd

2007-09-27 Thread Walker, Jeff
er 27, 2007 4:14 PM To: axis-user@ws.apache.org Subject: Newbie need help with client-config.wsdd I'm new to Axis. I'm using Axis 1.4. I need to define a transport on the client side. My application is supporting multiple SOAP interfaces. When I call one set of SOAP interfaces, I want to c

Newbie need help with client-config.wsdd

2007-09-27 Thread Yolanda Ward
/wsdd/providers/java";> -- View this message in context: http://www.nabble.com/Newbie-need-help-with-client-config.wsdd-tf4530741.html#a12929350 Sent from the Axis - User mailing list archive at Nabble.com.

RE: WSDL generation using AXIS - newbie help

2007-09-19 Thread Dean Pullen
01 To: axis-user@ws.apache.org Subject: Re: WSDL generation using AXIS - newbie help This WSDL is an example of how not to build an interoperable web service in .NET. This service returns a .NET DataSet data type -- hence the schema included in the response message. I know of no Java-based SOAP framework

Re: WSDL generation using AXIS - newbie help

2007-09-18 Thread Anne Thomas Manes
This WSDL is an example of how not to build an interoperable web service in .NET. This service returns a .NET DataSet data type -- hence the schema included in the response message. I know of no Java-based SOAP framework that can process one of these automatically. Your best option is too toss the

WSDL generation using AXIS - newbie help

2007-09-18 Thread Dean Pullen
Hi all. Maybe I'm in need of further reading, maybe someone can point me in the right direction. I've used Axis to generate client side stubs before, but I've never worked with a) a .NET service and b) a service that wasn't our own, and I'm having a few issues understanding what I need to d

Newbie: Installing Axis2 with Tomcat 5.5.7 for external use (public URL)

2007-09-11 Thread Domico, Kelly O
I apologize ahead of time. This may be a Linux or Tomcat question, but I thought I would see if anyone else had experience with this. I don't have much experience with Tomcat. I don't own the Linux machine that Axis2 and Tomcat are installed on so I have to rely on the admin to restart Tomcat and s

Re: Another Newbie Axis2 Question

2007-09-09 Thread Deepal jayasinghe
Tom Holmes Jr. wrote: > Ok, I apologize this is a stupid question ... I may find the answer > quickly, but I will ask anyway. No problem. > > I am writing a data sync application ... I want this web Service to > have three methods: Push, Pull, Sync ... > Each of these have separate input and outp

Another Newbie Axis2 Question

2007-09-07 Thread Tom Holmes Jr.
Ok, I apologize this is a stupid question ... I may find the answer quickly, but I will ask anyway. I am writing a data sync application ... I want this web Service to have three methods: Push, Pull, Sync ... Each of these have separate input and output parameters. Ultimately, I want it to b

Re: Newbie with Axis2

2007-09-04 Thread Tom Holmes Jr.
; Thanks, >> Keith. >> >> >> On 9/2/07, Tom Holmes Jr. < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: >> >>> I am a newbie with Axis2, and I have a number of questions, Before you >>> rip off my hea

Re: Newbie with Axis2

2007-09-03 Thread Amila Suriarachchi
; >> You don't need any other libraries to run Axis2 standalone server. > Tomcat is > >> not essential but if you wish you can use the war distribution so that > you > >> can use it with any application server. > >> > >> Thanks, > >> Keith.

Re: Newbie with Axis2

2007-09-03 Thread Tom Holmes Jr.
n use it with any application server. Thanks, Keith. On 9/2/07, Tom Holmes Jr. <[EMAIL PROTECTED]> wrote: I am a newbie with Axis2, and I have a number of questions, Before you rip off my head and show it to me. let me explain myself first: 1) I have been developing for nearly 20 y

Re: Newbie with Axis2

2007-09-02 Thread Tom Holmes Jr.
t need any other libraries to run Axis2 standalone server. Tomcat is not essential but if you wish you can use the war distribution so that you can use it with any application server. Thanks, Keith. On 9/2/07, *Tom Holmes Jr.* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrot

Re: Newbie with Axis2

2007-09-02 Thread Thilina Gunarathne
is > not essential but if you wish you can use the war distribution so that you > can use it with any application server. > > Thanks, > Keith. > > > On 9/2/07, Tom Holmes Jr. <[EMAIL PROTECTED]> wrote: > > I am a newbie with Axis2, and I have a number of quest

Re: Newbie with Axis2

2007-09-02 Thread keith chapman
You don't need any other libraries to run Axis2 standalone server. Tomcat is not essential but if you wish you can use the war distribution so that you can use it with any application server. Thanks, Keith. On 9/2/07, Tom Holmes Jr. <[EMAIL PROTECTED]> wrote: > > I am a newbie

Newbie with Axis2

2007-09-01 Thread Tom Holmes Jr.
I am a newbie with Axis2, and I have a number of questions, Before you rip off my head and show it to me. let me explain myself first: 1) I have been developing for nearly 20 years, the last 10 have been in Java/J2EE 2) I have used Apache and Tomcat for years. 3) I have used Axis and

Interactive http get/set (newbie question)

2007-08-23 Thread Regivaldo Gomes Costa
Hi, How it will interact was he seeing http with a axis2 service, using only the http browser (Internet Explorer for example)? Please, to exemplify me through the axis2 "Version" service. I see that this proceeding is the form of testing the service without a java client. Thank you. Regi

newbie question. need to be able to call to a web service which requires that a namespace is set in...

2007-08-12 Thread GAMERMV
... the soap-enveolope http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsec="http:/blah-blah-blah"> .. ... I can add another namespace in the H

RE: Newbie question about using axis as webservice client

2007-08-03 Thread Merritt, Norris
Outstanding, thanks, I'll try it. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 10:36 AM To: axis-user@ws.apache.org Cc: [EMAIL PROTECTED] Subject: Re: Newbie question about using axis as webservice client Norris, FYI, We've

  1   2   3   4   5   >