Re: Content is not allowed in prolog

2005-09-14 Thread Yuval
HI pietila, Thanks for your help. Should I change something in my attachment or just in the client code? Do you know how to change the encoding of the request to utf-16? Thanks, Y. On 9/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:On September 14, 2005, [EMAIL PROTECTED] wrote:>But when

Using Axis Web Services with attachments by third party software

2005-09-14 Thread German Sakaryan
Hallo, have a problem by using WSDL descriptions (automatically generated) of the AXIS web services (with attachments). DataHandler type is not fully defined. In both cases (see below), description of DataHandler is not enought to use it within third party software (I am using WebSphere Studio

Re: AXIS 1.x to AXIS2 Migration Roadmap

2005-09-14 Thread Venkat Reddy
Eran, That page seem to have good content for comparing between 1.x v2.0, useful for new users. But the existing users of Axis 1.x would need migration plan that has sections to show how to migrate handler code, deployment code, clients, and service implementations. I think we need to provide elab

Re: AXIS 1.x to AXIS2 Migration Roadmap

2005-09-14 Thread Eran Chinthaka
http://ws.apache.org/axis2/migration.html Kr wrote: Hi All, I have fair experience with AXIS 1.x and now planning to switch to AXIS2. Does anybody have AXIS 1.x to AXIS2 migration roadmap. What are the various differences between the two based on parameters like performance, ease-of-use, ws-s

AXIS 1.x to AXIS2 Migration Roadmap

2005-09-14 Thread Kr
Hi All, I have fair experience with AXIS 1.x and now planning to switch to AXIS2. Does anybody have AXIS 1.x to AXIS2 migration roadmap. What are the various differences between the two based on parameters like performance, ease-of-use, ws-security, support for various java-xml-data-binding-framew

Can we use NTLM with HTTPS ?

2005-09-14 Thread Kr
Hi All, We have a web service that uses .NET Framework + NTLM Authentication. I have a web service client that uses AXIS 1.2 Final generated stubs. I have configured org.apache.axis.transport.http.CommonsHTTPSender in the client-config.wsdd to set the NTLM credentials on the stubs and successfull

Re: It goes out of memory when there are 10 concurrent requets

2005-09-14 Thread Krthekeyan Suriyanarayanan
try increasing the memory of your webserver. Regards, Krthekeyan.S MUHAMMAD IQBAL wrote: Hi All, I have a web service that is involved to returns DOM Element that consist thousands of DOM Nodes from datatbase in XML format to the client. I am using Iterator pattern in which the client cal

Re: Webservice security

2005-09-14 Thread Ruchith Fernando
Hi Ravi, You can look at: wss4j/src/org/apache/ws/axis/security/package.html And 'wss4j/interop' directory in the wss4j project contains '.wsdd' files with various configurations for different scenarios. BTW following are two articles on wss4j. http://weblogs.asp.net/jdanforth/archive/2005/01/

Reported BUG Re: Element deserialization. Comments are not text.

2005-09-14 Thread Barzilai Spinak
OK, I filled bug report AXIS-2218 For the time being, I had to write this cool hack that will fix comment nodes. It will even revert &#xHH; characters to a real single character! Great use of regular expressions :-) BarZ Davanum Srinivas wrote: Please log a bug report :) On 9/13/05, Barzilai

Webservice security

2005-09-14 Thread Ravi Krishnamurthy
Hello: Could somebody point me to a good articles on webservice security. I have a dynamic invocation client framework that could access any webservice. What are the things to consider related to webservice security in the client. Thanks, Ravi

Re: AXIS2-199 Jira Issue-Non-compilable data binding code generated - duplicate 'toOM(...)' method

2005-09-14 Thread Ajith Ranabahu
Hi, Have a look at the following lines from the WSDL                                             The referenced type DataObjectSet is missing in the XSD and that's what's breaking the code generator. Unfortunately we don't have a validation yet :( On 9/14/05, Ajith Ranabahu <[EMAIL PROTE

axis-wsdl2java and --package option

2005-09-14 Thread Anthony Fox
I can't find documentation for how to use the --package option that can be passed to wsdl2java on the commandline in the axis-ant task. Is it not available for the ant task? Is there another way I can map all namespaces to the same package name in the ant task without enumerating the namespaces s

Username and password in the call objects

2005-09-14 Thread Ravi Krishnamurthy
Hello: 1. On the Call object, there are coupld of methods for the username and password. Could someone explain a little bit what username and password this refers to 2. Regarding the security of webservices, what are the things to be consider. Thanks, Ravi

Services Instance Pooling

2005-09-14 Thread MUHAMMAD IQBAL
Hi All, Is there any way to make Service Instance Pooling in Axis, can any one tell me the way ? Thanks and Regards, Muhammad Iqbal

It goes out of memory when there are 10 concurrent requets

2005-09-14 Thread MUHAMMAD IQBAL
Hi All, I have a web service that is involved to returns DOM Element that consist thousands of DOM Nodes from datatbase in XML format to the client. I am using Iterator pattern in which the client calls: sv.loadProducts(); sv.setBuffer(1000); while(sv.hasMore()) { Element el=sv.getNextResu

failure notice (fwd)

2005-09-14 Thread Guy Rixon
Could somebody please remind me how to debug this error: "The AXIS engine could not find a target service to invoke! targetService is null" That's reported from a static stub generated by WSDL2Java in Axis 1.2.1, when the stub has been told to call an endpoint on http://localhost:8080/ - in fact

[Fwd: Re: Way to turn off XSITypeGeneration?]

2005-09-14 Thread Brian Bonner
Does anyone have a chance to validate that the stub generated by this WSDL is in fact missing the xsd prefix namespace declaration, or is there something that I mangled in the WSDL. Thanks. Sure. I've attached it. Brian Anne Thomas Manes wrote: Can you provide the WSDL? On 9/8/05, *Bri

RE: Content is not allowed in prolog

2005-09-14 Thread pietila . meghan
On September 14, 2005, [EMAIL PROTECTED] wrote: >But when I'm running it under Tomcat 5.0 (The axis client is always running >from >the same place), I get the following exception: >org.xml.sax.SAXParseException: Content is not allowed in prolog Yuval, I don't have experience with the problem i

Axis 1.0 -> 1.2.1 Migration

2005-09-14 Thread Hoying, Ken
Title: Axis 1.0 -> 1.2.1 Migration I am attempting to migrate our application from Axis 1.0 to Axis 1.2.1.  One of the things that I have ran into is that the SOAPHeaderElement.getAttributes() method now returns a org.w3c.dom.NamedNodeMap instead of a org.xml.sax.Attributes.  I made the need

Re: WSS4J - issue related to key algorithm

2005-09-14 Thread Davanum Srinivas
Wrong mailing list :) please ask on wss4j-dev FYI, see http://mail-archives.apache.org/mod_mbox/ws-wss4j-dev/200509.mbox/threads.html search for "Re: No such algorithm: http://www.w3.org/2001/04/xmlenc#rsa-1_5"; thanks, dims On 9/14/05, Soactive Inc <[EMAIL PROTECTED]> wrote: > Hi All, > >

Re: Element deserialization. Comments are not text.

2005-09-14 Thread Davanum Srinivas
Please log a bug report :) On 9/13/05, Barzilai Spinak <[EMAIL PROTECTED]> wrote: > I have a problem with DOM deserialization on the Axis server side. > If I send some XML which contains a comment, all the comment's > "special characters" like the ampersand, are escaped and characters > higher tha

Re: Any tools for converting java class to xml schema ?

2005-09-14 Thread Kr
Hi Steve, Thank you for the response. I agree with you but looking for tools in environments where people are not aware of soap toolkits like AXIS or when we dont have any tools like JAVA2WSDL etc. Is it possible atleast with latest version of JAXB ? Thanks & Regards, Kr. On 9/14/05, Steve Loug

Any tools for converting java class to xml schema ?

2005-09-14 Thread Kr
Hi, Are there any tools out there that can convert my java class to xml schema. How such tools take care of java collections like HashTable, ArrayList etc. in my class structure. I am not interested in writing any configuration files(like jaxb configuration files, jibx binding xml files etc.) f

Axis 1.2 problem with generated WSDL using ?WSDL option

2005-09-14 Thread Harrison Tim
Hello,   I've noticed a small problem with Axis 1.2 when generating WSDL using the ?WSDL suffix to the URL for a deployed web service.   I have a type defined within a message schema that is imported into the source WSDL used to generate the java classes, as follows:        

SAP BC SOAP Client

2005-09-14 Thread Vijay kumar
Hi., I have created a web service using Axis and deployed successfully on WebSphere. I'm using SAP BC as my SOAP Client to access the SOAP Service. I'm getting the SOAP Responses, few  were successful but most of the time my SOAP Response is" Hi there, this is an AXIS service! Perhaps there will be

Invalid response using void methods with AXIS 1.2.1 ...

2005-09-14 Thread Siegfried Goeschl
Hi folks, using AXIS for the first time on the server side I have a problem to get an AXIS 1.2.1 web service to work with a Systinet Server as client ... :-( My WSDL file says that it will return an empty response but it actually returns a single empty element wherease the SYSTINET client e

soap_2.3.1 --> axis_1.2.1

2005-09-14 Thread Oliver Hirschi
Hi, I call a SOAP-Webservice with the library apache-soap_2.3.1 as followed - Response resp = oCall.invoke(oURL, SOAP_TARGETOBJECT_URI+"/HelloUBS_InvestorsGuide"); if(resp.generatedFault()) { Fault oFault = resp.getFault(); } else { Parameter oResult

SOAPMonitor and server-config.wsdd problem

2005-09-14 Thread Anna Krajewska
Hi I've got a problem with configuring my web service so that I can see it's soap envelopes in SOAPMonitor. I did everything that is needed, SOAPMonitor works (applet is always loaded), but I can't see any messages in it. These are the changes that I've made in server-config.wsdd file of my web se

AW: Deserialization: NumberFormatException: Invalid date/time

2005-09-14 Thread Christian Kunert
Hello Xinjun,   the problem is, that the exception is thrown by axis during the parsing/ deserialization process. My client code does not use this field explicitly. The Return Type is the java.util.Calendar Interface and set by axis. I think this type is okay. Normally it works.   Rega

Two practical questions: service type and wait

2005-09-14 Thread #CHEN XINJUN#
Title: Two practical questions: service type and wait I have two practical questions regarding using Axis to develop web service. 1. For the sake of the interoperability, I need to specify my service type to be "document" instead of "rpc". However, I need to use the org.apache.axis.client