Okay here is my scenario :
I'am hosting a web service trought the BUS :

Stub client -> BUS HTTP Consumer -> BUS Http Provider
-> Web Service on JBoss

This works fine when we are generating the stub in
Java with wsimport.  However when we try to generate
the stub in C#.  We get the following  error :

---
Unabe to import binding 'MyWebServicePortBinding' from
namespace 'http://mynamespce.com'
----

We've traced this to be because the following tag
which is empty  on Jboss is no longer included when
exposed throught the  BUS :
---
Error: Unable to import binding
'MyWebServicePortBinding' from name

space 'http://my.namespace.services.com/'.

  - Unable to import operation 'myOperation'.

  - The operation binding 'delete' from namespace
'http://my.namespace.services.com/' had invalid
syntax.  Missing soap:-Operation binding.
---

Could this be because we are using a WSLDescriptor
object to regenerate the WSDL in the BUS ?  Is there a
workaround for this ?
----
<soap peration soapAction=""/>
---

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to