Author |
Message
|
lancelotlinc |
Posted: Thu Mar 21, 2013 11:19 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
The bar overrides must specify the fully-qualified path name as you see it exactly in the read bar output. Copy the read bar path exactly as it is in that file. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mehdiK |
Posted: Mon Mar 25, 2013 3:03 am Post subject: |
|
|
Acolyte
Joined: 07 Mar 2013 Posts: 53
|
Hello, sorry I didn't have a remote access to computer's work..
I've finally changed the security profile to "Default_Propagation" but it still gives me the 401 error..
Thank you |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Mar 25, 2013 5:35 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
mehdiK |
Posted: Mon Mar 25, 2013 7:12 am Post subject: |
|
|
Acolyte
Joined: 07 Mar 2013 Posts: 53
|
Yes, But it still giving to me 401 error. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Mar 26, 2013 5:08 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Please post the full text of the Trace node and the full text of the mqsireadbar (less any sensitive names, overwrite with *). _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mehdiK |
Posted: Tue Mar 26, 2013 9:16 am Post subject: |
|
|
Acolyte
Joined: 07 Mar 2013 Posts: 53
|
Thank you
I've changed the value of the security profile of the HTTPRequest and HTTPInput of the external service but always after redeployment it backs to the old value,
the trace text :
Code: |
( ['WSRoot' : 0xad9ed90]
(0x01000000:Name):Properties = ( ['WSPROPERTYPARSER' : 0x1062cd60]
(0x03000000:NameValue):MessageSet = '' (CHARACTER)
(0x03000000:NameValue):MessageType = '' (CHARACTER)
(0x03000000:NameValue):MessageFormat = '' (CHARACTER)
(0x03000000:NameValue):Encoding = 546 (INTEGER)
(0x03000000:NameValue):CodedCharSetId = 1208 (INTEGER)
(0x03000000:NameValue):Transactional = FALSE (BOOLEAN)
(0x03000000:NameValue):Persistence = FALSE (BOOLEAN)
(0x03000000:NameValue):CreationTime = GMTTIMESTAMP '2013-03-26 12:48:38.479' (GMTTIMESTAMP)
(0x03000000:NameValue):ExpirationTime = -1 (INTEGER)
(0x03000000:NameValue):Priority = 0 (INTEGER)
(0x03000000:NameValue):ReplyIdentifier = X'000000000000000000000000000000000000000000000000' (BLOB)
(0x03000000:NameValue):ReplyProtocol = 'SOAP-HTTP' (CHARACTER)
(0x03000000:NameValue):Topic = NULL
(0x03000000:NameValue):ContentType = '' (CHARACTER)
(0x03000000:NameValue):IdentitySourceType = '' (CHARACTER)
(0x03000000:NameValue):IdentitySourceToken = '' (CHARACTER)
(0x03000000:NameValue):IdentitySourcePassword = '' (CHARACTER)
(0x03000000:NameValue):IdentitySourceIssuedBy = '' (CHARACTER)
(0x03000000:NameValue):IdentityMappedType = '' (CHARACTER)
(0x03000000:NameValue):IdentityMappedToken = '' (CHARACTER)
(0x03000000:NameValue):IdentityMappedPassword = '' (CHARACTER)
(0x03000000:NameValue):IdentityMappedIssuedBy = '' (CHARACTER)
)
(0x01000000:Name):HTTPResponseHeader = ( ['WSRSPHDR' : 0xacff630]
(0x03000000:NameValue):X-Original-HTTP-Status-Line = 'HTTP/1.0 401 Unauthorized' (CHARACTER)
(0x03000000:NameValue):X-Original-HTTP-Status-Code = 401 (INTEGER)
(0x03000000:NameValue):X-Powered-By = 'Servlet/3.0' (CHARACTER)
(0x03000000:NameValue):WWW-Authenticate = 'Basic realm="Forms"' (CHARACTER)
(0x03000000:NameValue):Content-Language = 'en-US' (CHARACTER)
(0x03000000:NameValue):Content-Length = '0' (CHARACTER)
(0x03000000:NameValue):Date = 'Tue, 26 Mar 2013 12:48:35 GMT' (CHARACTER)
(0x03000000:NameValue):Server = 'WebSphere Application Server/8.0' (CHARACTER)
)
) |
(I don't have sensitive names because I work on local)
the full result of the mqsireadbar :
http://img803.imageshack.us/img803/6447/85817990.png
http://img715.imageshack.us/img715/7357/88425472.png
http://img823.imageshack.us/img823/4576/75254599.png
Thank you a lot lancelotnic ! |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Mar 26, 2013 9:48 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
The trick is going to be setting the security profile name on your HTTPRequest node.
Try:
1. deleting all entities from your EG,
2. override the bar, HTTPRequest node securityProfileName=Default_Propagation
3. verify that the override was successful by using mqsireadbar
4. deploy the successfully overridden bar to the clean empty EG
Good luck. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Mar 26, 2013 10:14 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
And don't rebuild the bar file after you override it. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Mar 26, 2013 10:19 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
mqjeff wrote: |
And don't rebuild the bar file after you override it. |
Great point mqjeff.
mehdiK, do not drag and drop your flows to the EG. You should be using MQExplorer or mqsideploy to deploy your bar. You would learn this in the training class. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mehdiK |
Posted: Fri Mar 29, 2013 8:53 am Post subject: |
|
|
Acolyte
Joined: 07 Mar 2013 Posts: 53
|
Thank you all..
I'm going to give up. Despite all of what I did It's still doesn't working.
The default_propagation property is set but now it gives me the 500error.. and doesn't recognize the xml parser
the trace :
Code: |
( ['WSRoot' : 0x6feeaa0]
(0x01000000:Name):Properties = ( ['WSPROPERTYPARSER' : 0x6def610]
(0x03000000:NameValue):MessageSet = '' (CHARACTER)
(0x03000000:NameValue):MessageType = '' (CHARACTER)
(0x03000000:NameValue):MessageFormat = '' (CHARACTER)
(0x03000000:NameValue):Encoding = 546 (INTEGER)
(0x03000000:NameValue):CodedCharSetId = 1208 (INTEGER)
(0x03000000:NameValue):Transactional = FALSE (BOOLEAN)
(0x03000000:NameValue):Persistence = FALSE (BOOLEAN)
(0x03000000:NameValue):CreationTime = GMTTIMESTAMP '2013-03-29 16:26:33.606998' (GMTTIMESTAMP)
(0x03000000:NameValue):ExpirationTime = -1 (INTEGER)
(0x03000000:NameValue):Priority = 0 (INTEGER)
(0x03000000:NameValue):ReplyIdentifier = X'000000000000000000000000000000000000000000000000' (BLOB)
(0x03000000:NameValue):ReplyProtocol = 'SOAP-HTTP' (CHARACTER)
(0x03000000:NameValue):Topic = NULL
(0x03000000:NameValue):ContentType = 'text/html' (CHARACTER)
(0x03000000:NameValue):IdentitySourceType = '' (CHARACTER)
(0x03000000:NameValue):IdentitySourceToken = '' (CHARACTER)
(0x03000000:NameValue):IdentitySourcePassword = '' (CHARACTER)
(0x03000000:NameValue):IdentitySourceIssuedBy = '' (CHARACTER)
(0x03000000:NameValue):IdentityMappedType = '' (CHARACTER)
(0x03000000:NameValue):IdentityMappedToken = '' (CHARACTER)
(0x03000000:NameValue):IdentityMappedPassword = '' (CHARACTER)
(0x03000000:NameValue):IdentityMappedIssuedBy = '' (CHARACTER)
)
(0x01000000:Name):HTTPResponseHeader = ( ['WSRSPHDR' : 0x6e17fa0]
(0x03000000:NameValue):X-Original-HTTP-Status-Line = 'HTTP/1.0 500 Internal Server Error' (CHARACTER)
(0x03000000:NameValue):X-Original-HTTP-Status-Code = 500 (INTEGER)
(0x03000000:NameValue):X-Powered-By = 'Servlet/3.0' (CHARACTER)
(0x03000000:NameValue):Content-Type = 'text/html' (CHARACTER)
(0x03000000:NameValue):X-ErrorMessage = 'We%20are%20unable%20to%20process%20your%20request.%20If%20t
his%20error%20persists%2c%20report%20the%20problem%20to%20you
r%20administrator%20and%20provide%20error%20reference%3a%20cf8
5702f-104f-4f03-bb3f-eb96857a00b4' (CHARACTER)
(0x03000000:NameValue):X-ErrorReferenceID = 'cf85702f-104f-4f03-bb3f-eb96857a00b4' (CHARACTER)
(0x03000000:NameValue):Content-Length = '497' (CHARACTER)
(0x03000000:NameValue):X-UA-Compatible = 'IE=EmulateIE8;IE=EmulateIE9' (CHARACTER)
(0x03000000:NameValue):Content-Language = 'en-US' (CHARACTER)
(0x03000000:NameValue):Set-Cookie = 'LtpaToken2=QPfXmkmIMY8wJBnDzQMCFdor9W4Ag9vKThkL1MjmP2bEcu
mTUEjqhA7N5Z6tzPRX7ChjmeS30FBIjj1OGDWnSUUtIiVG/WZ1xtVYOu9cdA
E466wJrY3+nauhjhRSQTtoCUqTzwANQbQFVXzGERufgNGPkAny081EaIM/5
N0VKnjSiTWfpkkegw+kVMDblYzd/cZ9+C0uWiS8IkMbbJ21x3Ji4xw84watm7
i/fnYbDcqIlXNHR56lc1w3dgzDoTqa6K/My+o2Jy8srOTml9lwB/t10zfpzC4vg9
1EJPDjzu0fwzONPVg2QfmtYrXB9rEhOrTglovhiQb+qPRmieXqMsrmnmkkWW
+yuoKZsh/8SNtKCtilHCx72mIcFkG2qOIUOkk9wJlxWJhX8TUY97xmTpczuD
2zl7zMivZefmle99QROOgAjxC6rRaUU4wvrO9fk/pD4DDFcy8ujoosuKzljKeiJ
Sele7YLSP3WvrD3EfwADPVMCsnj2KouX6OYPy17e/T+GoKrJyXHJxO8RvjdN
G9eB5V3pVppwi1mIDwnJq4+Ao8onnKf2gKIuKn1sJahp2pBLGv+R3yT3kiBn
svCLhx4xgYbtInK1Z7CyebxyjpcumV6fmFO3ylsO3PV7q4xZdcfcZzsFm/alRh
6iboDJwiq0ASbohzgd0S+1W8i54qCM9MQCYOL50cZK3bdiAR/; Path=/; Domain=.demos.ibm.com; HttpOnly' (CHARACTER)
(0x03000000:NameValue):Date = 'Fri, 29 Mar 2013 16:26:33 GMT' (CHARACTER)
(0x03000000:NameValue):Server = 'WebSphere Application Server/8.0' (CHARACTER)
(0x03000000:NameValue):Expires = 'Thu, 01 Dec 1994 16:00:00 GMT' (CHARACTER)
(0x03000000:NameValue):Cache-Control = 'no-cache="set-cookie, set-cookie2"' (CHARACTER)
)
(0x01000000:Name):BLOB = ( ['none' : 0x6e1f9d0]
(0x03000000:NameValue):UnknownParserName = '' (CHARACTER)
(0x03000000:NameValue):BLOB =
X'3c68746d6c206c616e673d22656e2d555322206469723d224c5452223e3c
686561643e3c7374796c6520747970653d27746578742f637373273e2e636c
65616e2d677261797b20626f726465723a736f6c6964203170782023444544
4544453b206261636b67726f756e643a234546454645463b20636f6c6f723a
233232323232323b2070616464696e673a3470783b20746578742d616c696
76e3a63656e7465723b207d203c2f7374796c653e3c2f686561643e3c626f64
793e3c64697620636c6173733d22636c65616e2d67726179223e416e20657
2726f7220686173206f6363757272656420696e2070726f63657373696e672
0796f757220726571756573742e20546865206572726f72206d65737361676
520697320646973706c617965642062656c6f772e3c62722f3e3c62722f3e57
652061726520756e61626c6520746f2070726f6365737320796f7572207265
71756573742e2049662074686973206572726f722070657273697374732c2
07265706f7274207468652070726f626c656d20746f20796f75722061646d69
6e6973747261746f7220616e642070726f76696465206572726f7220726566
6572656e63653a2063663835373032662d313034662d346630332d6262336
62d6562393638353761303062343c2f6469763e3c2f626f64793e3c2f68746d
6c3e' (BLOB)
)
)
|
I see that it doesn't get the message fields and the Identity fields..
and the error :
An error has occured in processing your request. The error message is
displayed below.
we are unable to process your request. If this error persists, report the problem to your administrator and provide error reference : 20cf85702f-104f-4f03-bb3f-eb96857a00b4
I really don't know what to do..
Last edited by mehdiK on Sun Mar 31, 2013 6:16 am; edited 1 time in total |
|
Back to top |
|
 |
rekarm01 |
Posted: Fri Mar 29, 2013 9:20 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
mehdiK wrote: |
The default_propagation property is set but now it gives me the 500error.. and doesn't recognize the xml parser |
Messages propagated through the HTTPRequest.error terminal use the BLOB parser. (In this case, the backend host is returning HTML, not XML, so the XML parsers wouldn't be suitable anyway.)
WAS is returning the 500 Internal Error to the message flow; perhaps the WAS logs have additional information. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Mar 29, 2013 6:38 pm Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Don't give up now ! You're almost there.
Did you notice that you are not getting a security error now? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mehdiK |
Posted: Sun Mar 31, 2013 5:03 am Post subject: |
|
|
Acolyte
Joined: 07 Mar 2013 Posts: 53
|
Thank you !
yes I noticed that
But in the WAS log (I've granted finally access to the logs) : it tells me that the server doesn't receive any message.
here's the WAS concerned log :
Code: |
0000007b StandardExcep E com.ibm.form.nitro.platform.StandardExceptionMapper toResponse <Null Message>
com.ibm.form.platform.service.framework.exception.ServicesPlatformException: No MessageBodyReader is available for the class of org.apache.abdera.model.Element and a media type of application/x-www-form-urlencoded
at com.ibm.form.platform.service.rest.jaxrs.model.RESTMethod.generateRequestArg(RESTMethod.java:524)
at com.ibm.form.platform.service.rest.jaxrs.model.RESTMethod.invoke(RESTMethod.java:334)
at com.ibm.form.platform.service.rest.jaxrs.impl.RESTApplicationImpl._process(RESTApplicationImpl.java:1167)
at com.ibm.form.platform.service.rest.jaxrs.impl.RESTApplicationImpl.restProcess(RESTApplicationImpl.java:388)
at com.ibm.form.platform.service.rest.jaxrs.impl.RESTApplicationImpl.process(RESTApplicationImpl.java:352)
at com.ibm.form.nitro.endpoints.RESTEntryPoint.performView(RESTEntryPoint.java:264)
at com.ibm.form.platform.impl.dispatcher.simple.SimpleDispatcher.performServletWork(SimpleDispatcher.java:396)
at com.ibm.form.platform.impl.front.internal.java.FrameworkJavaAccess.performServletWork(FrameworkJavaAccess.java:370)
at com.ibm.form.platform.front.access.java.remote.internal.PlatformAccessRemoteImpl.simplifiedPerform(PlatformAccessRemoteImpl.java:170)
at com.ibm.form.platform.front.access.remoteservlet.SimplifiedPlatformRemoteAccessServlet.service(SimplifiedPlatformRemoteAccessServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1214)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:774)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:456)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1027)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3703)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:962)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:195)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:452)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:511)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:305)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1659)
|
Thank you guys..
Last edited by mehdiK on Mon Apr 01, 2013 2:56 am; edited 1 time in total |
|
Back to top |
|
 |
rekarm01 |
Posted: Sun Mar 31, 2013 12:34 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
Thanks for the line-wrap edit above.
mehdiK wrote: |
But in the WAS log (I've granted finally access to the logs) : it tells me that the server doesn't receive any message:
Code: |
0000007b StandardExcep E com.ibm.form.nitro.platform.StandardExceptionMapper toResponse <Null Message>
com.ibm.form.platform.service.framework.exception.ServicesPlatformException: No MessageBodyReader is available for the class of org.apache.abdera.model.Element and a media type of text/xml
... |
|
It looks like something is wrong with the request message, (perhaps no message body, or invalid message body?). What does the Trace node indicate before the HTTPRequest node?
A typical request message has Properties, HTTPRequest header, and message body (XMLNSC) under Root. If the message has an HTTPInput header instead before the HTTPRequest node, the node has a default option to generate an HTTPRequest header from the HTTPInput header. |
|
Back to top |
|
 |
mehdiK |
Posted: Mon Apr 01, 2013 1:45 am Post subject: |
|
|
Acolyte
Joined: 07 Mar 2013 Posts: 53
|
Thank you for your interest.
here's the log before of the HTTPRequest,
Code: |
( ['WSRoot' : 0xb426470]
(0x01000000:Name ):Properties = ( ['WSPROPERTYPARSER' : 0xb41d9b0]
(0x03000000:NameValue):MessageSet = '' (CHARACTER)
(0x03000000:NameValue):MessageType = '' (CHARACTER)
(0x03000000:NameValue):MessageFormat = '' (CHARACTER)
(0x03000000:NameValue):Encoding = 546 (INTEGER)
(0x03000000:NameValue):CodedCharSetId = 1208 (INTEGER)
(0x03000000:NameValue):Transactional = FALSE (BOOLEAN)
(0x03000000:NameValue):Persistence = FALSE (BOOLEAN)
(0x03000000:NameValue):CreationTime = GMTTIMESTAMP '2013-04-01 09:40:06.502' (GMTTIMESTAMP)
(0x03000000:NameValue):ExpirationTime = -1 (INTEGER)
(0x03000000:NameValue):Priority = 0 (INTEGER)
(0x03000000:NameValue):ReplyIdentifier = X'000000000000000000000000000000000000000000000000' (BLOB)
(0x03000000:NameValue):ReplyProtocol = 'SOAP-HTTP' (CHARACTER)
(0x03000000:NameValue):Topic = NULL
(0x03000000:NameValue):ContentType = 'application/x-www-form-urlencoded' (CHARACTER)
(0x03000000:NameValue):IdentitySourceType = 'usernameAndPassword' (CHARACTER)
(0x03000000:NameValue):IdentitySourceToken = 'wpadmin' (CHARACTER)
(0x03000000:NameValue):IdentitySourcePassword = 'passw0rd' (CHARACTER)
(0x03000000:NameValue):IdentitySourceIssuedBy = 'FormTeleService_Compute' (CHARACTER)
(0x03000000:NameValue):IdentityMappedType = 'usernameAndPassword' (CHARACTER)
(0x03000000:NameValue):IdentityMappedToken = 'wpadmin' (CHARACTER)
(0x03000000:NameValue):IdentityMappedPassword = 'passw0rd' (CHARACTER)
(0x03000000:NameValue):IdentityMappedIssuedBy = 'FormTeleService_Compute' (CHARACTER)
)
(0x01000000:Name ):HTTPInputHeader = ( ['WSINPHDR' : 0xb426e00]
(0x03000000:NameValue):X-Original-HTTP-Command = 'POST http://127.0.0.1:7080/FormTeleService HTTP/1.1' (CHARACTER)
(0x03000000:NameValue):User-Agent = 'curl/7.26.0' (CHARACTER)
(0x03000000:NameValue):Host = '127.0.0.1:7080' (CHARACTER)
(0x03000000:NameValue):Accept = '*/*' (CHARACTER)
(0x03000000:NameValue):Content-Length = '423' (CHARACTER)
(0x03000000:NameValue):Content-Type = 'application/x-www-form-urlencoded' (CHARACTER)
(0x03000000:NameValue):X-Remote-Addr = '127.0.0.1' (CHARACTER)
(0x03000000:NameValue):X-Remote-Host = '127.0.0.1' (CHARACTER)
(0x03000000:NameValue):X-Server-Name = '127.0.0.1' (CHARACTER)
(0x03000000:NameValue):X-Server-Port = '7080' (CHARACTER)
(0x03000000:NameValue):X-Scheme = 'http' (CHARACTER)
)
(0x01000000:Folder):XMLNSC = ( ['xmlnsc' : 0x189b7a0]
(0x03000000:PCDataField):feed = NULL
(
(0x03000100:Attribute ):xmlns = 'http://www.w3.org/2005/Atom' (CHARACTER)
(0x03000000:PCDataField):entry = NULL
(
(0x03000000:PCDataField):title = 'F_Form1' (CHARACTER)
(
(0x03000100:Attribute):type = 'text' (CHARACTER)
)
(0x03000000:PCDataField):updated = '1970-01-01T00:00:00Z' (CHARACTER)
(0x03000000:PCDataField):content = NULL
(
(0x03000100:Attribute ):type = 'application/xml' (CHARACTER)
(0x03000000:PCDataField):F_Form1 = NULL
(
(0x03000100:Attribute ):xmlns = '' (CHARACTER)
(0x03000100:Attribute ):application_uid = '20864346-99e9-48e1-8023-3e5625323e7c' (CHARACTER)
(0x03000100:Attribute ):pressedButton = 'S_Submit' (CHARACTER)
(0x03000100:Attribute ):flowState = 'ST_Start' (CHARACTER)
(0x03000000:PCDataField):F_RegleA = 'TestA' (CHARACTER)
)
)
)
)
)
)
|
in the WAS log I noticed :
Code: |
No MessageBodyReader is Available for the class org.apache.abdera .model.Element and a media type of application/x-www-form-urlencoded
|
I don't understand why does it give me : NoMessageBodyReader..
Do I have to use multipart/form-data instead of application/x-www-form-urlencoded ?
Thank you |
|
Back to top |
|
 |
|