2-D array of Strings

2005-10-03 Thread Jyotishman Pathak
Hi all, I have a simple question to ask: how can I declare a "complexType" in my WSDL file depicting a 2-dimensional array of strings? I know, I can specify a 1-dimensional array type as follows:     Can someone guide me to do a similar thing for a 2-D array? T

[Axis2] Method name changes in OM

2005-10-03 Thread Eran Chinthaka
Hi, All the devs and users please remember that the meaning of serialize has now changed completely. Now its the other way round. When we serialize that means we serialize with cache. So be careful serialize() --> serializeAndConsume() serializeWithCache() --> serialize(). So please

Re: Axis2 v0.92 Error deploying in Tomcat

2005-10-03 Thread Ruchith Fernando
Hi, We have only tested Axis2 with JDK 1.4 and the same problem has been reported with JDK 1.5. Therefore the best option is for you to try Axis2-0.92 with JDK1.4 and everything should work. We have to fix this. Will add a jira. Thanks, Ruchith On 10/4/05, Tushar Inamdar <[EMAIL PROTECTED]> wro

Re: Forwarding to the appropriate port

2005-10-03 Thread Jim Azeltine
I think your problem may be due to the fact that oracle 10G applicationserver can process web service transactions by itself, without axis. The port it listens on is configurable. When you speak of the apache webserver, it is actually the Oracle HTTP server, which is processing and redirecting the

Axis2 v0.92 Error deploying in Tomcat

2005-10-03 Thread Tushar Inamdar
Hi,Please note that this error refers to Axis 2 v0.92. I dropped the axis2.war in my Tomcat webapps directory. Validation passed, but when I try to list the services, it generates the following StackTrace. I tried this under two independent environments to get the same result. Environment:J2SE 5.0

Re: Forwarding to the appropriate port

2005-10-03 Thread Tom Oinn
Mayur Shetye wrote: I want to know Why it goes directly to port 7780, I am sure some of you have faced this problem in apache-tomcat configuration too. Currently I am not able to see the WSDL file itself. Let me know what can be done so that wsdl file appears on port 80. Also interestingly if I

Re: newbiew question on WSDD and WSDL

2005-10-03 Thread Vishist Mandapaka
Ron,    If I may add my understanding    UDDI is synchronous to DNS in one way. The difference between DNS and UDDI is DNS works at network layer where as UDDI works at Application layer. Presuming a client is unaware where a particular service is running, he might lookup in the UDDI, fetch the

Re: Uncaught Exception Traces - how to get Axis to tell me what they are

2005-10-03 Thread Vishist Mandapaka
Hi Paul, If the debugger doesn't help you, try to debug over TCP connection. You can enable debugging in the server. Let me know what server you are using and I can let you know how to enable debugging. Once you enable debugging, a TCP Port will open up and the server will print the port n

Re: newbiew question on WSDD and WSDL

2005-10-03 Thread Ron Reynolds
WSDL is the universal standard XML for describing a (web) service interface ("web" is misleading here - WSDL works GREAT for describing ANY service interface) including message structure and types (using XSD), protocols, and locations (host urls). (note, this is WSDL combined with SOAP-Bindings

Re: Fault - makeTypeElement()

2005-10-03 Thread Vishist Mandapaka
Hi Anil, At last, I could get my webservices to work. I had to tweak in the auto-generated code to get it to work. Please send me your wsdl, xsd and build.xml to test. I could take a look and let you know. As for me, there are ">" symbols that are generated in the queue names. I removed t

How do I use WSDL2JAVA over a firewall to generate stubs

2005-10-03 Thread Shaun Farrugia
Wondering how I use WSDL2Java over a proxy firewall to generate stub classes. I'm trying to consume a WS that is outside the firewall. I have been attempting to pass -Dhttp right inside the .BAT file but that's not working out. Am I missing something. The WSDL is consumed via HTTPS so i'm not

newbiew question on WSDD and WSDL

2005-10-03 Thread Developer Developer
What is the different between WSDD and WSDL. My understanding is   WSDD - is used to deploy a webservice on the webserver WSDL- Is used to publish the web service in the UDDI.   Is that right ?   What is the best way to create a WSDD for a webservice defined in the java ( have access to the source

RE: Getting Server's certificate form an axis client

2005-10-03 Thread Bill Kuker
Thanks, I can use that on the server end of things, but I am confised as to how I'd use this in a client. Isn't the HTTPServletRequest something I'd be getting from my servlet container on the server side? I am the client, I am connecting to a server, and I need to see the cert the server sent to

Re: Getting Server's certificate form an axis client

2005-10-03 Thread Christopher S. Johnson
Bill - I'm not sure about doing this is C but for java see the following thread.. http://marc.theaimsgroup.com/?l=axis-user&m=112497369029586&w=2 Same idea for C, grab the request then the certificate. Regards ..Chris On Mon, 3 Oct 2005, Bill Kuker wrote: > > I am writing a SOAP client using

Forwarding to the appropriate port

2005-10-03 Thread Mayur Shetye
Hello all I have some webservices deployed using axis in the oracle 10G application server. I actually wanted to some advice from the group. 1. If it advisable to run webservices in oracle 10g Application server as opposed to Tomcat? (They do run, but I want to know if anyone thinks that this sho

Re: Uncaught Exception Traces - how to get Axis to tell me what they are

2005-10-03 Thread Ron Reynolds
turn on debug for this log4j cateogory only - "org.apache.axis.EXCEPTIONS" - it is the category used for all faults thrown on the server-side. > I currently am getting the following fault returned from my Server when > communicating. > >   http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:xsd=

Uncaught Exception Traces - how to get Axis to tell me what they are

2005-10-03 Thread Paul Grillo
I currently am getting the following fault returned from my Server when communicating.   http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>           soapenv:Server.userException     jav

Getting Server's certificate form an axis client

2005-10-03 Thread Bill Kuker
I am writing a SOAP client using Axis. I have it connecting to a server with SSL no problem, and it is sending the client certificate to the server and checking the server's certificate against my trust store. No problems. I want to verify WHICH trusted cert was used to verify the server, and get

Problem with WSDL2Ws generated code

2005-10-03 Thread Alok Mathur
Hello everyone, I am using Axis 1.5 final and am having problems with the code generation tool. This is an excerpt from my WSDL file .. .. .. .. .. .. When I run the code generation tool, I get the following message: "Possible error in class ExpirationType: class with

xmlns disappears

2005-10-03 Thread Michael
Hello, I have a Doc-Lit service with an operation can accept a type containing xsd:any. This is intended to allow the service to receive any document (from any namespace). e.g. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2

calling .net web service though java client through tomcat server 4.1 and apache axis 1.2.1.

2005-10-03 Thread aditya mandlekar
hi this is again same request as per the other freind i fany one have sol plz Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.

Response of SOAP message wtih Attachment

2005-10-03 Thread Gabsaga Tata
I am using Apache Axis 1.2 / Tomcat 4 Is it possible for a client application to get back data as MIME attachment from a web service?From the example code snippets below, the service successfully attaches a file to a SOAP messagebut when the client application tries to get the attachment count, it

Re: Fw: WSDL2JAVA error: java.lang.NullPointerException in getNewQName

2005-10-03 Thread Anne Thomas Manes
Well, wsdl2java shouldn't throw an NPE... But, you do have a number of errors in your WSDL. 1. When using document style, you should not extend soapenc:Array. Instead you should define arrays using maxOccurs="unbounded". But in your case, you probably just want to define the type as xsd:base64Bina

RE: [Deb] Call and HttpsUrlConnection

2005-10-03 Thread John Rasmussen \(Exchange\)
Doesn't the saaj connection.call() method support https url? I think so... John Rasmussen DataPower Technology, Inc. One Alewife Center Cambridge, MA 02140, US Office: US +1 617.864.0455 x359 Fax: US +1 617.864.0458 -Original Message- From: moi oziris [mailto:[EMAIL PROTECTED] Sen

Fw: WSDL2JAVA error: java.lang.NullPointerException in getNewQName

2005-10-03 Thread Ivan Vignola
Hi, I developed a simple service, document style, with attached files in input message. Creating stubs, wsdl2java throws exception listed below:   java.lang.NullPointerException    at org.apache.axis.wsdl.toJava.Utils.getNewQName(Utils.java:704)    at org.apache.axis.wsdl.toJava.Ja

RE: Wsdl2java generated code

2005-10-03 Thread Coyne, Jimmy
Title: Message Hi there , Im afraid I  have no control over the schema and will not be allowed to change it :( -Original Message-From: Grossberger, Guenter [mailto:[EMAIL PROTECTED] Sent: 03 October 2005 09:19To: axis-user@ws.apache.orgSubject: RE: Wsdl2java generated co

Re: [axis2 v0.92] wsdl file

2005-10-03 Thread Deepal Jayasinghe
hi ; small correction; .. .. sorry abt that Thanks, Deepal ~Future is Open~ - Original Message - From: "Deepal Jayasinghe" <[EMAIL PROTECTED

Re: [axis2 v0.92] wsdl file

2005-10-03 Thread Deepal Jayasinghe
Hi Gordon; It should work , but you need to do some modifications 1. You need to have services.xml instead of service.xml 2. There should be a service element in side services.xml similar to service element in WSDL file as an example , say you have a wsdl with following service element

Regarding SOAP Header Information in WSDL

2005-10-03 Thread anshuk pal chaudhuri
Hi, I am using Axis 1.2.1 When I am deploying a web service,the WSDL file is being generated. But I want to incorporate inside the WSDL ,that when the client is sending the SOAP Request, he/she must send the SOAP header with some elements inside the header too. This I want to convey inside the WS

[axis2 v0.92] wsdl file

2005-10-03 Thread Gordon Gekko
Hi all! In axis2 v0.91 in order to associate a wsdl file to a web service, I needed to put in the META-INF directory and name service.wsdl. But in axis2 v0.92 this doesn't seem to work anymore. What should I do? Many thanks, Diego

Re: class-cast exception while writing the client for the webservice

2005-10-03 Thread karusala kiranbabu
Hi krthekeyan, I have transformed files into datasources which further into datahandlers and send them to the webservice .The service directly takes the datahandlers as parameters. In this process i am getting the exception mentioned below. So give me the process how to follow ? Thanks in advan

WSDL2java error

2005-10-03 Thread Andras Balogh
Hello all, I want to use Axis to generate the java classes from a WSDL. I have tried both older Axis 1.1 and Axis 1.2.1 and i get this exception: -- D:\axis-1_2_1>java org.apache.axis.wsdl.WSDL2Java --verbose configurator.ws

[Deb] Call and HttpsUrlConnection

2005-10-03 Thread moi oziris
hi, I'm new on this ML so I begin to introduce myself. I'm french (sorry for my poor english), 23 years old and I'm work in an informatic service company as development ingenior. I'm sorry to begin this story with a request. I hope continue in a more active way. Here the deal. I've construct

RE: Wsdl2java generated code

2005-10-03 Thread Grossberger, Guenter
Title: Wsdl2java generated code Hi!   You can define the complex type starting after as a global type with e.g. and reuse it in both element definitions with .   If you have additonale elemen