You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dino Chiesa <di...@microsoft.com> on 2005/04/02 01:03:24 UTC

RE: Custom Envelopes... (was: RE: Java Client, .NET server... and the Oreilly book...)

Eeeek!  is right....
I'll try to have a look at this next week sometime. 
 

-----Original Message-----
From: John Windberg [mailto:jwindberg@yahoo.com] 
Sent: Wednesday, March 30, 2005 4:10 PM
To: axis-user@ws.apache.org
Subject: Custom Envelopes... (was: RE: Java Client, .NET server... and
the Oreilly book...)

eeek!
In order to get through security to an MS .NET web service you end up
writing your own envelope as a big string?

That seems practically immoral.

What's it look like?





--- Gary Zhu <gz...@timeicr.com> wrote:
> We are using AXIS to consume .NET WS with authentication. The trick is

> to satisfy the Credentials requirement in .NET WS header. Therefore, 
> instead of generating proxy/stubs, we used custom envelope and it 
> works fine. Have a look at the sample "misc/TestClient.java" bundled 
> with AXIS distribution.
> 
> Gary
> 
> -----Original Message-----
> From: John Windberg [mailto:jwindberg@yahoo.com]
> Sent: March 30, 2005 1:34 AM
> To: axis-user@ws.apache.org
> Subject: Java Client, .NET server... and the Oreilly book...
> 
> So, has anyone actually written a web service client that can 
> communicate with a .NET server?
> 
> I'd love proof that it can be done. So far I've seen references to 
> things the other way around, and pointers to classes that don't 
> actually exist in the
> 1.1 axis jar.
> 
> I suppose most people using axis are written services, and I look 
> forward to doing that myself, but right now, it's clients, and what I 
> need to talk to is a Microsoft SharePoint server...
> 
> My only working code so far is based on the classes generated from 
> WSDL2Java for a public exchange rate service. No security involved.
> Create a service, get an endpoint, get a call, add some parameters, 
> invoke the call. What am I suppose to do with a with a "Sender"?
> 
> On that note, anyone know what's up with the programming axis book 
> from Oreilly? I pre-ordered it from amazon, but its not been listed as

> available yet, and I could not find it on oreilly's site.
> 
> 
>