-
```
What steps will reproduce the problem?
1. got php code from http://www.jool.nl/webservicehelper/
2. changed xsd:all to xsd:any (per issue #39)
3. parsed my wsdl at
http://downtownorlando.info/wsd…
-
```
What steps will reproduce the problem?
1. got php code from http://www.jool.nl/webservicehelper/
2. changed xsd:all to xsd:any (per issue #39)
3. parsed my wsdl at
http://downtownorlando.info/wsd…
-
```
What steps will reproduce the problem?
1. I'm using revision 9, to add assignmentruleheader
2. when I try to build the dll, I get:
Warning 1 Could not resolve this reference. Could not locate…
-
As I said in a comment on #3318 ...
That solves the problem once the client is generated ...
How did you solve the issue of getting the WSDL description in the first place with a client cert?
I…
-
```
What steps will reproduce the problem?
1. I'm using revision 9, to add assignmentruleheader
2. when I try to build the dll, I get:
Warning 1 Could not resolve this reference. Could not locate…
-
```
What steps will reproduce the problem?
1. I'm using revision 9, to add assignmentruleheader
2. when I try to build the dll, I get:
Warning 1 Could not resolve this reference. Could not locate…
-
```
What steps will reproduce the problem?
1. I'm using revision 9, to add assignmentruleheader
2. when I try to build the dll, I get:
Warning 1 Could not resolve this reference. Could not locate…
-
Hello, CXF has recently developed its own STS ([http://www.jroller.com/gmazza/entry/cxf_sts_tutorial](http://www.jroller.com/gmazza/entry/cxf_sts_tutorial)) and I was researching interoperability betw…
-
Hello,
I'm currently working on converting a Python script from using suds to zeep. I'm trying to have Zeep generate a request, but the request includes an additional element "Header" that is close…
thoha updated
6 years ago
-
When there is a contract with only 1 operation annotated with
OperationContractAttribute(Action = "/GetData", ReplyAction
Types in the wsdl won't be generated
```c#
[ServiceContract]
…