Questions tagged [ws-i]
18 questions
6
votes
1 answer
Javascript implementation of WS-I Reliable Secure Profile
I'm using the .NET 4 server side implementation of Reliable Secure Profile for HTTP/S push and want to know if there is a JavaScript client available.

makerofthings7
- 60,103
- 53
- 215
- 448
6
votes
3 answers
Generate a Web Service Client in WS-I compliance mode
I'm trying to create a web service client using Visual Studio 2010.
The client works very well if I use the wsdl file in version SOAP V2.
When I set the property WS-I Compliance to Yes in Magento and recompile the web service client in VS2010, it…

Juanma R.
- 281
- 1
- 3
- 7
5
votes
0 answers
WS-I Basic Profile 2.0 compliant frameworks
In Wikipedia a number of WS-I Basic Profile (BP) compliant frameworks are listed. However, it is not clear to which version of the BP the framework is compliant to. So my question is as follows:
Which frameworks/products (Java, .NET and others) are…

nize
- 1,012
- 1
- 11
- 27
4
votes
2 answers
How can I configure WCF to only sign the TimeStamp header
I am trying to configure my WCF client to create a SOAP 1.1 request that includes WS-Addressing, WS-Security and TLS.
The security requirements are that the message includes a Username Token, TimeStamp and that the TimeStamp is signed using an…

Edward
- 1,043
- 10
- 24
3
votes
0 answers
WS-I Compliance Tool Does not Support Soap Protocol 1.2 in the WSDL
I am trying to validate our WSDL's to be compliant with WS-I's Interoperability Testing Tools 1.1 tool that comes with SoapUI (pro or otherwise, 4.6 - 5.1), but the bundled tool is from 2005 when protocol Soap 1.2 had not been around.
This causes…

Malvon
- 1,591
- 3
- 19
- 42
3
votes
1 answer
undefined complextype is used as a base for complex type extension
What is the problem in my WSDL file? The Visual Studio complains about an undefined complex type.

cateof
- 6,608
- 25
- 79
- 153
2
votes
1 answer
What does the WS-I BP2012 assertion mean?
Can somebody explain what this actually means? An example would be really helpful.
WS-I: (BP2012) A document-literal binding contains soapbind:body
elements that refer to message part elements that do not have the
element attribute.

PCoder
- 2,165
- 3
- 23
- 32
2
votes
1 answer
Why does WS-I Basic Profile 2.0 not use WSDL 2.0?
With a new major release of the WS-I Basic Profile specification I was expecting to read about the use of WSDL 2.0. Unfortunatly I could not find this...
I'm hoping someone can shed some light on this.

Geert Schuring
- 2,060
- 1
- 18
- 28
1
vote
1 answer
How to generate business POJOs on Java/JAXB/CXF side when consuming MS/.NET/.asmx webservice?
We have couple of MS based web-services, visible as .asmx?WSDL links in intranet. There is no problem when this webservices are consumed with latest Visual Studio. All business objects make sense. I suspect that Microsoft uses some secret handshake…
user215054
1
vote
1 answer
WCF dealing with large files, with WS-I interoperability
There are a number of posts on stackoverflow that deal with WCF and large files but the general recommendation is to use streaming. This doesn't seem like a very interoperable solution.
How do you deal with large files in WCF and still maintain…

Fireworks
- 135
- 3
- 14
1
vote
0 answers
Custom Magento API Method WS-I conflict
I've made two different Magento extensions in order to have SOAP methods for the following Magento options:
Bundle product association
Price group assignation
I am managing my catalog from Navision (ERP) so I prepared the two options to be WSI…

Cristian
- 31
- 7
1
vote
1 answer
WCF SOAP service, single wsdl, empty namespace in soap:fault, not WS-I compliant, BP2019
When coding a SOAP service in C#, running it and then retrieving the WSDL from the service with ?singlewsdl option, the generated WSDL has an empty namespace attribute in the element, spoiling WSI compliance (checked with SoapUI) and resulting in…

Erik Hart
- 1,114
- 1
- 13
- 28
1
vote
1 answer
Liferay SOAP services Java Client Validation Error
I'm trying to use Lİferay SOAP services.But when I tried to get a client from wsdl,getting an errors like this :
I looked up this error on the internet and these are because of WS-I validation.So I tried disable WS-I validation but it did not…

mekafe
- 596
- 4
- 13
- 32
1
vote
1 answer
WCF Universal service contract and WS-Interoperability compliance
Microsoft MSDN describes the most universal service contract for a request reply operation as
[ServiceContract]
public interface IUniversalRequestReply
{
[OperationContract(Action="*", ReplyAction="*")]
Message ProcessMessage(Message…

fanvabra
- 140
- 1
- 8
0
votes
1 answer
One of my third party wants WSI module enabled and other party wants it disable in magento
I am working with WS-I Compliance. In this, one of my third parties wants it to be enabled and another wants it to be disabled all the time. Important thing is they both want it for same module. So how do I achieve this?

Monalisha
- 19
- 1
- 4