ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Broken links in infocenter samples section

Post new topic  Reply to topic
 Broken links in infocenter samples section « View previous topic :: View next topic » 
Author Message
vennela
PostPosted: Sun Jan 22, 2006 9:37 pm    Post subject: Broken links in infocenter samples section Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

I am trying to work on some samples and I am finding these links broken.

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/topic/com.ibm.etools.mft.doc/ax20230_.htm

Is there any other place where I can find them.

I am interested in Web Service Host sample. I am able to find it on my local infocenter installed on my PC. But it points to a folder in the installation directory which I cannot find.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
wschutz
PostPosted: Mon Jan 23, 2006 5:16 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
vennela
PostPosted: Mon Jan 23, 2006 11:22 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
wschutz
PostPosted: Mon Jan 23, 2006 11:55 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
vennela
PostPosted: Mon Jan 23, 2006 1:54 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
wschutz
PostPosted: Mon Jan 23, 2006 2:05 pm    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Nettool (I think it even mentioned in the sample's doc):

http://sourceforge.net/project/showfiles.php?group_id=55568&release_id=115444
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
vennela
PostPosted: Wed Jan 25, 2006 12:11 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
wschutz
PostPosted: Wed Jan 25, 2006 2:52 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
vennela
PostPosted: Wed Jan 25, 2006 4:34 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
wschutz
PostPosted: Wed Jan 25, 2006 5:30 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
wschutz
PostPosted: Fri Feb 03, 2006 3:44 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

As a follow-up, the only links that actually bring you to the sample programs would be when the help system is accessed from the toolit itself.

Ref:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/au16570_.htm


(Thanks to the User Technologies group in Hursley for the answer)
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
ntwmb
PostPosted: Wed Jun 10, 2009 8:50 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Broken links in infocenter samples section
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.