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.
//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";>
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
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
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
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