Re: Any SOAP automatic test tool?

2005-12-01 Thread John Hawkins
If there is then please tell us. We have a test-suite that is rapidly growing in size if you can't find one. Zhan Zhaohua [EMAIL PROTECTED] 01/12/2005 01:51 Please respond to Apache AXIS C User List To axis-c-user@ws.apache.org cc Subject Any SOAP automatic test tool?

Re: Soap with attachment whith Axis C++

2005-12-01 Thread Arnault Bellina
I Would like to precise my question. I saw in some old post that it's possible to use Soap with attachment using elements under the http://xml.apache.org/xml_soap namespace. What I don't understand is if I canpush from a client to a servera picture file or a sound file using elements

RE: Invalid C++ with ignoring anonymous type

2005-12-01 Thread Iwan Tomlow
Ok, thanks for the explanation, that makes things a little more clear. Unfortunately, I don't control the WSDL-definition, I just received it and have to create a C++-client for it. My knowledge about WSDL itself is rather limited, guess I will have to look deeper into that first... -Original

Problem with abstract class-SAXException: Invalid element in

2005-12-01 Thread Ales St
Hi I have a problem with Axis in java. I have generated some abstract class named SymbolType, and some class LineSymbol which extend from it: public class LineSymbol extends net.opengis.www.sld.SymbolType{ private net.opengis.www.sld.Geometry geometry; private net.opengis.www.sld.Stroke stroke;

Re: Abstract classes and inheritance

2005-12-01 Thread Ales St
Title: Abstract classes and inheritance Hi, do you solved your problem? Because I have got a similar problem, and I don't know how to solve it. If you selve it, write me please. Thank you Ales - Original Message - From: Knötzinger Markus To:

AW: Abstract classes and inheritance

2005-12-01 Thread Knötzinger Markus
Title: Abstract classes and inheritance Hi, I'm sorry, I have not got the hang of it, yet. Markus -Ursprüngliche Nachricht-Von: Ales St [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 1. Dezember 2005 10:24An: axis-user@ws.apache.orgBetreff: Re: Abstract classes and

Re: WSDL Location Question

2005-12-01 Thread Richard Gregory
Hi Todd, I know nothing about php or coldfusion clients, but based on my experience of axis services and axis/.Net clients, I think the approach you have taken of using a custom wsdl, and seperating out the common types to your Global.xsd sounds like a good one. However, I'm not sure why

Re: Base 64 decoding in web service

2005-12-01 Thread iksrazal
Em Quarta 30 Novembro 2005 20:29, o Gabsaga Tata escreveu: I don't have a mapping of the XML string in my wsdl. I am passing the XML string in a bean object and have a mapping of the bean object in the wsdl. Is that a problem? Basically, I set the XML string in my bean object with the set

WSDL2JAVA Class Issue

2005-12-01 Thread Ben Sisson
I am having trouble following one of the WSDL2JAVA examples in the User Guide. First, a little background, I developed a Web Service from a WSDL using Eclipse and have no problem running the Web Service out of Eclipse. I used the generated deployment descriptor to deploy the Web Service

Re: Can i call web service in side my web service

2005-12-01 Thread Sreenivas Reddy
Yes You can call.. giribabu venugopal [EMAIL PROTECTED] wrote: Hi Can i call web service indise my web service? see i have to call (provider web service) inside my web service .when provider call my web service(internall i have to call their web service is it possible? what