You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Christian Weyer <ch...@eyesoft.de> on 2001/12/28 18:43:47 UTC

Re: calling .Net service from Java client

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/
---------------------------------

Alex Harvey wrote:

> 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 set to for the SOAP call?