How to dump outgoing/incoming SOAP messages?

2005-11-28 Thread Franz Fehringer
Hello, Subject says it all: How do i in a C++ client application dump/trace all SOAP conversation? Thanks in advance Dr. Franz Fehringer (Dipl. Math.) ISO Software Systeme Eichendorffstrasse 29 90491 Nürnberg Deutschland Tel. : +49/(911) - 99594-0 Fax :

Have problem to build Axis-c 1.5 using Visual Studio .NET

2005-11-28 Thread Liangwu.Xu
Title: Have problem to build Axis-c 1.5 using Visual Studio .NET Hi, Im using Visual Studio .NET to build Axis-c 1.5. When I try to build Axis3 project, I got the follow error: Linking... xilink: executing 'link' Creating library .\Release/HTTPTransport.lib and object

TCP Transport for Axis 1.2.1

2005-11-28 Thread Rottgardt, Jens (GOB-2/3)
Title: TCP Transport for Axis 1.2.1 Hello, in our project we communicate from a Java client via SOAP / TCP transport using Axis 1.2.1 with a Perl server using SOAP::Lite. Cause 1.2.1 does not support TCP transport we have implemented a client adding TCP transport to Axis 1.2.1. Now we want

Request Message type information has multiple parts (!) / WSDL he lp

2005-11-28 Thread Weston, Toby
Folks, Anyone see anything like this; Request Message type information has multiple parts than one single wrapped complexType. Use WRAPPED/LITERAL if interoping with some other soap stack becomes a problem I suspect the parameters to my document/literal service as I have something like this;

Re: Request Message type information has multiple parts (!) / WSDL he lp

2005-11-28 Thread Anne Thomas Manes
Document/literal exchanges documents, not parameters. Therefore your message should contain at most one body part. Create another element which is a complex type that is a sequence of your two parameter elements: element name=generateRequest complexType sequence element name=param1

Apache/Jakarta Websites

2005-11-28 Thread Saqib Rasul
Hi, Is anyone else haveing problems accessing the Apache/Jakarta sites? And if so, can anyone fwd this to someone who can look into this. I am gettng Connection Failed on jakarta and apache sites. Ping also doesnt work. Regards, Saqib

Re: Apache/Jakarta Websites

2005-11-28 Thread Ivano giuseppe Talamo
On Mon, 28 Nov 2005, Saqib Rasul wrote: Hi, Is anyone else haveing problems accessing the Apache/Jakarta sites? And if so, can anyone fwd this to someone who can look into this. I am gettng Connection Failed on jakarta and apache sites. Ping also doesnt work. I had the same problems. I

RE: Request Message type information has multiple parts (!) / WSD L he lp

2005-11-28 Thread Weston, Toby
Thanks Anne, you're a star! From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 28 November 2005 14:12To: axis-user@ws.apache.orgSubject: Re: Request Message type information has multiple parts (!) / WSDL he lp Document/literal exchanges documents, not parameters. Therefore your

Problem invoking web service

2005-11-28 Thread Jean-Claude Moissinac
I always get the following AxisFault when I use OMElement result = call.invokeBlocking(getQuote, payload); and I doesn't find where is the error. org.apache.axis2.AxisFault: Input stream is null while reading for incomming message at

axis-admin ant task error

2005-11-28 Thread Nuno Martins
Hi all, I'am trying to proccess axis-admin with ant to a remote machine axis-admin fork=true failonerror=true xmlfile=deploy.wsdd url=http://test.dev/axis/servlet/AxisServlet;

Re: axis1.3-ClassCast Exception at call.invoke

2005-11-28 Thread jsri
Ketan, i'm not able to resolve it. As u said, i tried debugging too. is there any other way to solve it? Thanks On 11/23/05, Ketan Deshpande [EMAIL PROTECTED] wrote: Hi!I meant, when you are debugging using Eclipse, attach the axis source code whenstepping into the _call.invoke. That will also

Serialize and deserialize Data :

2005-11-28 Thread Pejavar_Rao
Hi , Iam new to axis , 1) I define a bean as follows 2) Use WSAD 5.1.2 and axis runtime to create Webservice using Java bean 3) How do i serialize the tree elements in to JavaBean I am assumingItem [] will get deserialized into an array and create the right WSDL 4) I get a class cast exception

Re: axis-admin ant task error

2005-11-28 Thread pratima gogineni
Did you do this as specified in the user guide? Remote AdministrationNote that by default, the Axis server is configured to only accept administration requests from the machine on which it resides - if you wish to enable remote administration, you must set the

RE: unsubscribe me

2005-11-28 Thread HUANG, LUKE
Please unsubscribe me, too -Original Message- From: Vinay Gaonkar [mailto:[EMAIL PROTECTED] Sent: Sunday, November 27, 2005 8:34 AM To: axis-user@ws.apache.org Cc: axis-dev@ws.apache.org Subject: RE: unsubscribe me Plese Unsubscribe me too.. Vinay Venu

Re: problem in developing .NET proxy for Axis web services

2005-11-28 Thread MUHAMMAD IQBAL
Anne, You are write, i did not define 'http://xml.apache.org/xml-soap:Element' in my WSDL but my .NET client contacts to Axis for WSDL and Axis generates WSDL automatically, i am not involved in generating that at all. do you have any suggestion, that how to change this entry or fix this

Re: axis-admin ant task error

2005-11-28 Thread Nuno Martins
Hi, I did that, but i didn't restart tomcat. Problem solved. Thanks pratima gogineni wrote: Did you do this as specified in the user guide? Remote Administration Note that by default, the Axis server is configured to only accept administration requests from the machine on which

No server-config.wsdd under WEB-INF

2005-11-28 Thread Ali Razavi
Hi, I am trying axis_1.3 with Tomcat 5. It works fine, but ironically there is no server-config.wsdd under the WEB-INF directory!! I need to change some stuff. I also have two more questions : 1- how can I enable AdminServices (the main axis page says it's disabled for security reasons by

Re: [axis2] TypeSystemHolder does not exist help needed - solved

2005-11-28 Thread iksrazal
Em Domingo 27 Novembro 2005 02:03, o Eran Chinthaka escreveu: And one other thing, seems like you are using the data binding stuff a lot. So if you can write a small article on, using Axis2 data binding, from your experience, I'm happy to host that in Axis2 web site itself. I think others

Does Axis 1.3 support Java 5 enum types?

2005-11-28 Thread Jing Xue
Hi, One of the Web services I'm trying to expose references a Java 5 enum type. I am not handwriting any WSDL, and instead using ?wsdl to generate the WSDL file. In the file generated, the enum type is mapped to anyType, instead of the xsd:enumeration I was expecting. I did some search on the

Axis 1.3 Serialization of derived types

2005-11-28 Thread Christophe Roudet
I am using Axis 1.3 rpc/encoded. I have problem with the serialization of derived types: In the wsdl: complexType name=RequestMessage sequence element name=header type=tns:RequestHeader/ element name=payload type=tns:RequestPayload/ /sequence /complexType complexType abstract=true

Re: Dynamic invocation on document style (doc/lit) web services with complex data type

2005-11-28 Thread Ravi Krishnamurthy
Xinjun Chen wrote: How can we so dynamic invocation on document style (doc/lit) web services? The parameter is a complex type instead of a primitive type. As far as I know, for RPC style services, I can use org.apache.axis.client to realize dynamic invocation, but how about for

[axis2]Looking for code examples for manipulating OM objects using XPath

2005-11-28 Thread Dong Liu
Hi, folks, I am learning to manipulate XML in SOAP message by using the OM objects and XPath. Please drop a line if you know where to find such examples. Cheers, Don

Re: [axis2] TypeSystemHolder does not exist help needed - solved

2005-11-28 Thread Eran Chinthaka
+1. Just write them and commit to xdocs. Please keep up updated, what you have written, so that we can link them to the main site. If you do not have karma or committership, you can either send a patch or create a JIRA and attach your files. I think second option is preferred. BTW, any

Re: [axis2]Looking for code examples for manipulating OM objects using XPath

2005-11-28 Thread Eran Chinthaka
Hi Dong, We have articles on OM, in couple of places. Please refer the article found in the the main site first and then check out some tutorial links found here. For XPath of course, the usage is just the way you use jaxen. We have implemented the XPath support for AXIOM, using jaxen. In

java.lang.reflect.UndeclaredThrowableException

2005-11-28 Thread Michael Rudolf
Hi, i have the following problem: When calling an axis web service that expects a custom class as parameter i get the exception shown below at the client. The class that is the parameter consists of a couple of other classes and strings and resides in another package (no sub-package). When i

Re: Does Axis 1.3 support Java 5 enum types?

2005-11-28 Thread Davanum Srinivas
Q: can I make Axis generate enumerations out of Java 1.5 enum types? A: No. -- dims On 11/28/05, Jing Xue [EMAIL PROTECTED] wrote: Hi, One of the Web services I'm trying to expose references a Java 5 enum type. I am not handwriting any WSDL, and instead using ?wsdl to generate the WSDL

xml instance from an xml schema

2005-11-28 Thread Anamitra . Bhattacharyya
Hi just wondering if anyone knows abt any tool that can generate a xml instance from an xml schema. I have downloaded suns XML Instance generator and that seems pretty old [dated 2003] and I am having lots of issues using that. If anyone knows of any java libraries available - it would of great

Re: serializing the Map datatype

2005-11-28 Thread Xinjun Chen
I also encounter such a problem. I have HashTable, HashMap, ArrayList to serialize and deserialize. Is there any exisitng serializer/deserializers? By the way, I have no experience write customized serializer/deserializer. Could anyone point me a way to start? Regards, Xinjun On 11/25/05, Don

[axis2] Pb with very standard simple code

2005-11-28 Thread Jean-Claude Moissinac
Hello I'm a newbye with axis2 I begin with the samples in http://www-128.ibm.com/developerworks/webservices/library/ws-webaxis1/ And the simple call.invokeBlocking in the listing of the article gives me org.apache.axis2.AxisFault: Input stream is null while reading for incomming message