Tagged Questions
0
votes
1answer
24 views
Why does WSDL change break vb.net application?
I am accessing a web service that is coded in c# - I am coding my application in vb.net. The owner of the webservice made a WSDL enhancement recently by adding a few values in an enum and a few other ...
0
votes
0answers
18 views
SoapClient Strictly Follow WSDL (Like .NET)
Is there a way to make PHP's SoapClient strictly follow the declaration in the WSDL? In other words, if a method is not defined, it will through an error, etc.
My problem is that on my PHP ...
0
votes
1answer
20 views
Microsoft.NET WS client: all operation and types, but no members
I'm trying to generate a .NET WS client from a WSDL + some XSD.
I've tried two ways with the same result: Add Web Reference and WSDL.EXE
I've tried different framework versions, IDE versions and ...
1
vote
1answer
22 views
In .net3 wcf the wsdl output has a xmlns:i0 that is used in the wsdl:service wsdl:port binding where do I make changes so it uses my target namespace
In .net3 wcf, the wsdl output has a xmlns:i0 that is used in the wsdl:service wsdl:port binding where do I make changes so it uses my target namespace (xmlns:tns) also the wsdl:binding element is ...
0
votes
0answers
24 views
Adding a service reference creates a class with the correct methods but no parameters
I'm trying to write a program in VB.NET 4 to consume a webservice, whose WSDL URL I've been given. In order to test it out, I've created a new project, then clicked on Add Service Reference from the ...
0
votes
4answers
60 views
Connecting to a wsdl in .net
I am trying to connect the following service :
http://api.affiliatewindow.com/v4/AffiliateService?wsdl
I did the following :
Created a new empty web application (c# visual studio 2010)
Right Click ...
0
votes
1answer
107 views
Consuming SAP web service via .net
i am pretty new to web service so i am fighting with some strange behavior. After i have imported the WSDL xml file via VS2010 i get these unrecognized policy assertions. The WSDL file was created by ...
0
votes
1answer
81 views
.NET auto-generated WSDL client does not handle abstract type when maxOccurs attribute is used
I have a rather complicated WSDL that I am adding as a service reference in Visual Studio. The problem I am having is that the auto-generated client code is not properly handling an abstract type (and ...
0
votes
0answers
54 views
Alter WCF client method signatures during generation of service reference
I have to use a SOAP web service provided via WSDL definition. After adding Service Reference it results in the following code for operations:
...
0
votes
0answers
100 views
Authentication issue in sap wsdl service?
While adding the sap wsdl service to my .net solution as add reference it's asking authentication(username,password).I am giving proper credentials but asking 2-3 times after that the service is ...
0
votes
0answers
99 views
How to ignore duplicate xsd elements while generating proxy class wsdl scheme in .NET
I need to generate .NET (C#) proxy classes from wsdl scheme
http://hh.ru/services/VacancyService?wsdl
but I receive an error:
The global element ...
0
votes
1answer
71 views
.NET Web service unable to generate a temporary class
I'm trying to instantiate a web service in my .NET web application. But as soon as it hits this line:
registerService register = new registerService();
Then i get the following error:
Unable to ...
10
votes
2answers
334 views
WCF request validation using XML
I have a WCF SOAP web service using .Net 4.0 framework. I am using contract first approach – i.e, service code is generated from hand written WSDL using WCSF Blue tool.
I have following requirement ...
0
votes
3answers
126 views
Is normal a WSDL with a private IP address like SOAP address?
I want to send requests to a .NET webservice through Internet, but the problem is the SOAP address in the WSDL has a private IP address:
<soap:address ...
0
votes
0answers
64 views
create web service in top down approach in .net
I'm a newbie to web services and I want to create web service in .net (c#) using top down approach. I have searched a lot. but couldn't find proper guideline for a newbie. and most of them are ...
0
votes
1answer
96 views
WCF generate the wsdl was different with the original wsdl which was provided to create WCF Service?
I got a original wsdl file from my boss and asked me to create a Dummy Web Service based on it. And then create a client to test it by using the new wsdl file which is generated from Dummy Web Service ...
0
votes
0answers
75 views
php call .Net complextype webservice
i have WSDL as below
<s:element name="WSCSPrepare">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" ref="Prepare"/>
</s:sequence>
...
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 ...
2
votes
1answer
117 views
WCF service wsdl client error
I have a WCF web service written in .NET 4.5 which is working fine.
The client I am using to call it (a SQL CLR stored procedure) has to use .NET 2 because it's for a Sql Server (2005).
When I test ...
0
votes
0answers
27 views
How to add a documentation Annotation to a .Net WSDL
We would like to place documentation automatically in the WSDL files that are generated.
For example with the following tag:
<s:annotation>
<s:documentation>This is a ...
0
votes
1answer
93 views
“Abend in target program” as a general exeption when traying to execute web service
I just have a web service that communicate with a mainframe, i don't manage the mainframe just the .Net part.
Everything was working fine until last week. i just start getting this error when the ...
1
vote
1answer
142 views
WSDL for namespace still using “tempuri.org”
We are in the middle of migrating our site from SP2007 to SP2010. Contained in our solution is a Web Service that is contained in an .ASMX file. I understand we should be using WCF, but we do not ...
1
vote
1answer
76 views
Operation parameters not populated
I have a WCF service with the below service\operation\data contracts.
namespace Enrollment
{
[ServiceContract(Namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200512")]
public ...
0
votes
1answer
38 views
Questions about schemas.microsoft.com.2003.10.Serialization.xsd generated by svcutil.exe
I want to distribute the WSDL file of my WCF service to all the stakeholders. Some will be generating actual web service out of it and a few will be writing client part of it.
When i generated wsdl, ...
0
votes
1answer
54 views
Soap service method arguments error with AffiliateWindow's AffiliateService
I am in the process of implementing AffiliateWindow's AffiliateService (Soap) located here.
I need to call only two methods from the this services. i have a project setup in VS 2010 and have added ...
0
votes
1answer
61 views
Is WSDL is used to describe WCF
WSDL stands for web service description language and is used to describe Web Service, so is it used to describe WCF also, and if yes than whether svcutil.exe is only tool used in WCF to describe data ...
1
vote
1answer
273 views
Pass date to web service as object property
i'm new to web services and i try to find solution but cudn't find any solution.
i'm trying send object as a parameter to web service.
[WebMethod]
public bool CreatePatientService(Patient p)
...
0
votes
0answers
43 views
Interoperability of polmorphism via Web Services & WSDL?
I am trying to find out the following:
How does defining a web service that supports polymorphism affect interoperability when providing a WSDL as the main consumption method? Specifically speaking, ...
2
votes
1answer
317 views
ServiceStack - how to host multiple versioned endpoints in one service?
Where I was
I'm trying to convert some WCF services to use ServiceStack instead. For the most part it's achieving what I want but there's definitely differences. eg with WCF I had something like:
...
2
votes
1answer
208 views
How to consume a SOAP 1.1 web service with WCF and WSE Security?
The application that we are currently developing requires that we consume an antiquated web service. We don't have access to the server-side code, so we are having to probe the service in an effort to ...
0
votes
1answer
454 views
SOAP-ERROR: Encoding: object hasn't 'first_name' property
I am getting this error message (SOAP-ERROR: Encoding: object hasn't 'first_name' property) in .NET Project when I am trying to call a web method that is written in php web service. The web method ...
0
votes
1answer
3k views
The request failed with HTTP status 404: Not Found
I am trying to call the php soap web service from the .Net Client but I am getting the following error:
System.Net.WebException was unhandled by user code
Message="**The request failed with HTTP ...
2
votes
1answer
125 views
WCF WSDL get rid of qXX namespaces
I have WSDL exported from WCF service with singleWSDL parameter applied.
There are a lot of qXX XML namespaces used like in the following fragments for type and method.
<xs:complexType ...
0
votes
0answers
276 views
Webservice on Visual Studio 2010 Express: how to get WSDL address?
Starting with a .NET webservice developed in Visual Studio 2010 Express, how can I have the own webservice knowing the URL of the WSDL it serves itself?
For example, if I have some boilerplate code
...
0
votes
0answers
236 views
svcutil import of WSDL failing
I am attempting to import WSDL to generate the class from a older webservice using svcutil. Initially I was having issues with the fault definition, but I think I've corrected that now.
I've ...
0
votes
2answers
84 views
Web service contains an empty service tag
I created a WCF service.
In the WSDL I can't see the URL and PORT that the service should bind on.
All I see is:
<wsdl:service name="SimpleWebService"/>
Any idea what am I doing wrong? ...
0
votes
1answer
100 views
.NET not deserializing XSD maxOccurs=“unbounded” element
In attempting to consume a WSDL that declares an array of types, .NET is unable to deserialize the response messge.
WSDL
https://docs.google.com/open?id=0B5Se_xHASR2LS0EtdmxfNGZWMTg
Autogenerated ...
0
votes
1answer
125 views
wcfextras still generates many files instead of single WSDL file
Here is the app.config I got:
<?xml version="1.0"?>
<configuration>
<system.serviceModel>
<extensions>
<behaviorExtensions>
<add ...
0
votes
2answers
370 views
Importing WSDL into a .NET project only creates an empty namespace
I'm trying to use WCF for the first time. Here's what I did:
Created a console .NET 4 project in VS 2010
Added a WSDL file as a service reference.
However, I can't seem to be able to use the ...
1
vote
1answer
78 views
Expose different WSDL for different clients
I have developed a WCF application which is being consumed by three .NET web service clients. So far so good.
But now I should change the WCF application in such a way that a different schema is ...
3
votes
1answer
244 views
Contract-first WCF services - still valid?
I am attempting to create a few WCF web services from existing WSDLs. There are a few awesome questions on SO for this, (1, 2, definitely more) but many of these are from 3 years ago, and I end up ...
0
votes
1answer
67 views
How to connect to a .Net WCF MS-LWSSP SOAP service from Java (JRuby)?
I'm working with a client that's on a currently purely-MRI Ruby/Rails stack, but we have a 3'rd party service we need to start interfacing with that is built on .Net with WCF and the only way to ...
1
vote
0answers
170 views
WSDL validation failure. How to make it valid
i have created a small WSDL File, but the validation fails.
The Validator says:
Service "PortalService" : Port "PortalPort" points to undefined binding
Message for input element of operation ...
0
votes
0answers
72 views
Need to normalize WSDL file
I am having a problem with my WSDL file. I updated my code and this is what I got.
Do you have any idea how to fix this issue. I have tried looking for a solution but I did not know what to search ...
2
votes
1answer
91 views
Set link https protocol in wsdl
I have a WCF service which is secured through the load balancer. So client connection is via https but the service itself is not https under IIS. This means that the links in the wsdl are not secure, ...
0
votes
2answers
112 views
Attribute ??? must have present attributes name or ref, but not both"
I'm trying to consume a Webservice created with PHP using SOAP standards with Visual Studio 2010 client.
When I try to generate the proxy, an error raises about the format of the WSDL file. The error ...
2
votes
0answers
143 views
Remove port number in wsdl
I need to remove the port number in the wsdl file of my WCF service.
I use the IWsdlExportExtension and IEndpointBehavior in order to do that but it always ended up with the original port number.
...
0
votes
0answers
74 views
Can wsdl.exe generate a ReplyAction other than “*”?
When I added a wsdl to my console app client, the henerated proxy class has a ReplyAction=”*”. But the Action had URI. Is there a way I can force the wsdl.exe to use the URI similar to the Action?
...
0
votes
0answers
411 views
WCF Test Tool not seeing metadata
I have a WCF service application project in Visual Studio, and I have a local IIS install configured for debug execution of that service. When I access the service directly from a browser, all is ...
0
votes
1answer
111 views
To configure .wsdl for using
I have connected .wsdl file to my project (by adding service reference). Wcf described by .wsdl has had configurations without which it can't be ised in my project.
What should I do to set up these ...

