Forum tags


Top Posters

Last 30 days

  • Antoine (94)
  • talita.pezzi (27)
  • eduardo.lawisch (14)
  • alfons.bataller.diaz (14)
  • sundaravadivel.n (13)
  • ravinderjit.singh (12)
  • hellonico (8)
  • jose.mendoza (8)
  • barry.sperling (7)
  • marcia.martins (7)

All time

  • Antoine (1403)
  • Shivanand (1189)
  • cshekhar (921)
  • psq (795)
  • jag (391)
  • metabyte (370)
  • arnaud (327)
  • jalateras (325)
  • dfrench (263)
  • venkaiah.k (198)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
Re:Invoking a .net wsdl gives error? (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Invoking a .net wsdl gives error?
#13294
M.-Shah (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:Invoking a .net wsdl gives error? 6 Months, 2 Weeks ago Karma: 1  
Alex,
How do you start the web service using the SOAPUI? Can you please let me know as I am fairly new to all this.

Best regards,
Monisha
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13295
boisvert (User)
Moderator
User Offline Click here to see the profile of this user
Re:Invoking a .net wsdl gives error? 6 Months, 2 Weeks ago Karma: 8  
Roughtly speaking,
1) Download and install SOAPUI
http://www.soapui.org/

2) Import your process WSDL in SOAPUI

3) Double-click on the operation, fill in the values and click on send button

alex
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13297
M.-Shah (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:Invoking a .net wsdl gives error? 6 Months, 2 Weeks ago Karma: 1  
I used the SOAP UI to send in a request to the web service end point and I got a response back. The method just returns the string passed in. Here is the response:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<ReturnStringResponse xmlns="AddUser">
<ReturnStringResult>Hello Monisha</ReturnStringResult>
</ReturnStringResponse>
</soap:Body>
</soap:Envelope>

Which implies that the webservice works fine. Would appreciate if you can please give me further debugging assistance on why it fails when executed from the bpms server.

Thanks,

Monisha
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13298
M.-Shah (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:Invoking a .net wsdl gives error? 6 Months, 2 Weeks ago Karma: 1  
Alex,

Using the SOAP UI the webservice when invoked works perfectly. Here is the response:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<ReturnStringResponse xmlns="AddUser">
<ReturnStringResult>Hello Monisha</ReturnStringResult>
</ReturnStringResponse>
</soap:Body>
</soap:Envelope>

Any feedback on trying to get this web service working from the bpms server will be much appreciated.

Best regards,
Monisha
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13301
boisvert (User)
Moderator
User Offline Click here to see the profile of this user
Re:Invoking a .net wsdl gives error? 6 Months, 2 Weeks ago Karma: 8  
This may be a bug or limitation in our code that handles the "Start" invocation. It was designed to handle service descriptions (WSDL) that are generated by our tool, not any type of WSDL. I would need to see your Designer project to confirm this.

This restriction does not apply to services that the engine can invocation, so it just applies to processes that you want to start from the BPMS console.

alex
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13302
M.-Shah (User)
Expert Boarder
User Offline Click here to see the profile of this user
Re:Invoking a .net wsdl gives error? 6 Months, 2 Weeks ago Karma: 1  
Alex,
Thanks for you prompt reply. I am attaching my project for your convenience. Is there a possible work around that I can use? Any input will be appreciated.

Thanks,
Monisha

PS: Sorry for the multiple posts, was under the impression that it did not go thru.
File Attachment:
File Name: netSimpleWebService.zip
File Size: 25203
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop