RE: calling .Net service from Java client

2002-01-03 Thread David Greco
, -Dave       -Original Message- From: Alex Harvey [mailto:[EMAIL PROTECTED]] Sent: 28 December 2001 11:54 To: [EMAIL PROTECTED] Subject: calling .Net service from Java client   Hi,   I'm having a problem receiving parameters in my .Net service when called from Jav

RE: calling .Net service from Java client

2002-01-03 Thread David Greco
[mailto:[EMAIL PROTECTED]] Sent: 28 December 2001 15:52 To: [EMAIL PROTECTED] Subject: Re: calling .Net service from Java client   Thanks. Although that article helped. I found the real answer over on the Soapbuilders list. That article goes into detail about building a customer serializer

Re: calling .Net service from Java client

2001-12-28 Thread Alex Harvey
h the attribute: [System.Web.Services.Protocols.SoapRpcMethodAttribute] Now I'm off to look at the customer serialization stuff to look into sending more complex types. >From: Christian Weyer <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: R

Re: calling .Net service from Java client

2001-12-28 Thread Christian Weyer
You can get a good example from a MSDN article about interop. The link can be found on http://www.xmlwebservices.cc/ in the FAQ section. HTH, Christian Weyer - .NET XML Web Services Repertory http://www.xmlwebservices.cc/ - Al

calling .Net service from Java client

2001-12-28 Thread Alex Harvey
Hi,   I'm having a problem receiving parameters in my .Net service when called from Java. My webservice is invoked but the string parameters are all NULL and integer values are 0. I'm sure it has something to do with my encoding, but what? I've included my wsdl. What should my encodingStyleUri be s