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 » IA81 Support Pac

Post new topic  Reply to topic
 IA81 Support Pac « View previous topic :: View next topic » 
Author Message
sskutel
PostPosted: Thu Apr 08, 2004 10:36 am    Post subject: IA81 Support Pac Reply with quote

Newbie

Joined: 03 Mar 2002
Posts: 5
Location: Worcester, MA

Anybody try IA81 Support Pack Example4 yet?

I am trying to run IA81 Example 4 and seem to be stuck because the soap_decode_request procedure is looking for the first field to be "Envelope"

Code:

-- Move to start of message and check it is Envelope
   MOVE InputIterRef FIRSTCHILD Type 0x01000000;
   SET field = FIELDNAME(InputIterRef);
   IF field <> 'Envelope' THEN
      CALL soaplib_setfault(Environment, FaultCode, FaultString, FaultActor,'SOAP message does not have an Envelope');
      Set Status = 'Error';
      RETURN;
   END IF;


but using the input message 1 supplied with the support pac and running it through, I get the following result in the trace. Should the code be change to add the namespace or I am doing something wrong?
Code:

IA81v2_Example4_Request.ProcessRequest': Finished evaluating expression 'field <> 'Envelope'' at (soapbrschema.soaplib_decode_request, 35.11). This resolved to ''soapenv:Envelope' <> 'Envelope''. The result was 'TRUE'.


As you can see ''soapenv:Envelope' <> 'Envelope'' because the input has namespace qualification. I am running the support pac as delivered with no mods. Shouldn't the code function correctly or doe the namespace qualifier need to be added to the ESQL thus modifying the support pac?
Thanks
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » IA81 Support Pac
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.