__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
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
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
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
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
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