Unable to send compressed message !

2011-05-25 Thread Anil Bondalapati
Hi, I have two webservices deployed on two different servers. (service1 and service2) >From my client program I have enabled the GZIP format on the request for the >serviceClient. When I make a call to the service1, the message is compressed and sent to the server and everything looks good.

unsubscribe

2011-05-25 Thread Ben Reif

unsubscribe

2011-05-25 Thread Ben Reif

RE: Problem using byte[] in POJO web service

2011-05-25 Thread Martin Gainty
//in any case the schema your wsdl supports should reflect that ArrayOfBytes complexType element e.g http://www.w3.org/2001/XMLSchema"; xmlns:tns="http://soapinterop.org/types"; targetNamespace="http://soapinterop.org/types";>

RE: Problem using byte[] in POJO web service

2011-05-25 Thread Mario Oliveira Rodrigues
Update, if the byte[] is a parameter of the web service method, everything works fine. So the problem is only if the byte[] is inside other POJO. Best regards, Mário Rodrigues Declaração: A informação contida nesta mensagem, e os ficheiros anexos, é privilegi

AW: Axis 1.4 client: add additional get/post param?

2011-05-25 Thread Stadelmann Josef
What proxy type are you talking about? Is your Proxy an axis2 web service acting as a Proxy? OR is it a Router/Gateway/Proxy Server of some type? Would be nice if you can be just a bit more specific to us. A clean way to do it is; to have proper routing information in the SOAP header Request a

Duplicate global type exception while generating stubs using Axis2 (XMLBeans databinding)

2011-05-25 Thread fire fox
Hi all, *>* My WSDL contains two external schema imports. http://schemas.xmlsoap.org/soap/encoding/"; schemaLocation="http://schemas.xmlsoap.org/soap/encoding/"/> http://schemas.xmlsoap.org/wsdl/"; schemaLocation=" http://schemas.xmlsoap.org/wsdl/"/> *>* When I try generating stubs usi

Re: something in here uses a non-autogenerated WSDL? how?

2011-05-25 Thread J. Hondius
I got it to work some time ago. Dont remember exactly, sorry. Guessing: Are you shure Eco.wsdl is the right name? And i think there may be a setting in axis2.xml like autogenerate=false etc What does http://127.0.0.1/SNMP/services/Eco?wsdl look like after you put it into the META-INF? Good luck