Author |
Message
|
vennela |
Posted: Sun Jan 22, 2006 9:37 pm Post subject: Broken links in infocenter samples section |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
wschutz |
Posted: Mon Jan 23, 2006 5:16 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
I've reported the web-page broken link.
You should aso be able to get to the samples from the V6 toolkit: Help->Samples Gallery.... _________________ -wayne |
|
Back to top |
|
 |
vennela |
Posted: Mon Jan 23, 2006 11:22 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Infact, I am trying the samples on my own PC.
In the Building the Web Service Host sample, this is what it says.
Quote: |
Import a C header file. This maps to the input and output message of the legacy application.
Click File > Import > File System > Next.
Browse to select legacyservice.h from project WSHOST_LEGACY.
Set Into folder to WSHOST_MSP1, then click Finish |
But I am not able to find WSHOST_LEGACY anywhere in my installation directory. Then I tried to see if I can find the samples online, that's when I got broken links.
Right now I will use the info and try to build a sample myself and see if I can do it. |
|
Back to top |
|
 |
wschutz |
Posted: Mon Jan 23, 2006 11:55 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Did you try importing the Web Service Host from the Samples Gallery? When I import that sample, I get WSHOST_LEGACY1 project with that header file in the project folder.
That directory doesn't exist unless you import from the samples gallery, which is an eclipse plugin _________________ -wayne |
|
Back to top |
|
 |
vennela |
Posted: Mon Jan 23, 2006 1:54 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Thank you very much.
Now, I am able to do it.
One more question I have is :
It states
Quote: |
Put a SOAP message to the URL specified in the HTTPInput node. If you do not have a utility to do this, there are several freeware tools available. |
Can somebody suggest one? |
|
Back to top |
|
 |
wschutz |
Posted: Mon Jan 23, 2006 2:05 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
vennela |
Posted: Wed Jan 25, 2006 12:11 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Nettool is mentioned in the doc.
I tried to use it and with various versions of it but I couldn't get it to working. Obviously I am missing something. The documentation that comes with the tool was not enough for me to use it.
I had to resort to WID and generate Java stubs using WSDL and wrote a small app to invoke the service. Anyway now I know my WebService flow works.
Have you ever used that tool. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Jan 25, 2006 2:52 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Are you getting:
Quote: |
class cannot be loaded: java.lang.UnsupportedClassVersionError: org/nettool/NetToolApp (Unsupported major.minor version 49.0) - java.lang.UnsupportedClassVersionError: org/nettool/NetToolApp (Unsupported major.minor version 49.0) |
??
I think the latest version of nettool needs Java 1.5. I've been using an earilier version which only required 1.4 of java _________________ -wayne |
|
Back to top |
|
 |
vennela |
Posted: Wed Jan 25, 2006 4:34 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
No, the applet opens OK for me. In the left hand pane, I put the SOAP message. I don't know how to to set the end point and how to send the request. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Jan 25, 2006 5:30 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
on the top left corner of the pane where you load the soap message, you should see an input boxx with "http://". Put "localhost:7080/samplebrokerwshost" in that box and press the "send" button at the bottom on the pane (next to the "load" button).
This works for me for nettool v1.0.4 _________________ -wayne |
|
Back to top |
|
 |
wschutz |
Posted: Fri Feb 03, 2006 3:44 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
ntwmb |
Posted: Wed Jun 10, 2009 8:50 pm Post subject: |
|
|
Apprentice
Joined: 18 Sep 2008 Posts: 34
|
Hi
I'm also trying to run this sample after importing into my toolkit.
I have a query regarding the legacy application in this sample.
Does this legacy application acts as mainframe system?
How to modify this c header file in toolkit? I want create a WSDL from this header file and attach that wsdl to SOAP nodes in the flow. How to achieve this?
Thanks.. |
|
Back to top |
|
 |
|