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 » Data Types

Post new topic  Reply to topic
 Data Types « View previous topic :: View next topic » 
Author Message
broker_new
PostPosted: Wed Aug 13, 2008 10:38 am    Post subject: Data Types Reply with quote

Yatiri

Joined: 30 Nov 2006
Posts: 614
Location: Washington DC

I have a very basic question on the datatypes.
Suppose if a variable is declared as an Integer,char or blob........ what is the max range of values it can accomidate.....
Back to top
View user's profile Send private message
bower5932
PostPosted: Wed Aug 13, 2008 11:18 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

INTEGER from the InfoCenter:

The INTEGER data type holds an integer number in 64-bit two’s complement form. This gives a range of values between -9223372036854775808 and +9223372036854775807.

and the link

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/topic/com.ibm.etools.mft.doc/ak17800_.htm
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
broker_new
PostPosted: Wed Aug 13, 2008 12:46 pm    Post subject: Reply with quote

Yatiri

Joined: 30 Nov 2006
Posts: 614
Location: Washington DC

Thanks bower5932 for the quick reply.
i have one more question on the webservices.

Following SOAP message is the standard format of the webservice timeout message.
Is there a way to customize it to add more fields into that.

<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>A timeout occurred during processing</faultstring>
<faultactor>/Webservice/CreditCheck</faultactor>
<detail><text>Timeout. Broker FRA87920_BRK did not provide a response within the specified time interval (180 seconds)</text></detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Back to top
View user's profile Send private message
EAI Developer
PostPosted: Wed Aug 13, 2008 2:12 pm    Post subject: Reply with quote

Centurion

Joined: 30 Nov 2005
Posts: 101
Location: US

Hi,

SOAP format is according to W3 standards. I don't think one can modify the format.Though wait for others responses also.








Regards,
EAI Developer.
Back to top
View user's profile Send private message Visit poster's website
sandeep9678
PostPosted: Wed Aug 13, 2008 9:09 pm    Post subject: Reply with quote

Apprentice

Joined: 04 Aug 2008
Posts: 41
Location: India

Once you get the fault message, you can modify the SOAP Fault message. In standard SOAP Fault message structure there some optional fields available. You can add those fields into this Fault message and put the required information there.

Also check http://www.w3.org/TR/2003/REC-soap12-part1-20030624/#soapfault
_________________
Cheers,
Sandeep
Back to top
View user's profile Send private message
broker_new
PostPosted: Thu Aug 14, 2008 6:11 pm    Post subject: Reply with quote

Yatiri

Joined: 30 Nov 2006
Posts: 614
Location: Washington DC

sandeep9678 you might be correct in another aspect,but my question is when the broker is not able to respond to the client application within the specified timeout interval metioned in HTTP Input, Broker automatically creates the SOAPFault message ........

I would like to send a more detailed SOAP fault message to the client(teliing that this is the reason for the timeout) ......trying to find is there is a way to add some more elements and populate those..........
Back to top
View user's profile Send private message
mgk
PostPosted: Fri Aug 15, 2008 4:40 am    Post subject: Reply with quote

Padawan

Joined: 31 Jul 2003
Posts: 1642

Hi,

No there is no way to change the timeout message that is sent by the SOAPInput /HTTPInput node...
_________________
MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
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 » Data Types
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.