This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 80436 - binding is not supported Msg, when creating testcase.
Summary: binding is not supported Msg, when creating testcase.
Status: CLOSED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 5.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 20:18 UTC by Sherry Barkodar
Modified: 2006-08-04 23:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
SynchronousSample application zip file (13.84 KB, application/octet-stream)
2006-07-17 20:18 UTC, Sherry Barkodar
Details
screenshot from the error msg (37.07 KB, application/octet-stream)
2006-07-17 20:19 UTC, Sherry Barkodar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sherry Barkodar 2006-07-17 20:18:03 UTC
Create a BPLEL project
Create a Schema
Create a WSDL
Create a CA project and ad JBI Module
Deploy
Create a Test case
The Create New testcase wizard comes up
Select created wsdl
Select created operation
Click Finish
Got the following error msg:
Binding{http://localhost/SynchronousSample/Synchronous}binding1 is not supported
Comment 1 Sherry Barkodar 2006-07-17 20:18:50 UTC
Created attachment 31936 [details]
SynchronousSample application zip file
Comment 2 Sherry Barkodar 2006-07-17 20:19:40 UTC
Created attachment 31937 [details]
screenshot from the error msg
Comment 3 Jun Qian 2006-07-17 22:55:35 UTC
The binding in the WSDL doesn't specify any protocol. 

To resolve the issue, add the following into the WSDL binding:
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>.
Comment 4 lchang 2006-08-04 23:56:15 UTC
Once the binding protocol is specified, then this is fine.