RE: Propblem with SOAPAction not correct while invoking a Web service

2002-12-17 Thread Sauquet Dominique
voking a Web service As the error message you see says, the problem is not the targetObjectURI, it is the SOAPAction. The SOAPAction is specified as a parameter to call.invoke or SOAPTransport.send. Scott Nichol - Original Message - From: "Sauquet Dominique" <[EMAIL PROTECTED]&

Propblem with SOAPAction not correct while invoking a Web service

2002-12-17 Thread Sauquet Dominique
I tried to access the Global Weather service that looks great. Unfortunately, I got the following error : After extractFromEnvelope : [Header=null] [methodName=null] [targetObjectURI=null] [encodingStyleURI=null] [SOAPContext=[Parts={[cid:null type: text/xml enc: null]}] multiRefs: 0 deserial

RE: Newbie question

2002-12-10 Thread Sauquet Dominique
4.0.1 (HTTP/1.1 Connector) Scott Nichol - Original Message - From: "Sauquet Dominique" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 09, 2002 12:14 PM Subject: RE: Newbie question Hi thank you Scott for your help. Here is what I get in the TcpTunne

RE: Newbie question

2002-12-09 Thread Sauquet Dominique
n port 81 and relay to port 8080 (which should be replaced by the port on which your servlet can be found). You then point the client port 81 instead, e.g. java SimpleGenericHTTPSoapClient -url http://localhost:81/examples/servlet/SimpleHTTPReceive Scott Nichol - Original Message - F

RE: Newbie question

2002-12-09 Thread Sauquet Dominique
Hi I posted this question almost a week ago. I unfortunately got no answer ... except if I missed it. Can anyone help me ? Many thanks in advance Dominique -Message d'origine- De : Sauquet Dominique [mailto:[EMAIL PROTECTED]] Envoyé : mardi 3 décembre 2002 14:35 À : &#

Newbie question

2002-12-03 Thread Sauquet Dominique
Hi I am a newbie to SOAP and my problem is the following : I have downloaded examples from the OReilly book JavaWebServices. If I try the very simple SimpleGenericHTTPSoapClient and if this client sends its SOAP message to a very simple servlet which is "SOAP unaware" it works <> If I use the