Please unsubscribe me.

2002-04-12 Thread Sujit Gokhale
__ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/

RE: SOAP COLDFUSION ERROR NEED HELP??

2002-04-12 Thread Vaibhav Joshi
Hi, Thanks a Lot. Is it, that Apache doed not recognise these kind of SOAP type 's. ie one generated from Cold Fusion.. -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 6:11 PM To: [EMAIL PROTECTED] Subject: Re: SOAP COLDFUSION ERROR NEED HE

Re: SOAP COLDFUSION ERROR NEED HELP??

2002-04-12 Thread Scott Nichol
The Apache SOAP server is receiving the message, parsing it, and correctly calling the getInstances method on your EntryPoint class. The code in your EntryPoint class is calling the processError method of EntryPoint, which in turn in calling the throwServerException method of EntryPoint. The Apa

error connecting in EJB

2002-04-12 Thread pop m
I am using Orion 1.5.4 and SOAP 2.2 . I have written a simple stateless EJB and I want to call a method via SOAP but always I am getting the next error from client:     Fault Code   = SOAP-ENV:Server  Fault String = Error in connecting to EJB and my Orion app. server writes this:   Except

Re: Error opening socket: Connection refused: no further information.

2002-04-12 Thread Scott Nichol
Generally, the samples accept a command line parameter specifying the endpoint URL for the SOAP server. The test scripts use http://localhost:8080/soap/servlet/rpcrouter. You will get an error like the one you report if there is no processing listening on the server port. When running the tests

Re: Call SOAP Web Service only over HTTP

2002-04-12 Thread Scott Nichol
You cannot call a SOAP service using a regular POST from an HTML page. Such a post will send the values of fields on the form in url-encoded format. Of course, with IE you can have JavaScript that is fired for the post that will create the SOAP message as XML and send it, but this is basically