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?