The problem is that the MS SOAP Toolkit client is not specifying the XML Schema type 
of the batchId parameter.  If you are using the low-level API, this is easy to fix in 
the client code.  See http://www.scottnichol.com/vbclientapachesoap.htm.

If you are using the high-level API, you must change your deployment descriptor as 
described in http://www.scottnichol.com/vbclienthiapachesoap.htm.

Looking at your deployment descriptor, it appears you have done the latter.  Once you 
change the d.d., you must undeploy the service, then deploy it again with the new d.d. 
 Have you done that?

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "Mohit A Sharma" <[EMAIL PROTECTED]>
Sent: Wednesday, June 30, 2004 6:49 PM
Subject: Some help needed on SOAP


> Hi Scott ,
> 
> My name is Mohit Sharma and I work for IBM Global Services
> I am trying to troubleshoot a problem that I am facing in my Web Services
> Project.
> 
> My Web Service is running on WebSphere Application Server 5.0.2 and I have been
> able to test it successfully using JAVA Client .
> 
> However , one of my customers is having MS Soap Toolkit and when he is trying
> to invoke the web service he gets the error " No deserializer found to
> deserilaize ..." . The web service expects a parameter called batchId and with
> the MS Soap client , it is failing.
> 
> I have searched the Internet and tried a lot of thing s, but to no success. I
> was going through the Apache.Org site , and found that you had certain ideas
> about how to resolve the issue. Can you please help me to resolve the issue.
> 
> I am attaching the Deployment Descriptor (H2HService.txt) and also the request
> and the response from MS VB SOAP ( Mohit_VBTest.txt) and JAVA Client.
> (Mohit_Java.txt)
> 
> Any help on this would be greatly appreciated.
> 
> Thanks,
> Mohit
> ____________________________________________
> Mohit Sharma
> IBM Global Services - Export Blue
> Phone:  602-537-3701
> Internet Email Address : [EMAIL PROTECTED]
> 
> (See attached file: Mohit_VBTest.txt)(See attached file: H2HService.txt)(See
> attached file: Mohit_Java.txt)
> 
> 
> 
> 
> American Express made the following
>  annotations on 06/30/2004 03:49:52 PM
> ------------------------------------------------------------------------------
> ******************************************************************************
> 
>      "This message and any attachments are solely for the intended recipient and may 
> contain confidential or privileged information. If you are not the intended 
> recipient, any disclosure, copying, use, or distribution of the information included 
> in this message and any attachments is prohibited.  If you have received this 
> communication in error, please notify us by reply e-mail and immediately and 
> permanently delete this message and any attachments.  Thank you."
> 
> ******************************************************************************
> 
> 
> ==============================================================================
>

Reply via email to