developing web service using deployment descriptor

2005-10-20 Thread aditya mandlekar
i am developing web service using deployment descriptor for transferring a string[] type from client i have used java2 wsdl and thedn wsdl2java and deploy command ,put my jar files in web-inf folder, devloped a client as per mentioned inattached file ArrayTester.java 1) i am getting warning

Pointers to Open source for XML transformation tool

2005-10-20 Thread Sandeep Gaikwad
Hi,   We are having one urgent requirement for tarnsformation of text file into XML format and viceversa.    If anyone knows one please suggest me. Yahoo! FareChase - Search multiple travel sites in one click.

Re: UDDI and WSDL

2005-10-20 Thread Bhuvan Gupta
 HI Moshe,   To discober the WSDL of a service in a UDDI server you need to use UDDI4J (http://uddi4j.sourceforge.net/) and not AXIS.   Thanks Bhuvan - Original Message - From: Moshe Bar-Nachoom To: List Axis Sent: Thursday, October 20, 2005 6:54 PM Subject: U

java2wsdl and attachments

2005-10-20 Thread Jarmo Doc
My WS needs to send attachments to clients. An individual response may contain more than one attachment. All attachments can be treated as untyped binary files. Is it possible to indicate this in my service code so that (Axis 1.2) java2wsdl will produce something that will work? I can see t

Re: Axis Session Issues

2005-10-20 Thread Duncan Krebs
Richard, Thanks for the idea, I tried it and however am still experiencing the same issue. It also brings me to a possible misconception that I have, is it even possible to maintain session when one client uses multiple web services on one web server? - Original Message - From: "Richard G

Re: SOAP:Header question

2005-10-20 Thread Hans Planting (CWEU-USERS/CWNL)
It should look like: ** ... ... http://xxx/webservices/GetFinancialDetail"; style="document" /> ... When running wsdl2java you should get something like 'getFinancialData(String clientid, Authorization auth)' as the webservice

Axis and Mappoint.NET problem - "(405)Method Not Allowed"

2005-10-20 Thread Bob
Hi, I'm developing a simple signed mapping applet and experimenting with the possibility of adding MapPoint maps to it as background graphics. However after resolving various other problems I'm stuck :/ The applet loads various Axis 1.3 jars and uses CommonsHTTPSender (yes, I made a custom client

Re: AXIS-PHP issue

2005-10-20 Thread bdbruin
Bugfixes for PEAR::SOAP * REQUIRED CHANGES TO PEAR::SOAP SCRIPTS * * - In Client.php * * search for and comment out the line "$name = $part['name'];" * * - In WDSL.php: * * set constant [WSDL_CACHE_USE = 1] to enable caching (recommended!) * *

Re: custom HTTPSender

2005-10-20 Thread Cyrille Le Clerc
Hello Christopher, You can code a custom handler for http transport. It is not necessary that it subclasses HTTPSender as long as it implements Handler. You can configure the implementation class for each transport in a file called "client-config.wsdd" that you should drop in your classpath (in t

Support for RPC binding in Axis2

2005-10-20 Thread Uday Kamath
Folks Will support for RPC binding based Web Service through API and through WSDL2JAVA planned in next releases or is it not, we are planning to use Axis2 as our backbone for Web Services and based on this we need to make decision on RPC binding whether to use Axis 1.3 for just RPC based bindings?

Re: AXIS-PHP issue

2005-10-20 Thread bdbruin
Hi, If you are using document/wrapped or document/literal, PEAR::SOAP has several bugs. I am doing this by heart some I cannot give you specific details: - PEAR::SOAP sets namespace incorrectly when using complex types. This can be fixed by commenting out something :-) - PEAR::SOAP incorrectly ha

AXIS-PHP issue

2005-10-20 Thread Avinash laddha
Hi, I am using PEAR:SOPA at client side to access hosted web services, which is using AXIS(1.3). I am getting strange problem when accessing API which takes one of the argument as NamedValue[], whenever trying to access these API server throws NullPointerException. I am not sure what is going w

UDDI and WSDL

2005-10-20 Thread Moshe Bar-Nachoom
Hi guys (and gals) i've got a general question, i hope you can help me with. lets say i want to discover a service using a UDDI server. can this be done easily using axis? is there a way to discover the WSDL of a service in a UDDI server? i'd much appreciate answers to that. sincerely, moshe

Re: Need Design help for ComplextTypes to ActionForms please...anyone?

2005-10-20 Thread trebor iksrazal
You don't control the wsdl, the web services are seemingly in cobol, and you have struts ActionForms using them. And you're wondering why no one is helping you ? ;-) I'd try and look at this from an OO and design patterns standpoint instead. There's essentially nothing you can do with the generat

Re: Upgrade to Axis1.2 from Axis1.1RC1

2005-10-20 Thread Somendra Paul
Please help me out...if you guys have done this previously Any help would be greatly appreciated. Regards, Somendra --- Somendra Paul <[EMAIL PROTECTED]> wrote: > hi All, > I am new to WebService and hence will > put > up some stupid questions.We are actually trying to > upgrad

ArrayList return null

2005-10-20 Thread Christelle Heritier
Hi everybody, I have a method in my service which return an ArrayList. In the SoapMonitor I see that: xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> soapenv:actor="http://

RE: SOAP:Header question

2005-10-20 Thread Willem Grooters
You got the idea: have the endpoint method (getFinancialData) handle this data - and obviously, it requires extra parameters to do that. The question is how to transfer this authentication data from the header to this parameter. Or do I misunderstand? Just for clearence: I got a WSDL from which I

RE: ">" characters in Queue Names

2005-10-20 Thread Wessel Alexander
On the ">" characters I have no idea. But regarding the underscores, I can tell you that I had this behaviour when one of my classes was named like a reserved word in Java, regardless of the case. I once named a class "Package" for example, and it was prepended a "_" sind "package" is a reserved wo

RE: [Axis2] Asynchronous dual client

2005-10-20 Thread Villalba, Gregorio, VF-ES \(gvillal2\) EXT
Thanks, the MessageId and the ReplyTo elements are right now. -Mensaje original- De: Ruchith Fernando [mailto:[EMAIL PROTECTED] Enviado el: martes, 18 de octubre de 2005 19:15 Para: axis-user@ws.apache.org Asunto: Re: [Axis2] Asynchronous dual client Hi, The MessageId issue was fixed e

Supplying sever-config.wsdd dynamically

2005-10-20 Thread Amey Rokde
Title: Supplying sever-config.wsdd dynamically Hi We are using Axis1.2.Right now the sever-config.wsdd is placed inside the WEB-INF folder which is read by engine configuration.I would like to know if  it is possible to specify location of  server-config.wsdd as init-param of Axis Servlet o

Re: Message Style Service

2005-10-20 Thread Vicente D. Guardiola Buitrago
I don't konow :P I put its content here deploy.wsdd http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"; xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance";> example.xml

Re: Message Style Service

2005-10-20 Thread Carmine Gargiulo
thanx a lot :D butwsdd and xml filewhere are?? :D In data Thu, 20 Oct 2005 10:27:21 +0200, Vicente D. Guardiola Buitrago <[EMAIL PROTECTED]> ha scritto: First of all, thank you for your help The code in the email is complete, but I attach you tu Java classes (server and client), th

Re: SOAP:Header question

2005-10-20 Thread Hans Planting (CWEU-USERS/CWNL)
Hi Willem, It sounds to me that you need to use explicit service context: the signature of the webservices endpoint method is extended with the parts of the soap:header. This way the getFinancialDetails method will have an additional parameter for the authentication data - however the authenti

Re: Message Style Service

2005-10-20 Thread Vicente D. Guardiola Buitrago
First of all, thank you for your help The code in the email is complete, but I attach you tu Java classes (server and client), the wsdd file and an XML document example :) MyService.java: Web Service class Main.java: Client example.xml: a test XML document delpoy.wsdd: the wsdd file for AdminC

network volumes on windows not accessable from webservice

2005-10-20 Thread David Teran
Hi, i have a webservice which works pretty fine with WebObjects from apple. WO uses axis 1.1 and now i switched to axis 1.3 using tomcat 5.5.9. My application runs on windows xp and needs to access a network volume on that server. Its mounted on y: The strange thing is that c: is access

SOAP:Header question

2005-10-20 Thread Willem Grooters
Hi, Some help is rquired with the following problem: I have an application on a OpenVMS system that is used by different regional offices, where all use the same executables, but the data is completely separated. If a person logs in, the OS will know which scripts to execute to setup the right pat

Re: Send XML just under

2005-10-20 Thread Carmine Gargiulo
ok :) we wait the complete source ;) In data Thu, 20 Oct 2005 09:16:44 +0200, Vicente D. Guardiola Buitrago <[EMAIL PROTECTED]> ha scritto: Hi Bhuvan, I know that code, is mine. Yes, the code is intended for th purpose I want but it doesn't work, as I "debating" with Carmine, the constru

Re: Send XML just under

2005-10-20 Thread Vicente D. Guardiola Buitrago
Hi Bhuvan, I know that code, is mine. Yes, the code is intended for th purpose I want but it doesn't work, as I "debating" with Carmine, the constructor SOAPBodyElement(byte[]) Modifies the xml document by adding to scond level elements xkmlns:ns1="", and so it causes a SAXParserException due t

[AXIS 121] How to get prefixed elements in SOAP response

2005-10-20 Thread Denis Schlesinger
Title: Nachricht Hi all,   I am using Axis 1.2.1 to create a web service that returns a serialized Bean object.    My mapping tool that uses this SOAP response expects a namespace prefixed root element of the SOAP payload. By switching "DefaultElementForm" to "unqualified" in the schema of

Re: [Axis2] Asynchronous dual client, Call sends 2 requests

2005-10-20 Thread Saminda Abeyruwan
This has been fixed. Please try your sample with the latest SVN checkout. Saminda Eran Chinthaka wrote: hmm, if this is true, then I think this is a bug. We'll check on this and let you know the status tomorrow for sure. Any help you can give us to reproduce this is highly appreciated. Vil

Re: " tomcat services started and stopped .some services start and stop if ethey dont have any work,ex performance and alerts"

2005-10-20 Thread aditya mandlekar
thks vishistVishist Mandapaka <[EMAIL PROTECTED]> wrote: Aditya,    Tomcat 5 requires jdk 5.0 and also JAVA_HOME environment variable to be set. Make sure you set that and then try to start again. Also, to start the server, open a dos prompt and change to the tomcat server directory. Type the follo

Re: " tomcat services started and stopped .some services start and stop if ethey dont have any work,ex performance and alerts"

2005-10-20 Thread Vishist Mandapaka
Aditya,    Tomcat 5 requires jdk 5.0 and also JAVA_HOME environment variable to be set. Make sure you set that and then try to start again. Also, to start the server, open a dos prompt and change to the tomcat server directory. Type the following command at console "bin/startup.bat"Open the "catali