Re: [Axis2] Is this a ?wsdl bug

2006-05-31 Thread Xinjun Chen
Hi Ajith,   Thank you very much. Could you tell me when the bug-fixed version 1.0 will be released? I need to consider when to upgrade to 1.0.   Regards, Xinjun  On 6/1/06, Ajith Ranabahu <[EMAIL PROTECTED]> wrote: Hi,This is not there any more. Please check with the 1.0 releaseOn 6/1/06, Xinjun

Re: axis2 servlet, trouble generating wsdl

2006-05-31 Thread Deepal Jayasinghe
Hi Jennifer; pls have a look at; http://www.wso2.net/faq/apache_axis2/q9 GOSSE Romain (Assistant Exterieur) wrote: > Have you tried > class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/> ? > > -Message d'origine- > *De :* JJC [mailto:[EMAIL PROTECTED] > *Envoyé :

Re: [Axis2] Is this a ?wsdl bug

2006-05-31 Thread Ajith Ranabahu
Hi, This is not there any more. Please check with the 1.0 release On 6/1/06, Xinjun Chen <[EMAIL PROTECTED]> wrote: I have deployed some sample secure service in Axis2 in Tomcat. When I try to generate WSDL for the service, I find that the soap address location is incorrect. The query URL is ht

Registration for ApacheCon EU 06 Tutorial on Axis2

2006-05-31 Thread Deepal Jayasinghe
Hi there; Apachecon EU 2006 is scheduled from the 26th - 30th June this year ,Dublin,Ireland. Axis2 Tutorial -"Accelerating Web Services Development with Axis2" (http://www.eu.apachecon.com/konferenzen/psecom,id,488,track,5,nodeid,,_language,uk.html#session-moh3 ) will be discussed on 26th of Jun

Re: Axis SoapMonitoring

2006-05-31 Thread Saehoon Cheon
I am using Axis 1.4 Final.On 5/31/06, knly browne <[EMAIL PROTECTED]> wrote: What version of axis are you using?On 5/31/06, Saehoon Cheon < [EMAIL PROTECTED]> wrote: I've tried to install and test the SOAP  monitor. But in step 4, Administration screen is not displayed. The Screen looks like the at

[Axis2] Is this a ?wsdl bug

2006-05-31 Thread Xinjun Chen
I have deployed some sample secure service in Axis2 in Tomcat. When I try to generate WSDL for the service, I find that the soap address location is incorrect.  The query URL is https://my-ip:8443/axis2/services/SecureService3?wsdl  The soap address location is http://my-ip:8443/axis2/services/Sec

re:Array and ComplexType on Axis1.4/Axis1.2.1

2006-05-31 Thread justin ouyang
it is ok, sorry foring bother everybody - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Axis and WSDL:types

2006-05-31 Thread Martin Gainty
Herbison read this http://www-128.ibm.com/developerworks/xml/library/ws-tip-imports.html xsd:Import brings in schemas from OTHER namespaces HTH, Martin -- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email messa

Re: Error invoking Web Service from a Java client

2006-05-31 Thread Martin Gainty
Ditto - Cant do much until we see your WSDL Martin - This email message and any files transmitted with it contain confidentialinformation intended only for the person(s) to whom this email message isaddressed.  If you have received this email message in error, please notifythe sender immedia

Re: Axis SoapMonitoring

2006-05-31 Thread Martin Gainty
No axis service is *live* until it is deployed to AxisServlet more specifically..java org.apache.axis.utils.Admin server server-config.wsdd Where server-config.wsdd service characteristics might look like something like..       (note the required parameters of allowedMethods and className) M

Re: [Axis2] SOAPAction header is empty

2006-05-31 Thread Martin Gainty
Paul-- The W3C spec states- The Header MUST CONTAIN actor,mustUnderstand and encodingStyle To paraphrase The attributes defined in the SOAP Header defines how a recipient should *process the SOAP message* So my question is why are using those values to populate the Header (which is specific t

Re: Axis SoapMonitoring

2006-05-31 Thread knly browne
What version of axis are you using?On 5/31/06, Saehoon Cheon <[EMAIL PROTECTED]> wrote: I've tried to install and test the SOAP  monitor. But in step 4, Administration screen is not displayed. The Screen looks like the attached file. So I cannot turn on the SOAP monitor. Please let me know why and

Re: http header

2006-05-31 Thread Warren Crossing
Also look at the createCall member in your Stub and try to set a jax-prc property ie. service.createCall().setProperty(Call.USERNAME_PROPERTY,name); http://ws.apache.org/axis/java/apiDocs/org/apache/axis/client/Call.html Have a lot of fun. Warren Crossing wrote: Have a look at the handler fra

[Axis2] SOAPAction header is empty

2006-05-31 Thread Paul Gonchar
It seems like generated client stubs (generated by WSDL2Java tool) do not set SOAPAction header. The header is retreived in AxisServlet.java(137) HTTPTransportUtils.processHTTPPostRequest(msgContext, req.getInputStream(), out, req.getContentType(), req.getHeader(HTTPConstants.H

Axis SoapMonitoring

2006-05-31 Thread Saehoon Cheon
I've tried to install and test the SOAP  monitor. But in step 4, Administration screen is not displayed. The Screen looks like the attached file. So I cannot turn on the SOAP monitor. Please let me know why and how to run it. Thank you. <> ---

Re: http header

2006-05-31 Thread Warren Crossing
Have a look at the handler framework http://ws.apache.org/axis/java/apiDocs/org/apache/axis/handlers/http/HTTPAuthHandler.html Christian Roth wrote: well, there is an intermediate security system between client and web service endpoint which extracts some parameters out of the http header; I ne

RE: Error invoking Web Service from a Java client

2006-05-31 Thread Harish Hirasave
Attached is the WSDL.   Thanks Harish   From: Nicolas Guaneme [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 5:22 PM To: axis-user@ws.apache.org Subject: Re: Error invoking Web Service from a Java client   Harish Hirasave wrote:   Hi,   I am getting the error

Re: Error invoking Web Service from a Java client

2006-05-31 Thread Nicolas Guaneme
Harish Hirasave wrote:   Hi,   I am getting the error below when I invoke my webservice from a java client using both axis-1.2 and axis-1.3.  Please help.   Thanks Harish   AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException  

RE: Error invoking Web Service from a Java client

2006-05-31 Thread Harish Hirasave
  Hi,   I am getting the error below when I invoke my webservice from a java client using both axis-1.2 and axis-1.3.  Please help.   Thanks Harish   AxisFault  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException  faultSubcode:  faultString: org.xml.sax.SA

Axis and WSDL:types

2006-05-31 Thread herbison
When axis creates a WSDL why does it place the import namespace http://log4j.apache.org in the wsdl:types section? - - http://coi.us.nortel.com:8087/axis/services/CoiDWJobSchedulerAPI"; xmlns="http://www.w3.org/2001/XMLSchema";> http://log4j.apache.org"; /> http://xml.apache.org/xml-soap";

Re: Delete attachments after the response

2006-05-31 Thread dvselva
Hi, Can you please send me the sample code that you used to delete the attachments. I am having same issue. Thanks for your HELP -- View this message in context: http://www.nabble.com/Delete+attachments+after+the+response-t842099.html#a4651570 Sent from the Axis - User forum at Nabble.com. --

WSDL2Java Logger

2006-05-31 Thread herbison
I’m running the WSDL2Java app under Axis 1.2 and I get the following error: java.io.IOException: Type {http://log4j.apache.org}Logger is referenced but not defined. at org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined(SymbolTable.java:665) at org.apache.axis.wsdl.symb

Re: [Axis2][Nightly May 30th] XMLBeans databinding still not working -- Classpath problem?

2006-05-31 Thread Dennis Sosnoski
As for why this change fixed your problem, XMLBeans has a problem with some of the StAX parsers (including the one used with Axis2 1.0). You can view the discussion from the axis-dev list in the archive: http://marc.theaimsgroup.com/?t=11475695661&r=1&w=2 (though the response from Tatu Salo

Axis 1.2.1 - arrayofstring as Object array from wrapped/style

2006-05-31 Thread Ravi Krishnamurthy
Hello: I have an object array as one of the field for the java bean called SimpleBeanArray which is attached. As a test I assigned the Object[] variable to String[]. My service is defined as below:        http://testanytypearray.webservice.com                                           

Re: Help on creating a MessageElement

2006-05-31 Thread Mona Yazbeck
Thanks! But one more question, I have to put this in the message element: nom FirstName [EMAIL PROTECTED] I wrote this, but I know I got a mistake somewhere... I don't think it output the right XML. (I am trying to use getAsString() to see the output, without suc

Re: MTOM Problem With generated code

2006-05-31 Thread Jim Collins
Hi Deepal, I am not sure if it is a bug. I am able to send attachments using hand crafted client and server code and a .NET client was able to create a proxy from the WSDL and send attachments. My problem is when I try and send an attachment using the generated stub is send the attachment inli

Re: Problem with WSDL2Java with HTTP POST

2006-05-31 Thread Jose Manuel Cercós Moreno
Thanks Warren but i don't want a SOAP communication i want use HTTP POST only without SOAP protocol. I think that Axis is limited to only SOAP communitacion. I had been searching yesterday all the day in google and didn't find anything respect this and thanks for your english correct, english isn'

Axis 1.2 on FC5 (was: Rude newbie question)

2006-05-31 Thread Michael Schwarz
Thank you for this. I think it gives me a path out of the difficulty. -- Michael Schwarz > Hi Michael, > > Apparently, after a quick look at the source code, Axis relies on an > org.apache.axis.components.compiler.AbstractCompiler to perform the > compilation. It turns out that there are current

[Axis 1.4/WSS4J 1.5] Password Digest only on UsernameTokenSignature?

2006-05-31 Thread James Gough
I am attempting to connect to an existing .NET 2.0 SP3 service and I need to use UsernameTokenSignature. I have attached my .wsdd below, Even though I am specifying the passwordType to be PasswordDigest, it always comes out PasswordText. I have tried to override in the stub class to no succes

Re: Help on creating a MessageElement

2006-05-31 Thread Jaka Močnik
On Wed, 2006-05-31 at 13:50 -0400, Mona Yazbeck wrote: > Hi Jaka, > > I get a compilation error when trying to call my constructor with the root > element. I guess it's because the constructor is waiting for a > MessageElement[] (an array). > cannot resolve symbol > symbol: const

Re: Help on creating a MessageElement

2006-05-31 Thread Mona Yazbeck
Hi Jaka, I get a compilation error when trying to call my constructor with the root element. I guess it's because the constructor is waiting for a MessageElement[] (an array). cannot resolve symbol symbol: constructor UpdateListItemsUpdates(org.apache.axis.message.MessageElement

[axis2][ADB] parsing as ordered children

2006-05-31 Thread Jeremy Pitten
Using wsdl2java to generate ADB bindings I've noticed that generated bindings expect to parse child elements in a specific order but not in the order the schema specifies.   If the other side also uses an adb binding then the child elements are in the same order, so no problem, but if the

RE: Problem with 'httpChunkStream = true' through VPN

2006-05-31 Thread Westelinck, Kenneth
Hi, I downloaded 1.4 and added the following in the generated code near the end of method: protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException { ... Hashtable myhttp = new Hashtable(); myhttp.put(MessageContext.HTTP_TRANSPORT_VERSION, HTTPConstants.HE

RE: newbie question: axis is complaining about a default constructor

2006-05-31 Thread James Armstrong
Hi, I am running the ant task: axis-java2wsdl. Question: what is the standard way of providing a "Typemapping" for an exception that may be passed back. Question: if I provide a default constructor, will it negatively impact the implementation? Is there a work around? I am getting the following

Array and ComplexType on Axis1.4/Axis1.2.1

2006-05-31 Thread justin ouyang
Hi everybody I wrote a WebServices with Array and ComplexType on axis1.2.1 and Axis1.4, And set the log level to DEBUG, when i deploy the services i found some strange things. The java code in the attachement.and the runtime environment as bellow: j2sdk1.4.2_11 Axis1.4 / Axis1.2.1 Weblogic serv

axis-admin ant task problem

2006-05-31 Thread Juan Alvarez
Hello. I'm using axis1.1. My problem is tha the axis ant task don't work properly This is that I have:   url="" href="http://localhost:8080/axis1_1/services/AdminService">http://localhost:8080/axis1_1/services/AdminService"   xmlfile="${endpoint-stub.wsdd}" /> When I execute this ant task I obt

Re: Problem with 'httpChunkStream = true' through VPN

2006-05-31 Thread Martin Gainty
Good Morning Ken- I dont know if that particular feature is available in the 1.2.1 distro- I would recommend downloading and implementing with Axis 1.3 or if you want to incorporate WSS4J features possibly latest and greatest distro axis 1.4 Anyone else know if this feature is available in 1.21??

Re: Help on creating a MessageElement

2006-05-31 Thread Jaka Močnik
On Wed, 2006-05-31 at 11:26 -0400, Mona Yazbeck wrote: > Hello > > I started parsing my XML to DOM, but then, even if I create a new message > element with the root of the DOM, I will get an error, because it seems like > I really need a MessageElement as an array since the contructor of my othe

RE: axis2 servlet, trouble generating wsdl

2006-05-31 Thread JJC
Thanks, that did the trick, :-)!Jennifer"GOSSE Romain (Assistant Exterieur)" <[EMAIL PROTECTED]> wrote:Have you tried       ?-Message d'origine-De : JJC[mailto:[EMAIL PROTECTED]Envoy� : mercredi 31 mai 200617:06� : Axis UsersObjet : axis2 servlet,trouble gene

Re: Help on creating a MessageElement

2006-05-31 Thread Mona Yazbeck
Hello I started parsing my XML to DOM, but then, even if I create a new message element with the root of the DOM, I will get an error, because it seems like I really need a MessageElement as an array since the contructor of my other method is: public UpdateListItemsUpdates(org.apache.axis.me

Re: [Axis2][Nightly May 30th] XMLBeans databinding still not working -- Classpath problem?

2006-05-31 Thread Anne Thomas Manes
The elementFormDefault attribute specifies the default namespace qualification setting for local elements within a schema. A local element is an element that is defined within another construct (e.g., a type) -- as opposed to a global element, which is an element definition that is a direct child o

Re: Problem with code generated by WSDL2Code

2006-05-31 Thread B R
Hi Paul, I had a similar problem, and I have created a JIRA yesterday. key: AXIS2-784. Could you verify if you had the same problem? I believe my wsdl is valid. Thanks, Bhaskar On 5/30/06, Martin Gainty <[EMAIL PROTECTED]> wrote: Good Evening Warren What is bungholeio? Martin - This email me

RE: axis2 servlet, trouble generating wsdl

2006-05-31 Thread GOSSE Romain \(Assistant Exterieur\)
Have you tried       ? -Message d'origine-De : JJC [mailto:[EMAIL PROTECTED]Envoyé : mercredi 31 mai 2006 17:06À : Axis UsersObjet : axis2 servlet, trouble generating wsdlHi All,1)  I created a simple web service by following the user's guide from ws.apache.org - ht

Re: [Axis2][Nightly May 30th] XMLBeans databinding still not working -- Classpath problem?

2006-05-31 Thread Sebastian J. Schultheiss
Hi there! Thanks a lot for your help! It does indeed work when we set it to qualified. This is a really good step forward, I'm very grateful to you, Ali, for finding this problem. I never imagined it to be something from the WSDL... Can any of you WSDL gurus tell me what exactly this attribute do

axis2 servlet, trouble generating wsdl

2006-05-31 Thread JJC
Hi All,1)  I created a simple web service by following the user's guide from ws.apache.org - http://ws.apache.org/axis2/0_95/userguide2.html2)  My service basically has a method to echo back the input String array -  public Object[] echoInput( Object[] inParams )  {    for ( int i=0; i    {  lo

Re: [Axis 1.4] No deserializer for anyType

2006-05-31 Thread Xinjun Chen
Adnene,   The following two articles may help you to understand your problem. To put it simple, the service style matters significantly! First one is Anne's explanation on RPC style and document style. http://searchwebservices.techtarget.com/ateQuestionNResponse/0,289625,sid26_cid494324_tax28920

RE: Problem with 'httpChunkStream = true' through VPN

2006-05-31 Thread Westelinck, Kenneth
So I followed the example. In my generated stub I added: ... setRequestHeaders(_call); setAttachments(_call); Hashtable myhttp = new Hashtable(); myhttp.put(MessageContext.HTTP_TRANSPORT_VERSION, HTTPConstants.HEADER_PROTOCOL_V10); _call.setProperty

Axis1.2.1 WSDL2Java

2006-05-31 Thread Justin Ouyang
Hi,All     As far as i know, WSDL2Java can emit client artifacts (default),or emit both server side and client side artifacts with '-serverside' option .     Is a option to disable emiting client side artifacts? that will only omit server side artifacts (whithout 'Stub', 'Servic

RE: [Axis2] Multithreaded client, performance degradation.

2006-05-31 Thread Ramanathan, Subramanyam
:-) sorry, I did jump to a conclusion. Mea culpa. I should've said *my* test with jmeter wasn't valid :) Beg pardon, intention was definitely not to be rude ! :) I will try it out again now. Thanks and Regards, Subramanyam -Original Message- From: Davanum Srinivas [mailto:[EMAIL PRO

Re: how to use auto-generated classes

2006-05-31 Thread Artur Kraft
Hello Aliban, I'm still using Axis v1.4, so the following code belongs to the usage of that axis version. To use the service on client-side, try the following: (assuming the naming below: web service name = "myprog" web service interface = "MyProgramIF" web service implementing class = "MyProgr

how to use auto-generated classes

2006-05-31 Thread aliban
Hello, I am quite new to Web Services and I have no experience with axis1. For my eclipse plugin I need to access a database by SOAP Web Service. I managed to add the minimal libraries to my plugin project and I also generated two Java classes with the WSDL2Java eclipse plugin. However I have no i

Re: Where to set server-port?

2006-05-31 Thread Felix Jungermann
Hmmm, now the port is correct, but I still get an error message H:\Tomcat 5.0\webapps\axis\WEB-INF>java -Dhttp.proxyHost=proxy -Dhttp.proxyPort= 80 org.apache.axis.client.AdminClient -p80 deploy.wsdd log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectR esourceBundl

Re: [Axis2] Multithreaded client, performance degradation.

2006-05-31 Thread Davanum Srinivas
In JMeter, Under your "SOAP/XML-RPC Request", please add a "HTTP Header Manager" element using the right click context menu and then select that new node in the left hand tree and you can see a panel on the right where u can set the content-type. You sure use strong words for everything. don't yo

RE: Where to set server-port?

2006-05-31 Thread Stig Christensen
Try -p80 -Original Message- From: Felix Jungermann [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 11:42 AM To: axis-user@ws.apache.org Subject: Where to set server-port? Hi there, I try to deploy a sample SOAP-Service but always get following error message: H:\Tomcat 5.0\weba

Where to set server-port?

2006-05-31 Thread Felix Jungermann
Hi there, I try to deploy a sample SOAP-Service but always get following error message: H:\Tomcat 5.0\webapps\axis\WEB-INF>java -Dhttp.proxyHost=proxy -Dhttp.proxyPort= 80 org.apache.axis.client.AdminClient deploy.wsdd log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.P

JAX-RPC client with dynamic proxy

2006-05-31 Thread Arkady Kasianski
Hi,   I have to develop Web service client application which should be portable and vendor independent. So, I write the program once, and it may run with different JAX-RPC implementaiton on the client side, say with AXIS, or BEA or any other….   Using  static stub approach does not fit

Restart Axis

2006-05-31 Thread Stig Christensen
I'll like to restart Axis after i have copy new code and deployed the wsdd file. E.g. xcopy *.class C:\Tomcat.5.5\webapps\axis\WEB-INF\classes /S /Y java org.apache.axis.client.AdminClient deploy.wsdd To day I do it from the Tomcat manager web page. Can this be done from the commandline instead?

AdminClient ( NoClassDefFoundException) Newbie

2006-05-31 Thread Felix Jungermann
Hi there, I am a total Newbie in SOAP. And so I tried to follow the Installation Hints from axis point to point. But as I tried to run the admin client I got the following error message: H:\Tomcat 5.0\webapps\axis\WEB-INF\classes\samples\stock>java -cp %AXISCLASSPATH% org.apache.axis.client.A