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 » does Message broker 6.1 soap node support axis2 client invoc

Post new topic  Reply to topic
 does Message broker 6.1 soap node support axis2 client invoc « View previous topic :: View next topic » 
Author Message
adars1
PostPosted: Thu Jun 17, 2010 10:34 am    Post subject: does Message broker 6.1 soap node support axis2 client invoc Reply with quote

Apprentice

Joined: 13 Jun 2010
Posts: 39

does Message broker 6.1 soap node support axis2 client invocation. Iam able to invoke this soap node from jax-ws and axis 1.x but not from axis2.
Back to top
View user's profile Send private message
mgk
PostPosted: Thu Jun 17, 2010 11:16 am    Post subject: Reply with quote

Padawan

Joined: 31 Jul 2003
Posts: 1642

Quote:
does Message broker 6.1 soap node support axis2 client invocation


Yes
_________________
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
adars1
PostPosted: Thu Jun 17, 2010 12:07 pm    Post subject: Reply with quote

Apprentice

Joined: 13 Jun 2010
Posts: 39

when i invoke the broker soap node from axis2 generated client from broker wsdl, and i got the soap fault error "Exception during creation of SOAP envelope structure".
When I added failure terminal on soap input node and logged the error msg, I got this error "<Catalog>BIPv610</Catalog>
<Severity>1</Severity>
<Number>3716</Number>
<Text>A SOAP Fault occured whilst processing an inbound message.</Text>
<Insert> <Type>5</Type>
<Text>UNKNOWN</Text>
</Insert>
"
Back to top
View user's profile Send private message
smdavies99
PostPosted: Thu Jun 17, 2010 12:22 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Are you really, really, really sure that everything in your SOAP message is 100% correct?
Have you tried looking at the SOAP Request while it is 'in flight'?
If not, I suggest you install a SOAP Proxy and take a look. IT can be quite revealling you know.
(Google for 'SOAP Proxy')
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
adars1
PostPosted: Fri Jun 18, 2010 6:53 am    Post subject: Reply with quote

Apprentice

Joined: 13 Jun 2010
Posts: 39

Iam able to connect to that end point using the same soap request from SOAP UI tool( I copied the same request from axis logs) and also from jax-ws client stub.
Back to top
View user's profile Send private message
adars1
PostPosted: Fri Jun 18, 2010 6:56 am    Post subject: Reply with quote

Apprentice

Joined: 13 Jun 2010
Posts: 39

I also captured the soap request on TCP/IP monitor and used the that request from SOAP UI and is able to hit the end point.
Back to top
View user's profile Send private message
adars1
PostPosted: Fri Jun 18, 2010 7:55 am    Post subject: Reply with quote

Apprentice

Joined: 13 Jun 2010
Posts: 39

here is the axis log:
[0617 17:41:43 ] - mapActionToOperation: Mapping Action to Operation: action: anonRobustOp; operation: org.apache.axis2.description.RobustOutOnlyAxisOperation@74f674f6named: {http://ws.apache.org/namespaces/axis2}anonRobustOp
[0617 17:41:43 ] - mapActionToOperation: Mapping Action to Operation: action: urn:anonRobustOp; operation: org.apache.axis2.description.RobustOutOnlyAxisOperation@74f674f6named: {http://ws.apache.org/namespaces/axis2}anonRobustOp
[0617 17:41:43 ] - Client-defined operation name matches default operation name. this may cause interoperability issues. Name is: {http://ws.apache.org/namespaces/axis2}anonOutonlyOp
[0617 17:41:43 ] - mapActionToOperation: Mapping Action to Operation: action: anonOutonlyOp; operation: org.apache.axis2.description.OutOnlyAxisOperation@7e667e66named: {http://ws.apache.org/namespaces/axis2}anonOutonlyOp
[0617 17:41:43 ] - mapActionToOperation: Mapping Action to Operation: action: urn:anonOutonlyOp; operation: org.apache.axis2.description.OutOnlyAxisOperation@7e667e66named: {http://ws.apache.org/namespaces/axis2}anonOutonlyOp
[0617 17:41:43 ] - mapActionToOperation: Mapping Action to Operation: action: anonOutInOp; operation: org.apache.axis2.description.OutInAxisOperation@21662166named: {http://ws.apache.org/namespaces/axis2}anonOutInOp
[0617 17:41:43 ] - mapActionToOperation: Mapping Action to Operation: action: urn:anonOutInOp; operation: org.apache.axis2.description.OutInAxisOperation@21662166named: {http://ws.apache.org/namespaces/axis2}anonOutInOp
[0617 17:41:43 ] - mapActionToOperation: Mapping Action to Operation: action: lookup; operation: org.apache.axis2.description.OutInAxisOperation@40424042named: {http://webservices.service.wal.com/}lookup
[0617 17:41:43 ] - mapActionToOperation: Mapping Action to Operation: action: urn:lookup; operation: org.apache.axis2.description.OutInAxisOperation@40424042named: {http://webservices.service.wal.com/}lookup
[0617 17:41:43 ] - Trying to find [org/apache/axis2/deployment/axis2_default.xml] using sun.misc.Launcher$AppClassLoader@2d9a2d9a class loader.
[0617 17:41:43 ] - About to create XMLInputFactory implementation with classloader=sun.misc.Launcher$AppClassLoader@2d9a2d9a
[0617 17:41:43 ] - The classloader for javax.xml.stream.XMLInputFactory is: sun.misc.Launcher$AppClassLoader@2d9a2d9a
[0617 17:41:43 ] - Created XMLInputFactory = class com.ctc.wstx.stax.WstxInputFactory with classloader=sun.misc.Launcher$AppClassLoader@2d9a2d9a
[0617 17:41:43 ] - Size of XMLInputFactory map =1
[0617 17:41:43 ] - isNetworkDetached =false
[0617 17:41:43 ] - XMLStreamReader is com.ctc.wstx.sr.ValidatingStreamReader
[0617 17:41:43 ] - Builder is already complete.
[0617 17:41:43 ] - Handler RequestURIBasedDispatcher added to Phase Transport
[0617 17:41:43 ] - Handler SOAPActionBasedDispatcher added to Phase Transport
[0617 17:41:43 ] - Handler AddressingBasedDispatcher added to Phase Addressing
[0617 17:41:43 ] - Handler RequestURIBasedDispatcher added to Phase Dispatch
[0617 17:41:43 ] - Handler SOAPActionBasedDispatcher added to Phase Dispatch
[0617 17:41:43 ] - Handler RequestURIOperationDispatcher added to Phase Dispatch
[0617 17:41:43 ] - Handler SOAPMessageBodyBasedDispatcher added to Phase Dispatch
[0617 17:41:43 ] - Handler HTTPLocationBasedDispatcher added to Phase Dispatch
[0617 17:41:43 ] - Handler AddressingBasedDispatcher added to Phase Addressing
[0617 17:41:43 ] - Handler RequestURIBasedDispatcher added to Phase Dispatch
[0617 17:41:43 ] - Handler SOAPActionBasedDispatcher added to Phase Dispatch
[0617 17:41:43 ] - Handler RequestURIOperationDispatcher added to Phase Dispatch
[0617 17:41:43 ] - Handler SOAPMessageBodyBasedDispatcher added to Phase Dispatch
[0617 17:41:43 ] - Handler HTTPLocationBasedDispatcher added to Phase Dispatch
[0617 17:41:43 ] - Deploying module from classpath at 'file:/C:/ashok/support/axis/axis2-1.5/lib/mex-1.5.jar'
[0617 17:41:44 ] - XMLStreamReader is com.ctc.wstx.sr.ValidatingStreamReader
[0617 17:41:44 ] - Builder is already complete.
[0617 17:41:44 ] - getBundle(org.apache.axis2,org.apache.axis2.i18n,resource,null,...)
[0617 17:41:44 ] - loadBundle: Ignoring MissingResourceException: Can't find bundle for base name org.apache.axis2.resource, locale en_US
[0617 17:41:44 ] - Created org.apache.axis2.i18n.resource, linked to parent null
[0617 17:41:44 ] - getBundle(org.apache.axis2,org.apache.axis2.i18n,resource,null,...)
[0617 17:41:44 ] - org.apache.axis2.i18n.resource::handleGetObject(addingnewmodule)
[0617 17:41:44 ] - Adding new module
[0617 17:41:44 ] - org.apache.axis2.i18n.resource::handleGetObject(deployingmodule)
[0617 17:41:44 ] - Deploying module: metadataExchange-1.5 - file:/C:/ashok/support/axis/axis2-1.5/lib/mex-1.5.jar
[0617 17:41:44 ] - Adding service to allServices map: [MS_CustomerSOAP_HTTP_Service1276814503515_1]
[0617 17:41:44 ] - Adding service to allEndpoints map: (MS_CustomerSOAP_HTTP_Service1276814503515_1,MS_CustomerSOAP_HTTP_Service1276814503515_1HttpSoap12Endpoint)
[0617 17:41:44 ] - Adding service to allEndpoints map: (MS_CustomerSOAP_HTTP_Service1276814503515_1,MS_CustomerSOAP_HTTP_Service1276814503515_1HttpSoap11Endpoint)
[0617 17:41:44 ] - Adding service to allEndpoints map: (MS_CustomerSOAP_HTTP_Service1276814503515_1,MS_CustomerSOAP_HTTP_Service1276814503515_1HttpEndpoint)
[0617 17:41:44 ] - After adding to allEndpoints map, size is 3
[0617 17:41:44 ] - About to create XMLOutputFactory implementation with classloader=sun.misc.Launcher$AppClassLoader@2d9a2d9a
[0617 17:41:44 ] - The classloader for javax.xml.stream.XMLOutputFactory is: sun.misc.Launcher$AppClassLoader@2d9a2d9a
[0617 17:41:44 ] - Created XMLOutputFactory = class com.ctc.wstx.stax.WstxOutputFactory for classloader=sun.misc.Launcher$AppClassLoader@2d9a2d9a
[0617 17:41:44 ] - Size of XMLOutputFactory map =1
[0617 17:41:44 ] - XMLStreamWriter is com.ctc.wstx.sw.SimpleNsStreamWriter
[0617 17:41:44 ] - Get operation for {http://webservices.service.wal.com/}lookup
[0617 17:41:44 ] - Found axis operation: org.apache.axis2.description.OutInAxisOperation@40424042
[0617 17:41:44 ] - registerOperationContext (false): org.apache.axis2.context.OperationContext@14601460 with key: urn:uuid:D394FA2618D8D431D71276814504213
[0617 17:41:44 ] - Entry: OutInAxisOperationClient::execute, true
[0617 17:41:44 ] - OutInAxisOperationClient: useAsyncOption null
[0617 17:41:44 ] - registerOperationContext (false): org.apache.axis2.context.OperationContext@14601460 with key: urn:uuid:D394FA2618D8D431D71276814504213
[0617 17:41:44 ] - msgContext: [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] action: http://webservices.service.wal.com/MS_CustomerPortType/lookup_Input
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Checking pre-condition for Phase "OperationOutPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Invoking phase "OperationOutPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Checking post-conditions for phase "OperationOutPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Checking pre-condition for Phase "RMPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Invoking phase "RMPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Checking post-conditions for phase "RMPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Checking pre-condition for Phase "PolicyDetermination"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Invoking phase "PolicyDetermination"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Checking post-conditions for phase "PolicyDetermination"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Checking pre-condition for Phase "MessageOut"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Invoking phase "MessageOut"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Checking post-conditions for phase "MessageOut"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Checking pre-condition for Phase "Security"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Invoking phase "Security"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Checking post-conditions for phase "Security"
[0617 17:41:44 ] - Set parameter http.useragent = Jakarta Commons-HttpClient/3.1
[0617 17:41:44 ] - Set parameter http.protocol.version = HTTP/1.1
[0617 17:41:44 ] - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager
[0617 17:41:44 ] - Set parameter http.protocol.cookie-policy = default
[0617 17:41:44 ] - Set parameter http.protocol.element-charset = US-ASCII
[0617 17:41:44 ] - Set parameter http.protocol.content-charset = ISO-8859-1
[0617 17:41:44 ] - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@45304530
[0617 17:41:44 ] - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z]
[0617 17:41:44 ] - Java version: 1.5.0
[0617 17:41:44 ] - Java vendor: IBM Corporation
[0617 17:41:44 ] - Java class path: C:\ashok\support\axis\wal\AXISWebServiceClient\bin;C:\ashok\support\axis\wal\AXISWebServiceClient\resources;C:\ashok\support\axis\wal\AXISWebServiceClient\build\lib\XBeans-packaged.jar;C:\ashok\support\axis\axis2-1.5\lib\XmlSchema-1.4.3.jar;C:\ashok\support\axis\axis2-1.5\lib\activation-1.1.jar;C:\ashok\support\axis\axis2-1.5\lib\axiom-api-1.2.8.jar;C:\ashok\support\axis\axis2-1.5\lib\axiom-dom-1.2.8.jar;C:\ashok\support\axis\axis2-1.5\lib\axiom-impl-1.2.8.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-adb-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-adb-codegen-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-ant-plugin-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-clustering-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-codegen-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-corba-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-fastinfoset-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-java2wsdl-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-jaxbri-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-jaxws-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-jibx-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-json-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-kernel-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-metadata-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-mtompolicy-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-saaj-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-spring-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-transport-http-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-transport-local-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\axis2-xmlbeans-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\bcel-5.1.jar;C:\ashok\support\axis\axis2-1.5\lib\commons-codec-1.3.jar;C:\ashok\support\axis\axis2-1.5\lib\commons-fileupload-1.2.jar;C:\ashok\support\axis\axis2-1.5\lib\commons-httpclient-3.1.jar;C:\ashok\support\axis\axis2-1.5\lib\commons-io-1.4.jar;C:\ashok\support\axis\axis2-1.5\lib\commons-lang-2.3.jar;C:\ashok\support\axis\axis2-1.5\lib\commons-logging-1.1.1.jar;C:\ashok\support\axis\axis2-1.5\lib\geronimo-annotation_1.0_spec-1.1.jar;C:\ashok\support\axis\axis2-1.5\lib\geronimo-jaxws_2.1_spec-1.0.jar;C:\ashok\support\axis\axis2-1.5\lib\geronimo-saaj_1.3_spec-1.0.1.jar;C:\ashok\support\axis\axis2-1.5\lib\geronimo-stax-api_1.0_spec-1.0.1.jar;C:\ashok\support\axis\axis2-1.5\lib\geronimo-ws-metadata_2.0_spec-1.1.2.jar;C:\ashok\support\axis\axis2-1.5\lib\httpcore-4.0.jar;C:\ashok\support\axis\axis2-1.5\lib\jalopy-1.5rc3.jar;C:\ashok\support\axis\axis2-1.5\lib\jaxb-api-2.1.jar;C:\ashok\support\axis\axis2-1.5\lib\jaxb-impl-2.1.7.jar;C:\ashok\support\axis\axis2-1.5\lib\jaxb-xjc-2.1.7.jar;C:\ashok\support\axis\axis2-1.5\lib\jaxen-1.1.1.jar;C:\ashok\support\axis\axis2-1.5\lib\jettison-1.0-RC2.jar;C:\ashok\support\axis\axis2-1.5\lib\jibx-bind-1.2.1.jar;C:\ashok\support\axis\axis2-1.5\lib\jibx-run-1.2.1.jar;C:\ashok\support\axis\axis2-1.5\lib\log4j-1.2.15.jar;C:\ashok\support\axis\axis2-1.5\lib\mail-1.4.jar;C:\ashok\support\axis\axis2-1.5\lib\mex-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\neethi-2.0.4.jar;C:\ashok\support\axis\axis2-1.5\lib\smack-3.0.4.jar;C:\ashok\support\axis\axis2-1.5\lib\smackx-3.0.4.jar;C:\ashok\support\axis\axis2-1.5\lib\soapmonitor-1.5.jar;C:\ashok\support\axis\axis2-1.5\lib\woden-api-1.0M8.jar;C:\ashok\support\axis\axis2-1.5\lib\woden-impl-dom-1.0M8.jar;C:\ashok\support\axis\axis2-1.5\lib\wsdl4j-1.6.2.jar;C:\ashok\support\axis\axis2-1.5\lib\wstx-asl-3.2.4.jar;C:\ashok\support\axis\axis2-1.5\lib\xalan-2.7.0.jar;C:\ashok\support\axis\axis2-1.5\lib\xercesImpl-2.6.2.jar;C:\ashok\support\axis\axis2-1.5\lib\xml-apis-1.3.02.jar;C:\ashok\support\axis\axis2-1.5\lib\xmlbeans-2.3.0.jar;C:\ashok\support\axis\axis2-1.5\lib\xml-resolver-1.2.jar;C:\ashok\support\axis\wal\AXISWebServiceClient\build\lib\log4j-1.2.8.jar;C:\ashok\support\axis\wal\AXISWebServiceClient\build\lib\MS_CustomerSOAP_HTTP_Service-test-client.jar
[0617 17:41:44 ] - Operating system name: Windows XP
[0617 17:41:44 ] - Operating system architecture: x86
[0617 17:41:44 ] - Operating system version: 5.1 build 2600 Service Pack 3
[0617 17:41:44 ] - IBMJSSE2 1.5: IBM JSSE provider2 (implements IbmX509 key/trust factories, SSLv3, TLSv1)
[0617 17:41:44 ] - IBMJCE 1.2: IBMJCE Provider implements the following: HMAC-SHA1, MD2, MD5, MARS, SHA, MD2withRSA, MD5withRSA, SHA1withRSA, RSA, SHA1withDSA, RC2, RC4, Seal)implements the following:
Signature algorithms : SHA1withDSA, SHA1withRSA, MD5withRSA, MD2withRSA,
SHA2withRSA, SHA3withRSA, SHA5withRSA
Cipher algorithms : Blowfish, AES, DES, TripleDES, PBEWithMD2AndDES,
PBEWithMD2AndTripleDES, PBEWithMD2AndRC2,
PBEWithMD5AndDES, PBEWithMD5AndTripleDES,
PBEWithMD5AndRC2, PBEWithSHA1AndDES
PBEWithSHA1AndTripleDES, PBEWithSHA1AndRC2
PBEWithSHAAnd40BitRC2, PBEWithSHAAnd128BitRC2
PBEWithSHAAnd40BitRC4, PBEWithSHAAnd128BitRC4
PBEWithSHAAnd2KeyTripleDES, PBEWithSHAAnd3KeyTripleDES
Mars, RC2, RC4, ARCFOUR
RSA, Seal
Message authentication code (MAC) : HmacSHA1, HmacSHA256, HmacSHA384, HmacSHA512, HmacMD2, HmacMD5
Key agreement algorithm : DiffieHellman
Key (pair) generator : Blowfish, DiffieHellman, DSA, AES, DES, TripleDES, HmacMD5,
HmacSHA1, Mars, RC2, RC4, RSA, Seal, ARCFOUR
Message digest : MD2, MD5, SHA-1, SHA-256, SHA-384, SHA-512
Algorithm parameter generator : DiffieHellman, DSA
Algorithm parameter : Blowfish, DiffieHellman, AES, DES, TripleDES, DSA, Mars,
PBEwithMD5AndDES, RC2
Key factory : DiffieHellman, DSA, RSA
Secret key factory : Blowfish, AES, DES, TripleDES, Mars, RC2, RC4, Seal, ARCFOUR
PKCS5Key, PBKDF1 and PBKDF2(PKCS5Derived Key).
Certificate : X.509
Secure random : IBMSecureRandom
Key store : JCEKS, PKCS12KS (PKCS12), JKS

[0617 17:41:44 ] - IBMJGSSProvider 1.5: IBMJGSSProvider supports Kerberos V5 Mechanism
[0617 17:41:44 ] - IBMCertPath 1.1: IBMCertPath Provider implements the following:
CertificateFactory : X.509
CertPathValidator : PKIX
CertStore : Collection, LDAP
CertPathBuilder : PKIX

[0617 17:41:44 ] - IBMSASL 1.5: IBM SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5)
[0617 17:41:44 ] - Set parameter http.connection.timeout = 30000
[0617 17:41:44 ] - Set parameter http.socket.timeout = 30000
[0617 17:41:44 ] - Set parameter http.socket.timeout = 30000
[0617 17:41:44 ] - Start getContentType: OMOutputFormat [ mimeBoundary =null rootContentId=null doOptimize=false doingSWA=false isSOAP11=true charSetEncoding=UTF-8 xmlVersion=null contentType=null ignoreXmlDeclaration=false autoCloseWriter=false actionProperty=null optimizedThreshold=0]
[0617 17:41:44 ] - getContentType= {text/xml} OMOutputFormat [ mimeBoundary =null rootContentId=null doOptimize=false doingSWA=false isSOAP11=true charSetEncoding=UTF-8 xmlVersion=null contentType=text/xml ignoreXmlDeclaration=false autoCloseWriter=false actionProperty=null optimizedThreshold=0]
[0617 17:41:44 ] - contentType from the OMOutputFormat =text/xml
[0617 17:41:44 ] - contentType returned =text/xml; charset=UTF-8
[0617 17:41:44 ] - HttpConnectionManager.getConnection: config = HostConfiguration[host=http://dev:19880], timeout = 0
[0617 17:41:44 ] - Allocating new connection, hostConfig=HostConfiguration[host=http://dev:19880]
[0617 17:41:44 ] - Open connection to dev:19880
[0617 17:41:44 ] - >> "POST /CustomersWSPort HTTP/1.1[\r][\n]"
[0617 17:41:44 ] - Adding Host request header
[0617 17:41:44 ] - >> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
[0617 17:41:44 ] - >> "SOAPAction: "http://webservices.service.wal.com/MS_CustomerPortType/lookup_Input"[\r][\n]"
[0617 17:41:44 ] - >> "User-Agent: Axis2[\r][\n]"
[0617 17:41:44 ] - >> "Host: dev:19880[\r][\n]"
[0617 17:41:44 ] - >> "Transfer-Encoding: chunked[\r][\n]"
[0617 17:41:44 ] - >> "[\r][\n]"
[0617 17:41:44 ] - start writeTo()
[0617 17:41:44 ] - preserve=false
[0617 17:41:44 ] - isOptimized=false
[0617 17:41:44 ] - isDoingSWA=false
[0617 17:41:44 ] - MTOM optimized Threshold value =0
[0617 17:41:44 ] - OutputStream =class org.apache.commons.httpclient.ChunkedOutputStream
[0617 17:41:44 ] - OMFormat = OMOutputFormat [ mimeBoundary =null rootContentId=null doOptimize=false doingSWA=false isSOAP11=true charSetEncoding=UTF-8 xmlVersion=null contentType=text/xml ignoreXmlDeclaration=false autoCloseWriter=false actionProperty=null optimizedThreshold=0]
[0617 17:41:44 ] - XMLStreamWriter is com.ctc.wstx.sw.SimpleNsStreamWriter
[0617 17:41:44 ] - serialize SubHeader to XMLStreamWriter
[0617 17:41:44 ] - serialize {http://webservices.service.wal.com/}lookup to XMLStreamWriter
[0617 17:41:44 ] - Returning access to the original output stream: org.apache.commons.httpclient.ChunkedOutputStream@6daa6daa
[0617 17:41:44 ] - Calling MTOMXMLStreamWriter.flush
[0617 17:41:44 ] - Returning access to the original output stream: org.apache.commons.httpclient.ChunkedOutputStream@6daa6daa
[0617 17:41:44 ] - Calling MTOMXMLStreamWriter.flush
[0617 17:41:44 ] - Calling MTOMXMLStreamWriter.flush
[0617 17:41:44 ] - end writeTo()
[0617 17:41:44 ] - >> "228[\r][\n]"
[0617 17:41:44 ] - >> "<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header><SubHeader><USER_NM>aaa</USER_NM><PASSWORD>bbb</PASSWORD></SubHeader></soapenv:Header><soapenv:Body><web:lookup xmlns:web="http://webservices.service.wal.com/"><arg0><custFirstName>gabbar</custFirstName><custLastName>singh</custLastName></arg0></web:lookup></soapenv:Body></soapenv:Envelope>"
[0617 17:41:44 ] - >> "[\r][\n]"
[0617 17:41:44 ] - >> "0"
[0617 17:41:44 ] - >> "[\r][\n]"
[0617 17:41:44 ] - >> "[\r][\n]"
[0617 17:41:44 ] - Request body sent
[0617 17:41:44 ] - << "HTTP/1.1 200 OK[\r][\n]"
[0617 17:41:44 ] - << "HTTP/1.1 200 OK[\r][\n]"
[0617 17:41:44 ] - << "Content-Type: text/xml;charset=utf-8[\r][\n]"
[0617 17:41:44 ] - << "Content-Length: 384[\r][\n]"
[0617 17:41:44 ] - << "Date: Thu, 17 Jun 2010 22:41:38 GMT[\r][\n]"
[0617 17:41:44 ] - << "Server: Apache-Coyote/1.1[\r][\n]"
[0617 17:41:44 ] - << "[\r][\n]"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Invoking flowComplete() in Phase "Security"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Invoking flowComplete() in Phase "MessageOut"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Invoking flowComplete() in Phase "PolicyDetermination"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Invoking flowComplete() in Phase "RMPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504214] Invoking flowComplete() in Phase "OperationOutPhase"
[0617 17:41:44 ] - createSOAPEnvelope using Builder (class org.apache.axis2.builder.SOAPBuilder) selected from type (text/xml)
[0617 17:41:44 ] - << "<?xm"
[0617 17:41:44 ] - char set encoding set from default =utf-8
[0617 17:41:44 ] - << "l version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><NS1:Fault xmlns:NS1="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>soap:Server</faultcode><faultstring></faultstring><detail>A SOAP Fault occured whilst processing an inbound message.:UNKNOWN:</detail></NS1:Fault></soapenv:Body></soapenv:Envelope>"
[0617 17:41:44 ] - XMLStreamReader is com.ctc.wstx.sr.ValidatingStreamReader
[0617 17:41:44 ] - Starting to process SOAP 1.1 message
[0617 17:41:44 ] - Build the OMElement Envelope by the StaxSOAPModelBuilder
[0617 17:41:44 ] - Build the OMElement Body by the StaxSOAPModelBuilder
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking pre-condition for Phase "Addressing"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking phase "Addressing"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking Handler 'AddressingBasedDispatcher' in Phase 'Addressing'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking post-conditions for phase "Addressing"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking pre-condition for Phase "Security"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking phase "Security"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking post-conditions for phase "Security"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking pre-condition for Phase "PreDispatch"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking phase "PreDispatch"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking post-conditions for phase "PreDispatch"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking pre-condition for Phase "Dispatch"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking phase "Dispatch"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking Handler 'RequestURIBasedDispatcher' in Phase 'Dispatch'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking Handler 'SOAPActionBasedDispatcher' in Phase 'Dispatch'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking post-conditions for phase "Dispatch"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking pre-condition for Phase "RMPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking phase "RMPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking post-conditions for phase "RMPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking pre-condition for Phase "OperationInPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking phase "OperationInPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Checking post-conditions for phase "OperationInPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() in Phase "OperationInPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() in Phase "RMPhase"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() in Phase "Dispatch"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() for Handler 'HTTPLocationBasedDispatcher' in Phase 'Dispatch'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() for Handler 'SOAPMessageBodyBasedDispatcher' in Phase 'Dispatch'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() for Handler 'RequestURIOperationDispatcher' in Phase 'Dispatch'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() for Handler 'SOAPActionBasedDispatcher' in Phase 'Dispatch'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() for Handler 'RequestURIBasedDispatcher' in Phase 'Dispatch'
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() in Phase "PreDispatch"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() in Phase "Security"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() in Phase "Addressing"
[0617 17:41:44 ] - [MessageContext: logID=urn:uuid:D394FA2618D8D431D71276814504402] Invoking flowComplete() for Handler 'AddressingBasedDispatcher' in Phase 'Addressing'
[0617 17:41:44 ] - Build the OMElement Fault by the StaxSOAPModelBuilder
[0617 17:41:44 ] - Build the OMElement faultcode by the StaxSOAPModelBuilder
[0617 17:41:44 ] - Build the OMElement faultstring by the StaxSOAPModelBuilder
[0617 17:41:44 ] - Build the OMElement detail by the StaxSOAPModelBuilder
[0617 17:41:44 ] - Resorting to protocol version default close connection policy
[0617 17:41:44 ] - Should NOT close connection, using HTTP/1.1
[0617 17:41:44 ] - Releasing connection back to connection manager.
[0617 17:41:44 ] - Freeing connection, hostConfig=HostConfiguration[host=http://dev:19880]
[0617 17:41:44 ] - Adding connection at: 1276814504406
[0617 17:41:44 ] - Notifying no-one, there are no waiting threads
Back to top
View user's profile Send private message
mqjeff
PostPosted: Fri Jun 18, 2010 8:28 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Take a user trace in debug mode of the flow on the Broker.
Back to top
View user's profile Send private message
adars1
PostPosted: Thu Jun 24, 2010 7:33 am    Post subject: Reply with quote

Apprentice

Joined: 13 Jun 2010
Posts: 39

user trace:
Timestamps are formatted in local time, 300 minutes before GMT.
Trace written by version 6104; formatter version 6104

2010-06-23 17:33:50.921829 5320 UserTrace BIP6060I: Parser type ''Properties'' created on behalf of node 'MF_GetCustomerMasterService_SOAP.OPV.CUST_MASTER.REQ' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2010-06-23 17:33:50.921993 5320 UserTrace BIP6061I: Parser type ''SOAP'' created on behalf of node 'MF_GetCustomerMasterService_SOAP.OPV.CUST_MASTER.REQ' to handle portion of incoming message of length '4' bytes beginning at offset '0'. Parser type selected based on value ''SOAP'' from previous parser.
2010-06-23 17:33:50.922107 5320 UserTrace BIP3904I: Invoking the evaluate() method of node (class='ComIbmJavaComputeNode', name='MF_GetCustomerMasterService_SOAP#FCMComposite_1_4.MF_OPV_ReadSubflow#FCMComposite_1_6').
About to pass a message to the evaluate() method of the specified node.
No user action required.
2010-06-23 17:33:50.922946 5320 UserTrace BIP3904I: Invoking the evaluate() method of node (class='ComIbmJavaComputeNode', name='MF_GetCustomerMasterService_SOAP#FCMComposite_1_4.MF_OPV_ReadSubflow#FCMComposite_1_9.com/walgreens/esbutils/logging/LoggingSubflow#FCMComposite_1_2').
About to pass a message to the evaluate() method of the specified node.
No user action required.
2010-06-23 17:33:50.923549 5320 UserTrace BIP3904I: Invoking the evaluate() method of node (class='ComIbmJavaComputeNode', name='MF_GetCustomerMasterService_SOAP#FCMComposite_1_7').
About to pass a message to the evaluate() method of the specified node.
No user action required.
2010-06-23 17:33:50.923755 5320 UserTrace BIP3722I: Node 'MF_GetCustomerMasterService_SOAP.OPV.CUST_MASTER.REPLY' sending a SOAP reply message to the originating client.
See subsequent messages for success or failure messages relating to this reply, and for any transport-specific messages.
No action required.
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 » does Message broker 6.1 soap node support axis2 client invoc
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.