Re: SOAPAction Header

2003-03-07 Thread Nicola Muratori
, the SOAPAction has to be set in the HTTP header, not the SOAP header. from Amazon's WSDL: soap:operation soapAction=urn:PI/DevCentral/SoapService / It's the same value for all operation, but it need to be there on the wire. eric Nicola Muratori wrote: hi i'm trying the amazon web service kit

SOAPAction Header

2003-03-05 Thread Nicola Muratori
hi i'm trying the amazon web service kit, but i can't do any search because the server replies this to any request: ?xml version=1.0 encoding=UTF-8? SOAP-ENV:Envelope xmlns:SOAP-ENC=http://schemas.xmlsoap.org/soap/encoding/; SOAP-ENV:encodingStyle=http://schemas.xmlsoap.org/soap/encoding/;

help with proxy

2003-02-26 Thread Nicola Muratori
i'm in trouble with proxy authentication in a client generated by WSDL2Java that will access to GoogleSearch Web Service. I've tried to set the System.setProperty( proxySet, true ); System.setProperty( proxyHost, linuxintra ); System.setProperty( proxyPort, 8080 );

Re: help with proxy

2003-02-26 Thread Nicola Muratori
, xxx); System.setProperty(http.proxyPassword, yyy); many articles written in JavaWorld are in wrong!! please send feedback to this article: http://www.javaworld.com/javaworld/javatips/jw-javatip42.html regards, Nicola - Original Message - From: Nicola Muratori [EMAIL PROTECTED