Hi,
I have a wsdl file with me , and when i open that wsdl on SOAP UI it works fine.
In my switchyard project , I have a route component , I create an ESB reference (with input and output -> java:java.lang.String) , and promote this reference as a wsdl , with a SOAP binding , with the above mentioned wsdl file. I build this project , i get a build success , but when i deploy the project , i get a deployment failure with the following error message:
local part cannot be null while creating a Qname.
I'm not able to understand this issue , since when I look at my wsdl file open on SOAP UI , i can clearly see the Qname ( target namespace : message name) , even in my wsdl file , I have provided a message name to the request message of my operation , so why do i still get this issue ?
Need help asap.
Regards,
Devesh.
There are many areas where QNames are used, so it's tough to say based on the info you've provided. Providing a full stack trace and attaching a simple project which can be used to reproduce the issue would help.