473,378 Members | 1,518 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

WS-I BP1212 Error

Hello,

Has anyone used Testing Tools from WS-I (www.ws-i.org)?

I am building a Web Service and hopefully it would be interoperable.
When I ran Testing Tool, I am getting BP1212 error.
I appreciate some
assistance.

Currently my development environment is .NET 2.0 using C#. The
version of WS-I Testing Tools is V1.1 – Final 13 June 2005.

I am implementing document/literal rather than rpc/encoding.

My wsdl:binding element from my wsdl is as following:

- <wsdl:binding name="SFBOptionsServiceSoap" type="tns:SFBOptionsServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetMessages">
<soap:operation
soapAction="http://www.sfbms.com/options/2006/GetMessages"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="SetMessageXmitCount">
<soap:operation
soapAction="http://www.sfbms.com/options/2006/SetMessageXmitCount"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:binding name="SFBOptionsServiceSoap12"
type="tns:SFBOptionsServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetMessages">
<soap12:operation
soapAction="http://www.sfbms.com/options/2006/GetMessages"
style="document" />
- <wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="SetMessageXmitCount">
<soap12:operation
soapAction="http://www.sfbms.com/options/2006/SetMessageXmitCount"
style="document" />
- <wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="SFBOptionsService">
- <wsdl:port name="SFBOptionsServiceSoap" binding="tns:SFBOptionsServiceSoap">
<soap:address
location="http://localhost/SFBOptionsService/SFBOptionsService.asmx"
/>
</wsdl:port>
- <wsdl:port name="SFBOptionsServiceSoap12"
binding="tns:SFBOptionsServiceSoap12">
<soap12:address
location="http://localhost/SFBOptionsService/SFBOptionsService.asmx"
/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
And the tracelog shows my content as following:

Message Content:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><SetMessageXmitCountRequest
xmlns="http://www.sfbms.com/options/2006"><msgXmitCount>5</msgXmitCount></SetMessageXmitCountRequest></soap:Body></soap:Envelope>
Message Content:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><SetMessageXmitCountResponse
xmlns="http://www.sfbms.com/options/2006"><SetMessageXmitCountResult>true</SetMessageXmitCountResult></SetMessageXmitCountResponse></soap:Body></soap:Envelope>
Message Content:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetMessagesRequest
xmlns="http://www.sfbms.com/options/2006"><messageIds xsi:nil="true"
/></GetMessagesRequest></soap:Body></soap:Envelope>

Thanks.

Regards,

Moon

Jun 6 '06 #1
1 1199
You may find our online web-based WSDL/Web Services test/validation
facility useful - www.mgateway.com/wsdlClient.htm
Moon Chung wrote:
Hello,

Has anyone used Testing Tools from WS-I (www.ws-i.org)?

I am building a Web Service and hopefully it would be interoperable.
When I ran Testing Tool, I am getting BP1212 error.
I appreciate some
assistance.

Currently my development environment is .NET 2.0 using C#. The
version of WS-I Testing Tools is V1.1 - Final 13 June 2005.

I am implementing document/literal rather than rpc/encoding.

My wsdl:binding element from my wsdl is as following:

- <wsdl:binding name="SFBOptionsServiceSoap" type="tns:SFBOptionsServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetMessages">
<soap:operation
soapAction="http://www.sfbms.com/options/2006/GetMessages"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="SetMessageXmitCount">
<soap:operation
soapAction="http://www.sfbms.com/options/2006/SetMessageXmitCount"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:binding name="SFBOptionsServiceSoap12"
type="tns:SFBOptionsServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="GetMessages">
<soap12:operation
soapAction="http://www.sfbms.com/options/2006/GetMessages"
style="document" />
- <wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="SetMessageXmitCount">
<soap12:operation
soapAction="http://www.sfbms.com/options/2006/SetMessageXmitCount"
style="document" />
- <wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
- <wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="SFBOptionsService">
- <wsdl:port name="SFBOptionsServiceSoap" binding="tns:SFBOptionsServiceSoap">
<soap:address
location="http://localhost/SFBOptionsService/SFBOptionsService.asmx"
/>
</wsdl:port>
- <wsdl:port name="SFBOptionsServiceSoap12"
binding="tns:SFBOptionsServiceSoap12">
<soap12:address
location="http://localhost/SFBOptionsService/SFBOptionsService.asmx"
/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
And the tracelog shows my content as following:

Message Content:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><SetMessageXmitCountRequest
xmlns="http://www.sfbms.com/options/2006"><msgXmitCount>5</msgXmitCount></SetMessageXmitCountRequest></soap:Body></soap:Envelope>
Message Content:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><SetMessageXmitCountResponse
xmlns="http://www.sfbms.com/options/2006"><SetMessageXmitCountResult>true</SetMessageXmitCountResult></SetMessageXmitCountResponse></soap:Body></soap:Envelope>
Message Content:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetMessagesRequest
xmlns="http://www.sfbms.com/options/2006"><messageIds xsi:nil="true"
/></GetMessagesRequest></soap:Body></soap:Envelope>

Thanks.

Regards,

Moon


Jun 11 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: John Jenkins | last post by:
Does anyone have any introductory references to either WS-Addressing, or WS-Eventing, with perhaps worked examples?? Thanks
2
by: SB | last post by:
Can someone please tell me Microsoft .NET's position on this WS-Notification specification that includes the pub/sub model? Is there something in the pipeline or already available as part of the...
11
by: kiln | last post by:
I am starting a project that may be suitable for vb.net, using windows forms. I want a rich client, thus win forms vs web forms. Most users will access the app data over a LAN, but some will be...
1
by: =?Utf-8?B?dWx0cmFuZXQ=?= | last post by:
We have a client that uses .Net that needs to work against our Java (xfire) based WS. My question is: how can a .Net (C#) WS client be configured to not send WS-Addressing headers? The client in...
1
by: dburkinshaw | last post by:
I have a strange issue here. I created an exe that calls a Web Service that I also created. When I run in debug mode the WS is called and does its thing. When I run in release mode (through Visual...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.