Foros de discusión

Re: WSRP

Gubba swathi, modificado hace 11 años.

Re: WSRP

Junior Member Mensajes: 27 Fecha de incorporación: 6/09/12 Mensajes recientes
HI ALL

I have a create a WSRp producer of peoplesoft and enabled the wsrp option in peoplesoft and generated a WSDL URL.

In liferay i am adding this URL in WSRP consumer. its displaying everything but when i submit the form or when i click on a link i m getting error as


11:11:57,253 ERROR [MarkupServiceHandler:48] WSDoAllSender: cannot get SOAP envlope from messageorg.xml.sax.SAXException: Fatal Error: URI=null Line=87: Element type "ns18:JPM_JP_ITEMS" must be followed by either attribute specifications, ">" or "/>".
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: WSDoAllSender: cannot get SOAP envlope from messageorg.xml.sax.SAXException: Fatal Error: URI=null Line=87: Element type "ns18:JPM_JP_ITEMS" must be followed by either attribute specifications, ">" or "/>".
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:WSDoAllSender: cannot get SOAP envlope from messageorg.xml.sax.SAXException: Fatal Error: URI=null Line=87: Element type "ns18:JPM_JP_ITEMS" must be followed by either attribute specifications, ">" or "/>".
at org.apache.ws.axis.security.WSDoAllSender.invoke(WSDoAllSender.java:159)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)


Please can any one help exactly whats happening and where i m doing wrong