SOAP COLDFUSION ERROR NEED HELP??

2002-04-11 Thread Vaibhav Joshi
http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/1999/XMLSchema";> 11 testuser 1234 MultiChat The SOAPClientExample

Re: SOAP COLDFUSION ERROR NEED HELP??

2002-04-11 Thread Scott Nichol
Can you provide a little more information. Is ColdFusion generating the envelope you show? Have you captured the response envelope as well? Scott Nichol - Original Message - From: "Vaibhav Joshi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 3:30 PM Subject

RE: SOAP COLDFUSION ERROR NEED HELP??

2002-04-11 Thread Vaibhav Joshi
Yeah, ColdFusion is Generating this :: xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; > xmlns:xsd="http://www.w3.org/1999/XMLSchema";> > > > 11 > testuser >

Re: SOAP COLDFUSION ERROR NEED HELP??

2002-04-11 Thread Scott Nichol
This does not seem like an Apache SOAP issue per se. Your EntryPoint#getInstances method is being invoked, but it is throwing an exception. Scott - Original Message - From: "Vaibhav Joshi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 4:27 PM Subject: RE: SO

RE: SOAP COLDFUSION ERROR NEED HELP??

2002-04-11 Thread Vaibhav Joshi
Hi, Is there any problem with the way ColdFusion generates the XML ie SOAP Envelope shown below?? Thanking you V -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 4:51 PM To: [EMAIL PROTECTED] Subject: Re: SOAP COLDFUSION ERROR NEED HELP??

Re: SOAP COLDFUSION ERROR NEED HELP??

2002-04-11 Thread Scott Nichol
It looks fine. As with Microsoft, the parameters do not have the xsi:type attribute, but because you do not get a "cannot find a deserializer..." error, I assume you have added the appropriate mappings to your deployment descriptor. Scott - Original Message - From: "Vaibhav Joshi" <[EMA

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2002-04-11 Thread rubys
rubys 02/04/11 16:22:04 Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Fix a bug that prevents the default encoding from being correctly applied. The SOAPMappingRegistry class, a subclass of XMLJavaMappingRegistry, now support chaining, i.e. an ins

Error opening socket: Connection refused: no further information.

2002-04-11 Thread dinakar
hi all,        When i run any sample code for apache soap iam getting the following errors.      Error opening socket: Connection refused: no further information      i guess i have placed all the jars and parsers in the right place , but still iam getting this error      any help  would be k