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" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 5:11 PM Subject: RE: SOAP COLDFUSION ERROR NEED HELP?? > 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?? > > > 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: SOAP COLDFUSION ERROR NEED HELP?? > > > > Yeah, ColdFusion is Generating this :: > > <SOAP-ENV:Envelope > > > 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"> > > > <SOAP-ENV:Body> > > > <m:getInstances xmlns:m="urn:EntryPoint"> > > > <domainid>11</domainid> > > > <userid>testuser</userid> > > > <password>1234</password> > > > <productid>MultiChat</productid> > > > </m:getInstances> > > > </SOAP-ENV:Body> > > > </SOAP-ENV:Envelope> > > >-------------------- > > The Over All Error is:: > > > > <SOAP-ENV:Envelope > > 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"> > > <SOAP-ENV:Body> > > <m:getInstances xmlns:m="urn:EntryPoint"> > > <domainid>11</domainid> > > <userid>testuser</userid> > > <password>1234</password> > > <productid>MultiChat</productid> > > </m:getInstances> > > </SOAP-ENV:Body> > > </SOAP-ENV:Envelope> > > > > The SOAPClientExample Multicity provided throws an couple of errors: > > > > Generated fault: > > Fault Code = SOAP-ENV:Server > > Fault String = [SOAPException: faultCode=SOAP-ENV:Server; msg=null] > > > > Generated fault: > > Fault Code = SOAP-ENV:Server > > Fault String = [SOAPException: faultCode=SOAP-ENV:Server; msg=null] > > Fault element?g = [Attributes={}] [faultCode=SOAP-ENV:Server] > > [faultString=[SOAPException: faultCode=SOAP-ENV:Server; msg=null]] > > [faultActorURI=/soap/servlet/rpcrouter] > > [DetailEntries=[(0)=<stackTrace>[SOAPException: faultCode=SOAP-ENV:Server; > > msg=null] > > at > > com.multicity.partners.soap.EntryPoint.throwServerException(Unknown > Source) > > at com.multicity.partners.soap.EntryPoint.processError(Unknown > > Source) > > at com.multicity.partners.soap.EntryPoint.getInstances(Unknown > > Source) > > at java.lang.reflect.Method.invoke(Native Method) > > at org.apache.soap.server.RPCRouter.invoke(RPCRouter.java:146) > > at > > org.apache.soap.providers.RPCJavaProvider.invoke(RPCJavaProvider.java:129) > > at > > > org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:28 > > 7) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > at > > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application > > FilterChain.java:247) > > at > > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh > > ain.java:193) > > at > > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja > > va:243) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 > > 66) > > at > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > > > at > > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja > > va:190) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 > > 66) > > at > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > > > at > > org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2343) > > at > > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180 > > ) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 > > 66) > > at > > > org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve. > > java:170) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 > > 64) > > at > > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170 > > ) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 > > 64) > > at > > org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 > > 64) > > at > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > > > at > > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java > > :174) > > at > > > org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5 > > 66) > > at > > > org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472) > > at > > org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) > > > > at > > > org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java: > > 1012) > > at > > > org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107 > > ) > > at java.lang.Thread.run(Thread.java:479) > > </stackTrace>]] [FaultEntries=] > > > > > > > > -----Original Message----- > > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, April 11, 2002 4:26 PM > > To: [EMAIL PROTECTED] > > Subject: Re: SOAP COLDFUSION ERROR NEED HELP?? > > > > > > 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: SOAP COLDFUSION ERROR NEED HELP?? > > > > > > > <SOAP-ENV:Envelope > > > 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"> > > > <SOAP-ENV:Body> > > > <m:getInstances xmlns:m="urn:EntryPoint"> > > > <domainid>11</domainid> > > > <userid>testuser</userid> > > > <password>1234</password> > > > <productid>MultiChat</productid> > > > </m:getInstances> > > > </SOAP-ENV:Body> > > > </SOAP-ENV:Envelope> > > > > > > The SOAPClientExample Multicity provided throws an couple of errors: > > > > > > Generated fault: > > > Fault Code = SOAP-ENV:Server > > > Fault String = [SOAPException: faultCode=SOAP-ENV:Server; msg=null] > > > > > > Generated fault: > > > Fault Code = SOAP-ENV:Server > > > Fault String = [SOAPException: faultCode=SOAP-ENV:Server; msg=null] > > > Fault element?g = [Attributes={}] [faultCode=SOAP-ENV:Server] > > > [faultString=[SOAPException: faultCode=SOAP-ENV:Server; msg=null]] > > > [faultActorURI=/soap/servlet/rpcrouter] > > > [DetailEntries=[(0)=<stackTrace>[SOAPException: > faultCode=SOAP-ENV:Server; > > > msg=null] > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com