SOAP Question
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
- From: Brian P <no@xxxxxxxxx>
- Date: Thu, 15 Sep 2005 09:13:34 -0700
I am working on a new program that uses a SOAP interface. I have written
a few of these before, but this time it is giving me trouble. I suspect
there is a problem with on the SOAP handler side, but since I'm not an expect
I cannot be sure.
The vendor has provided me a url to the WSDL document for the soap service.
Using the .Net WSDL utility, I generate a c# proxy class. When I'm trying
to use the methods of the soap service, I get an error saying the method
could not be executed.
What I find strange is, looking at my generated soap proxy class, the URL
points back to the WSDL URL, not a URL to a asmx or other page. Does this
make sense. How can a WSDL document handle soap requests?
I asked the vendor and they said that it is correct...
Thanks for any help...
Brian
.
Relevant Pages
- Re: SOAP project
... and what do I do if they haven't published the WSDL document? ... your job is much easier - you can create a SOAP ... > | the server as standard SOAP messages. ... (microsoft.public.dotnet.languages.csharp) - How to write WSDL when I know the SOAP information
... Hi,I want to do something related to WSD Discovery,and now the soap ... WSDL document and only know the basic format of it,help help! ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: Create proxy class manually without using wsdl.exe tool. C#
... > business...that the proxy class was generated by the wsdl.exe tool ... They have to be soap envelops so I ... > message works..or rather what serialization parts to use. ... (microsoft.public.dotnet.framework.webservices) - problems calling J2EE Web service from .Net in a High perfomance web app
... I succesfully created a SOAP ... webreference in VS IDE which when built works fine under small amounts ... of load, however under heavy amounts of load we start to see a ... I don't need a SOAP proxy class I need a HTTPPost Proxy ... (microsoft.public.dotnet.framework.webservices) - Re: Forms Project
... You can submit the forms directly to a SOAP service or email them and ... use the POP3 Adapter to receive them in BizTalk. ... SharePoint integration of BizTalk via the Adapter (though it takes ... It is totally OK to just submit via SOAP and you can even show ... (microsoft.public.biztalk.general) |
|