-
1. Re: JBPM web service task issue(CXF dynamic client)
sanjay05222 Jan 14, 2015 2:08 AM (in response to biswajit.sarkar)Namespaces are generally in the form of URI , but your namespace looks to me little weird.
I think you can map them as below
Name Space : <wsdl:definitions targetNamespace="http://ws.cdyne.com/WeatherWS/">
Interface : <wsdl:service name="Weather">
Operation : <wsdl:operation name="GetCityWeatherByZIP">
I believe this might be helpful . - Thanks
-
2. Re: JBPM web service task issue(CXF dynamic client)
biswajit.sarkar Jan 14, 2015 2:20 AM (in response to sanjay05222)SANJAY GAUTAM wrote:
Namespaces are generally in the form of URI , but your namespace looks to me little weird.
I think you can map them as below
Name Space : <wsdl:definitions targetNamespace="http://ws.cdyne.com/WeatherWS/">
Interface : <wsdl:service name="Weather">
Operation : <wsdl:operation name="GetCityWeatherByZIP">
I believe this might be helpful . - Thanks
yes NameSpace normally in the form of URI. but I my case namespace like this "java:abc.test.apilink.logic.sessions.interfaces" in my wsdl.
How can I map this namespace in jbpm "WebServiceWorkItemHandler"?
-
3. Re: JBPM web service task issue(CXF dynamic client)
sanjay05222 Jan 14, 2015 5:39 AM (in response to biswajit.sarkar)you have this workitem.wid file , you have to use that and in the work bench it comes by default. I will share the file soon .