Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Error While Invoking the Job as a WebService.

Hi,
I have Exported the job in Talend MDM 5.3.1(Open Studio) as a WebService(WAR) and deployed it in local JBoss server. When I am trying to invoke from the browser using the URL "http://localhost:8080/modify_job2_0.1/services/modify_job2?method=runJob" getting below error.
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<soapenv:Envelope>
<soapenv:Body>
<soapenv:Fault>
<faultcode>ns1 0683p000009M9p6.pngerver.NoService</faultcode>
<faultstring>The AXIS engine could not find a target service to invoke! targetService is modify_job2</faultstring><detail>
<ns2:hostname>Leader-PC</ns2:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Is there any Bug in Talend MDM 5.3.1(Open Studio) version regarding the Web Service Creation?
Labels (5)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Sabrina,
Thank you. Actually there was a problem with my workspace. I changed my workspace and now it is working fine.
Regards,
Pratap G.

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi,
The AXIS engine could not find a target service to invoke! targetService is modify_job2

If the job works well in Talend MDM 5.3.1, I suspect something wrong with your JBOSS configuration. Is it working in Tomcat?
Would you mind checking the article http://stackoverflow.com/questions/7013783/how-to-deploy-a-war-file-in-jboss-as-7.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
Thank you. Actually there was a problem with my workspace. I changed my workspace and now it is working fine.
Regards,
Pratap G.
Anonymous
Not applicable
Author

Hi,
Thanks for your feedback.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III

Hi,
Thanks for your feedback.
Best regards
Sabrina

I am having similar problem. I have hosted my job on Weblogic Server.
<soapenv:Envelope xmlns:soapenv="" xmlns:xsd="" xmlns:xsi="">

<soapenv:Body>
<soapenv:Fault>
<faultcode xmlns:ns1="">ns10683p000009M9p6.pngerver.NoService</faultcode>
<faultstring>
The AXIS engine could not find a target service to invoke! targetService is TransFormAndLoadService1
</faultstring>
<detail>
<ns2:hostname xmlns:ns2="">SFB-LP-16</ns2:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>

</soapenv:Envelope>

I have created the service named TransFormAndLoadService1.
please suggest.