Re: Memory management

2005-12-09 Thread John Hawkins
I'm going to put this onto the web-site in the next few days but sneak preview - Many Web Services Client for C++ methods either expect or create memory objects. Below is a list of rules that you must follow when developing web service client applications: v Any memory object that is passed to

https versus http proxy

2005-12-09 Thread Franz Fehringer
Hello, Is Axis C/C++ 1.5 able to tunnel https connections over http proxies? According to my investigations probably not. The necessary steps for this scheme would be (to my best knowledge) 1) connect normally to proxy 2) send http CONNECT request (with remote address as argument) 3) now we have

HashMap

2005-12-09 Thread Xinjun Chen
Hi, I met a problem when dealing with HashMap and complex types. class BaseClass { ... EntityFlowType[] flows; // flows is actually a HashMap with // key: String entityType // value: ArrayListEntityLinkType entityLink } class EntityFlowType { String entityType; EntityLinkType[] entityLinks;

Re: unsubscribe me

2005-12-09 Thread Toshiyuki Kimura
Did you read and try it ? http://marc.theaimsgroup.com/?l=axis-userm=113316457208194w=2 Anyway, you'll have a confirmation message to unsubscribe this list, later. Then, you have to reply to the message to complete your unsubscription. Thanks, Toshi On Fri, 9 Dec 2005 [EMAIL PROTECTED] wrote:

HTTP 1.1

2005-12-09 Thread Fady Kaddoum
I am using Axis 1.2.1 for my Web Service client. I am issuing HTTP 1.0 requests and the server is sending me HTTP 1.1 responses. Can I configure my client to use HTTP 1.1 instead of 1.0? Thank you Fady

Re[2]: [Axis2] Axis2 0.93 doesn't find resources in .aar

2005-12-09 Thread Iwan Memruk
Hello Ajith, Friday, December 9, 2005, 5:16:30 AM, you wrote: AR Hmm.. AR I guess the problem is likely to be that hibernate internally AR tries toload some of its classes by itself  and picks up a wrong AR classloader! I'm not an expert of Hibernate but is there a way to AR specifythe

Re: [Axis2] - upgrading from [Axis1.3]

2005-12-09 Thread iksrazal
The Axis2 Code Generation Tool Reference has a sample WSDL using soap 1.1 and doc / lit . http://ws.apache.org/axis2/CodegenToolReference.html AFAIK, your choices are 'rpc literal' and 'doc literal' using axis2 at the present time, ie, not rpc encoded. HTH, iksrazal Em Sexta 09 Dezembro

Re: Can you have more then one client handler

2005-12-09 Thread iksrazal
endpoint=http://localhost:9080/hub/servlet/AxisServlet portQN=AxisServlet QName portQN = new QName(endpoint, portQN); Em Quinta 08 Dezembro 2005 18:35, o Parikh,Pratik escreveu: What does portQN stand for??? Thanks, Parikh, Pratik -Original Message- From: iksrazal [mailto:[EMAIL

Axis API

2005-12-09 Thread Sandeep Gaikwad
Hi, I am trying to migrate my project from axis to WAS 5.1. I am getting most of the trouble in case of replacing variuos classes used by axis. So can anyone explain me what is the purpose of ParameterMode class and signature attribute defined for it. Regards, Sandeep Yahoo!

Code generation problem. Strange Classname

2005-12-09 Thread glenn bech
I have a WSDL with a refenrence to an XML Schema file. This .xsd contains the following element declaration xs:element name=Cai3gFault xs:complexType xs:sequence xs:element name=faultcode type=xs:integer/ xs:element name=faultreason

Web service client: need help

2005-12-09 Thread Håkon T Sønderland
Hi, I'm trying to develop a web service client to consume an existing web service using Axis 1.3/Java 1.4. I generate the stub code using wsdl2java (classes are InfoXMLStub etc). When I try to call the web service using this code: Header header = new

Re: java2wsdl .net string[] arrays

2005-12-09 Thread Ron Reynolds
is it literal or rpc-encoded? my guess is rpc-encoded and everything i've read (including the WS-I Basic Profile 1.1) says don't use rpc-encoding - only literal encoding, especially if you want to have a chance at .NET/Java interop. Hi! I'm just getting started modyfying wsdl, but I have

Re: Web service client: need help

2005-12-09 Thread Håkon T Sønderland
Ron Reynolds wrote: i see this error (notice it's logged at the DEBUG level) even when things are running normally. do you get any exceptions thrown in your client code when you try to use the stub? the reason this is logged is because this code (AxisEngine:308): public SOAPService

[Axis2] Building Axis2 services with Maven2

2005-12-09 Thread Iwan Memruk
Hello All, Does anyone have any suggestions how to make Maven2 create valid Axis2 service packages? Maven2 does not include libs into packaged JAR's, thus the service doesn't work if deployed as is. Maven2 does include dependencies into packaged WAR's, but they