Tagged Questions
0
votes
2answers
50 views
C# Web Service client that will fail if WSDL is not available or invalid
My client hosts a few web services and has ASP.NET Web pages that will demo the web service and acts as a quick check to verify that the web service is up by the client. The problem is that the WSDL ...
4
votes
1answer
47 views
What is the use of the /serverInterface and /server option for the WSDL.exe tool
All, Generally.With the asp.net tool WSDL.exe tool, I think there are three ways to generate asp.net code from the wsdl file.
default output to generate client proxy class.
generate abstract class ...
0
votes
1answer
37 views
How to get all the parameters of this WSDL document web methods
I am working on a project where in which the requirement is to get all the web methods of the WSDL document including its parameters to get/send the data from/to web services.
I request to suggest ...
0
votes
1answer
34 views
WSDL element is null?
I have an WSDL document and it has elements like this above.
<s:element name="NewPortalOrder">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" ...
0
votes
2answers
188 views
Error consuming wsdl web service with c# The formatter threw an exception while trying to deserialize the message
I am trying to consume a wsdl web service (java) using C#. I added the service reference and implemented the webmethod call but it is returning following error:
The formatter threw an exception while ...
0
votes
1answer
40 views
Is it possible to change a parameter name of an asmx web service without breaking clients
Is it possible to change a parameter name of an asmx web service without breaking clients? For example, consider a legacy service which has a web method like so:
[WebMethod]
public string ...
0
votes
2answers
103 views
How to create and send a SOAP request with the help of WSDL and receive SOAP response?
I am very new to WCF. I want to send a SOAP request to a webservice and receive response from the same. The WSDL is: http://content.domain.com/ContentService?wsdl. I have added this wsdl to ...
0
votes
1answer
274 views
Error in deserializing body of reply message for operation 'poInfoInquiry'. - C# webservices
I am getting Error in deserializing body of reply message for operation 'poInfoInquiry' when I try to invoke poInfoInquiry method in webservices(C# - WSDL). I am passing date as DaTeTime type.
...
0
votes
1answer
196 views
How to access sap wsdl service in asp.net?
client given sap based wsdl service.in wsdl i don't know what are the methods,request paramaters and response.please tell me how to call wsdl in asp.net?
2
votes
4answers
67 views
Add reference to webservice
I am developing a project using Visual Studio 2010, and I need to consume a webservice. The problem is that the development machine does not have access to the webservice, so I cannot add a reference ...
0
votes
1answer
87 views
Call Web Reference using ASPX page
In visual Studio I've added a WSDL web reference which loads a variety of "methods" for calling a SOAP api. I have a blank aspx page. How do I call these methods loaded by the web reference? I've ...
0
votes
0answers
79 views
Unsecure SOAP Response in .net3.5 using asp.net throwing exception
I am using a wsdl and I can send a signed response but I get back an unsigned response.
Unfortunately I have tried to downloaded hotfixes that have helped some with WCF but I have had no luck. I am ...
0
votes
1answer
129 views
Store values in sql db as .txt file
I am developing a simple domain application using web services.I got the domain information using whois wsdl.That is working well but I am getting the entire data the problem is I need only selected ...
1
vote
1answer
226 views
Reflecting ASMX via WSDL, with custom types
I need to reflect an ASMX web service via WSDL.
Simple cases go all fine, using the accepted answer of this.
But then I have some complex type (a strong-typed dataset) defined in there.
The original ...
0
votes
1answer
237 views
ASP.Net How to call an Unknown (Dynamic) WSDL Webservice and parse it's result?
will appreciate any pointers here. This scenario may sound a bit weird:
I am trying to write a program that consume webservices that user define, and that my program do not know in advance.
For ...
0
votes
2answers
64 views
asp.net wsdl consumpution in iphone
i want to consume wsdl services on iphone created in asp.net , before this i was using php and it was very eady to hit the URL and get data but now I don't know how to consume these webservices i ...
0
votes
0answers
148 views
Error while i try to reach a php web service in windows phone 7 application
Today i try to add service reference of php wsdl web service "https://myServername.com/mLeads/www/ajaywebservice/client.php" in to my windows phone 7 application in visual studio 2010 with windows 7 ...
0
votes
2answers
177 views
Generate proxy class for selected web methods
I have a real big (exposing nearly 200 webmethods) asp.net web service. I am developing a second application which consumes very few webmethods of this service (2 webmethods). When I generate proxy ...
0
votes
1answer
124 views
Trouble using Epplus and Service.svc
I have a Web Site with an Service.svc file, i created this using the Add New Item -> AJAX-enabled WCF Service, for weeks, everything works fine.
Today, i imported the EPplus.dll to generate some excel ...
0
votes
1answer
191 views
Adyen web service access with .Net
I am trying to implement Adyen recurring payment to my web application (C# .Net 4) but being relatively new to web services I am not sure I am doing it the right way.
In short the payment provider ...
0
votes
2answers
129 views
Generating UI to test Web Service Operation
I am creating basic .NET webpages as a UI, to invoke WCF service and display the result. I feel many web developers must have come across this situation, earlier.
Is there any existing tool out ...
0
votes
0answers
160 views
webservice binding input
I'm working with an .asmx webservice, and am having troubles sending XML file via the POST method. I believe this has to do with the POST binding in the webservice, but I honestly do not know. ...
1
vote
0answers
1k views
Metadata contains a reference that cannot be resolved (Wrong wsdl url)
When adding a web reference or a service reference, visual studio 2010 shows the following error message. Actual wsdl url is http://x.x.x.x:9999/PersonCRUD.asmx?wsdl. I don't know why visual studio ...
1
vote
1answer
406 views
WseWsdl3.exe Generates error on Windows 7 Professional 64 Bit
When I run the command :
"C:\Program Files (x86)\Microsoft WSE\v3.0\Tools\WseWsdl3.exe" [WSDL location] /o:[file location] /l:cs /type:webClient
Where [WSDL location] is the location of the web ...
1
vote
1answer
161 views
Converted WSDL to WCF Web Service. WCF WSDL does not match original WSDL
I have converted a WSDL to a WCF web service. However, when I run the WCF service and check the WSDL, it does not match the WSDL originally used to create the service. Why?
The original WSDL ...
1
vote
0answers
70 views
Get error after all operations do their work [nusoap,wsdl,php]
When my users connect with nusaop and wsdl to me from asp.net they can finish their operation but in the end after all works do successfully they get this error:
<?xml version="1.0" ...
1
vote
0answers
136 views
connecting asp with web-service [wsdl-nusoap]
I Have a function that i want to use it in web-service ... for wsdl and nusoap
another users that connect to me with php havent any problem on nusoap .but whos connect me with asp can add my ...
0
votes
1answer
185 views
How I set a reference to a SOAP file and use this functions in C#
I want create a ASP.NET Application (aspx site) that connection with a database and create userconnections for the internet. I get a Soap Data (soapapi.wsdl). This file have all function for create a ...
2
votes
2answers
171 views
How can I enable more output formats in addition to the default XML?
When debugging a web service, I can test the functions using the default WSDL interface that is provided that lets me input some values for the parameters. This is very handy but outputs only XML. Is ...
5
votes
1answer
135 views
What is DefaultWsdlHelpGenerator.aspx?
Does anybody know what is DefaultWsdlHelpGenerator.aspx?
What its use? and the most important, when it is in use?
0
votes
2answers
941 views
Adding wsdl Fedex file to c# .Net
I am trying to get started using FedEx webservice and I downloaded the wsdl file. I can not figure out how to add this to the project. MSDN is no help at all. If I try to "add reference" it will ...
7
votes
3answers
1k views
ASP.NET/C# client to consume a PHP/MYSQL web service (WSDL)
I am trying to access a webservice (two files below). The client is using ASP.NET/C# for their web architecture. I can add the web reference but somehow I cannot generate a proxy class for the wsdl ...
1
vote
1answer
823 views
How to consume an ASP.net webservice and WCF webservice using a common Reference
I a writing a C# console application that has to consume ASP.net webservice and WCF service using a common proxy. The WCF and ASP.net webservice will implement same data and service contract and same ...
0
votes
1answer
226 views
Validate WSDL schema
I have this wsdl specification I have to code against (in asp.net 3.5), but it cannot be imported by visual studio 2010. I've tried using liquid XML, soapUI, xmlspy and webservice tester, and all of ...
0
votes
1answer
299 views
Rest service with WCF and wsdl definition
i read on the net that there is no wsdl definition for REST services and also that in WCF we can use webHttpBinding to create restful services. I downloaded SOA cleaner software to test my services ...
1
vote
2answers
288 views
Loop through result from a .NET web service call in php
I'm working on getting results form a .net web service with a method that returns a generic list. Using var_dump in the php page (which is calling the .net method using WSDL), I was able to see the ...
2
votes
0answers
373 views
With custom WSDL and a referenced schema, why isn't the return Xml from my SOAP method serialized from the objects correctly?
After reading this article:
Improve Web Service Interoperability with XML Message Design
I decided to have a go at importing our existing message design schema into the WSDL for our new SOAP ...
1
vote
0answers
365 views
Web reference call return object with null fields
I know this is a repeated problem. But I've Googled in the last 2 days, but still can not find the solution to my issue. The popular answer is namespace related but it still does not help me.
Ok, so ...
0
votes
1answer
895 views
Consuming WSDL inside ASP.net MVC project
I have an WSDL at my disposal. it's address is : http://gy30.com/webservice/index/wsdl
when i import the WSDL through asp.net "add service references" i can see the "Operations(methods)".
After ...
2
votes
1answer
182 views
C# app and asp.NET session
I try build client-base desktop app using webservices. I have problem when I try send List through session. Even though the session was created, when reference back to session no longer exists.
...
3
votes
1answer
101 views
Is it possible to support several different versions of the same web service with a .NET web service client?
I have a case where I have a web service client as a part of a larger offering. The roles here are a bit reversed: the clients are the ones hosting the web services, and our application is the one ...
2
votes
1answer
393 views
Redirect to Web Service WebMethod from ASP.NET Website
I have a website created with ASP.NET and a web service, both using FormsAuthentication (which validates the user's credentials against Active Directory - LDAP).
When I call an action method of this ...
0
votes
3answers
445 views
using a wsdl in ASP.net
I have downloaded a WSDL file from Internet and just want to know how to use the webservices out of the provided wsdl file using ASP.net version 2.0.
1
vote
0answers
344 views
Getting a PortType and Binding different with wsdl
I got a wsdl file and I use the wsdl.exe tool to convert it to a C# interface.
Everything is ok but :
In the output description (myurl.asmx?wsdl) I got those lines :
<wsdl:binding ...
0
votes
2answers
704 views
Custom Exception Handling in ASP.NET webservice
I developed a asp.net 2.0 web service (.asmx), now my client said that
"there is no fault exception available. It contains only request and
response. We need to handle the exception scenarios ...
0
votes
2answers
186 views
Wsdl, test web service, newbie
I have a few wsdl URLs (e.g. https://location?wsdl). And I need to automate the testing of these web services with asp.net. How can I do that ? I was told that http website request could do this ...
1
vote
1answer
142 views
Invalid RESTful WSDL v2.0 from .Net 4.0 Framework
I created a couple of WCF services. One very robust one that can accept both SOAP and RESTful requests, and provide XML and JSON responses.
--EDIT: FYI: Enabling an SOAP endpoint to accept a ...
-2
votes
1answer
433 views
Get WSDL object into a SQL Database
So I hate to ask this but the last 10 hours of searching and attempting to code have turned up nothing.
I have a visual studio project with an SQL database attached. I need to pull data from a ...
0
votes
3answers
489 views
Forming an HTTP request for a SOAP web service
I trying to acces this SOAP Web Service (http://iberius.scjn.gob.mx:8080/Mobile/Tematica.svc) and I also have its WSDL files available
http://iberius.scjn.gob.mx:8080/Mobile/Tematica.svc?wsdl
...
1
vote
2answers
2k views
SalesForce Web Service By WSDL - Invalid Login SOAP Error
I am trying to connect to the SalesForce web service and return some data in a web page. I am new to this WSDL stuff. So first I created a very simple console application. I just wanted to see if I ...




