Re: Problem with response from MS Soap

2002-01-18 Thread dswanson1
When calling a MS Soap Server you need to explicitly map the return turn types...use this snippet of code...if that doesn't work then I think you have another older parser in the path somewhere that is causing your problems...**Note you must do this BEFORE you invoke the call... //ADD YOUR OWN

RE: Problem with response from MS Soap

2002-01-18 Thread William Brogden
> -Original Message- > From: Derik Crouch [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 10:42 PM > To: [EMAIL PROTECTED] > Subject: Problem with response from MS Soap > > > Hello, > > I'm currently building a Java client that wi

Re: Problem with response from MS Soap

2002-01-18 Thread Chistian Lacetera
Hi, i have the same problem, this happens because apche soap is not strictly compliant with some namespace attribtues, you have to map the response, in your deploy file you must add a line like this http://schemas.xmlsoap.org/soap/encoding/"; xmlns:x="" qname="x:result" xml2JavaClassNa

Problem with response from MS Soap

2002-01-17 Thread Derik Crouch
Hello, I'm currently building a Java client that will be using Apache Soap API to communicate to a MS Soap server. Using a sniffer we're able to see the message go out and the response coming back from the server. ( We're using MSSoapT to see what's going on ) The problem were experiencing is in