Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Non-Referenced Web Services
Message
De
30/12/2004 22:30:11
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
Creating Non-Referenced Web Services
Divers
Thread ID:
00973480
Message ID:
00973480
Vues:
49
A company I'm working with created a web service to access their data. They did not create a complete WSDL (they're using Eclipse and Apache), though, and they apparently don't intend to. The result is that when I add the web service to the .Net project, not all the necessary pieces are accesible in code.

In particular, I need to pass data through the SOAP message header, and apparently, since the header is not described, it's not accessible (see my other post).

.Net is not giving me access to the header when I add a reference to it.

I believe that if I create the web service client using the .Net framework classes rather than as a reference to the project, that I can get around this by manually creating the SOAP header. I can't figure out which classes to use, though. I see references in the documentation, but every example I find relies on adding the web service as a project reference.

Any thoughts or ideas on where to look would be greatly appreciated!

My alternative is to create the code in Java using Eclipse, because I have sample working Java code. Eclipse ain't my thing, though, so I'd love to keep it in .Net.

Thanks,

David
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform