Posted: Thu Apr 16, 2009 1:27 pm Post subject: Help Using Node Soap Async Request
Newbie
Joined: 23 Mar 2009 Posts: 3
Hola a todos, disculpen que hable en español pero necesito esta ayuda urgente.
Tengo un problema al usar el nodo Soap Async Request que consume un web service hecho en .NET(que por cierto me indican que soporta WS-Addressing). El asunto esta en que no puedo obtener respuesta del web service sin embargo haciendo un debgu con los que hicieron el web service me indican que ellos reciben la peticion correctamente la procesan y nos la envian. Pero al message broker no esta regresando nada en el nodo Soap Async Response. Alguien tiene alguna idea de lo que podria estar pasando ?
Agradezco de antemano su ayuda
Gracias.
trato soapui.org - yo creo la servicio no supporte ws-addressing _________________ IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances
How do I know if a web service support ws-addressing?
They have tried with a client asyncrhonus in .net/ and a client asyncrhonus in java then it worked fine for them. I need evidence to demostrate that the error is from they.
post their wsdl - the ws-addressing portion would be in the wsdl! _________________ IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances
OK, so no WS-Addressing headers are specified either for the request or response according to this WSDL. Of course that doesn't mean that the service endpoint isn't emitting them (or expecting them) just that they are not specified within the technical service contract (WSDL).
If you are relying on the behaviour of the run-time you are using and that run-time takes it specification from WSDL, then you clearly need to specify all mandatory payload and meta-data information items. In the case of WS-Addressing these are the wsa:To and wsa:Action headers (for a request).
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