|
Home > Archive > BizTalk Server General > February 2006 > Urgent, BPEL import tool always fail
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Urgent, BPEL import tool always fail
|
|
|
| The project I involved in was designed to expose the orchestration as a web
service. The design guy give me a WSDL file that the web service is going to
exposed as. When I tried to import it via BPEL import wizard, it keeps saying
error s attached. I was wondering the WSDL file is not correct, but while I
wrote a simple ASP.NET WS and tried again, it turned out the same problem.
Could anyone help please...
errors
C:\Documents and Settings\brianc\EstimateService.wsdl: error: B1023: schema
validation error: The 'http://schemas.xmlsoap.org/wsdl/soap/:binding' element
is not declared. An error occurred at , (42, 6).
C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
schema validation warning: Could not find schema information for the
attribute 'transport'. An error occurred at , (42, 19).
C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
schema validation warning: Could not find schema information for the
attribute 'style'. An error occurred at , (42, 68).
C:\Documents and Settings\brianc\EstimateService.wsdl: error: B1023: schema
validation error: The 'http://schemas.xmlsoap.org/wsdl/soap/:operation'
element is not declared. An error occurred at , (44, 8).
C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
schema validation warning: Could not find schema information for the
attribute 'soapAction'. An error occurred at , (44, 23).
C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
schema validation warning: Could not find schema information for the
attribute 'style'. An error occurred at , (44, 83).
C:\Documents and Settings\brianc\EstimateService.wsdl: error: B1023: schema
validation error: The 'http://schemas.xmlsoap.org/wsdl/soap/:body' element is
not declared. An error occurred at , (46, 10).
C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
schema validation warning: Could not find schema information for the
attribute 'use'. An error occurred at , (46, 20).
C:\Documents and Settings\brianc\EstimateService.wsdl: error: B1023: schema
validation error: The 'http://schemas.xmlsoap.org/wsdl/soap/:body' element is
not declared. An error occurred at , (49, 10).
C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
schema validation warning: Could not find schema information for the
attribute 'use'. An error occurred at , (49, 20).
C:\Documents and Settings\brianc\EstimateService.wsdl: error: B1023: schema
validation error: The 'http://schemas.xmlsoap.org/wsdl/soap/:address' element
is not declared. An error occurred at , (56, 8).
C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
schema validation warning: Could not find schema information for the
attribute 'location'. An error occurred at , (56, 21).
Import failed.
| |
|
| Try to comment out <binding> section of the wsdl file. Does it help?
- Paul
"Tommy" wrote:
> The project I involved in was designed to expose the orchestration as a web
> service. The design guy give me a WSDL file that the web service is going to
> exposed as. When I tried to import it via BPEL import wizard, it keeps saying
> error s attached. I was wondering the WSDL file is not correct, but while I
> wrote a simple ASP.NET WS and tried again, it turned out the same problem.
> Could anyone help please...
>
> errors
> C:\Documents and Settings\brianc\EstimateService.wsdl: error: B1023: schema
> validation error: The 'http://schemas.xmlsoap.org/wsdl/soap/:binding' element
> is not declared. An error occurred at , (42, 6).
> C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
> schema validation warning: Could not find schema information for the
> attribute 'transport'. An error occurred at , (42, 19).
> C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
> schema validation warning: Could not find schema information for the
> attribute 'style'. An error occurred at , (42, 68).
> C:\Documents and Settings\brianc\EstimateService.wsdl: error: B1023: schema
> validation error: The 'http://schemas.xmlsoap.org/wsdl/soap/:operation'
> element is not declared. An error occurred at , (44, 8).
> C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
> schema validation warning: Could not find schema information for the
> attribute 'soapAction'. An error occurred at , (44, 23).
> C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
> schema validation warning: Could not find schema information for the
> attribute 'style'. An error occurred at , (44, 83).
> C:\Documents and Settings\brianc\EstimateService.wsdl: error: B1023: schema
> validation error: The 'http://schemas.xmlsoap.org/wsdl/soap/:body' element is
> not declared. An error occurred at , (46, 10).
> C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
> schema validation warning: Could not find schema information for the
> attribute 'use'. An error occurred at , (46, 20).
> C:\Documents and Settings\brianc\EstimateService.wsdl: error: B1023: schema
> validation error: The 'http://schemas.xmlsoap.org/wsdl/soap/:body' element is
> not declared. An error occurred at , (49, 10).
> C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
> schema validation warning: Could not find schema information for the
> attribute 'use'. An error occurred at , (49, 20).
> C:\Documents and Settings\brianc\EstimateService.wsdl: error: B1023: schema
> validation error: The 'http://schemas.xmlsoap.org/wsdl/soap/:address' element
> is not declared. An error occurred at , (56, 8).
> C:\Documents and Settings\brianc\EstimateService.wsdl: warning: B4020:
> schema validation warning: Could not find schema information for the
> attribute 'location'. An error occurred at , (56, 21).
> Import failed.
>
|
|
|
|
|