Re: XmlNode parameter to web service
Tech-Archive recommends: Fix windows errors by optimizing your registry
(This is due to the way in which a third party web service expects the
request).
btw, did you generate the proxy from the WSDL?
From your description... I see a disconnect there. The input expected is in
XML-RPC style whereas the request being generated is in Document style.
--
Happy Hacking,
Gaurav Vaish |
http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------
.
Relevant Pages
- Re: Please help me Run web services from information stored in a datab
... Or do you really want to get the WSDL from the server, ... generate proxy code on-the-fly for that WSDL-data? ... To give you an idea what string will be stored in the databse, ... > Once I have the string that describes where I can find the Web Service, ... (microsoft.public.dotnet.framework.aspnet.webservices) - RE: Web Service returning xs:choice as return type in C++ .NET
... as for the .NET wsdl generated proxy class's ... return type problem you mentioned, I've done some research on the .NET's ... (microsoft.public.dotnet.general) - Query on typing SoapService methods : Prev: Confused WS, SOA
... SoapReceiver, does now allow me to query Myservice.ashx?wsdl to return ... on another machine to create some proxy code classes. ... my wsdl on my initial attempts so far seems to have generated ... Which in the (VS Add Web Reference) proxy generated becomes ... (microsoft.public.dotnet.framework.webservices.enhancements) - Re: WSDL web reference problem
... Finally got to the bottom of the difference, the WSDL is right (apart from ... you can create the client proxies for them and compare the two ... | proxies to see whether they're identical. ... | single webservice proxy for the two ones and just change the client ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: Query on typing SoapService methods : Prev: Confused WS, SOA
... As you sugegsted I should have used WseWsdl2 tool to generate proper proxy ... > my wsdl desription. ... > I am not quite sure how these proxy methods are really helping me, ... So I guess this means that when I go towards SOA message based ... (microsoft.public.dotnet.framework.webservices.enhancements) |
|