Nicolas Chillo | 3 Nov 2008 14:36
Picon

Ayuda WebService en VisualAge 7.5.2

Estoy teniendo problema al intentar invocar un webservice de un 3ro desde Visual Age 7.5.2. El webservice tiene la siguiente definición:

BODY{font:x-small 'Verdana';margin-right:1.5em} .c{cursor:hand} .b{color:red;font-family:'Courier New';font-weight:bold;text-decoration:none} .e{margin-left:1em;text-indent:-1em;margin-right:1em} .k{margin-left:1em;text-indent:-1em;margin-right:1em} .t{color:#990000} .xt{color:#990099} .ns{color:red} .dt{color:green} .m{color:blue} .tx{font-weight:bold} .db{text-indent:0px;margin-left:1em;margin-top:0px;margin-bottom:0px;padding-left:.3em;border-left:1px solid #CCCCCC;font:small Courier} .di{font:small Courier} .d{color:blue} .pi{color:blue} .cb{text-indent:0px;margin-left:1em;margin-top:0px;margin-bottom:0px;padding-left:.3em;font:small Courier;color:#888888} .ci{font:small Courier;color:#888888} PRE{margin:0px;display:inline}

  <?xml version="1.0" encoding="UTF-8" ?>
.....
- <wsdl:port name="wsSonicSoap" binding="tns:wsSonicSoap">
  <soap:address location="https://bue-07-dbs:3511/wsSonic" />
  </wsdl:port>
  </wsdl:service>
- <wsp:ExactlyOne>
- <wsp:All alternative-id="SecTokenPolicyAlt">
- <wsse:SecurityToken xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext">
  <wsse:TokenType>wsse:UserNameToken</wsse:TokenType>
- <wsse:Claims>
  <wsse:UsePassword Type="wsse:Text" />
  <wsse:SubjectName>ws</wsse:SubjectName>
  </wsse:Claims>
  </wsse:SecurityToken>
  </wsp:All>
  </wsp:ExactlyOne>
  </wsp:Policy>
  </wsdl:definitions>

El problema surge cuando se está haciendo un Deploy del Wsdl y el Xml Parser intenta parsear el tag "Policy" y no encuentra un handler apropiado.
Alguno tuvo el mismo problema o similar y sabe por donde encarar la solución? Me esta faltando cargar alguna aplicación o algo por el estilo?

Muchas Gracias,
Nicolás Chillo


--~--~---------~--~----~------------~-------~--~----~

To post to this group, send email to clubSmalltalk <at> googlegroups.com
To unsubscribe from this group, send email to clubSmalltalk+unsubscribe <at> googlegroups.com

http://www.clubSmalltalk.org
-~----------~----~----~----~------~----~------~--~---


Gmane