Hi,

I'm getting a response message back roughly along the lines of:

<ns1:processAuthorisationRequestResponse soapenv:encodingStyle="..." xmlns:ns1="...">  
 
  |             <ns1:processAuthorisationRequestReturn href="#id0"/>  
  | </ns1:processAuthorisationRequestResponse>  
  | 
  | <multiRef id="id0" 
  | soapenc:root="0" 
  | soapenv:encodingStyle="..." 
  | xsi:type="..." 
  | xmlns:soapenc="..." 
  | xmlns:ns2="...">   
  | ...
  | </multiref>

Please say if I taken out too much detail.

I understand what the href + multiRef is doing, however some of my web svc client code 
doesn't seem to like this. It is expecting 

<processAuthorisationRequestReturn>
  | ...
  | </processAuthorisationRequestReturn> 

Whilst I'm assuming that generated response is a valid SOAP message, if I can alter 
how the response is generated / understand why the href occurs instead of it being put 
in directly beneath the elements, this would really be helpful.

(I am investigating get the client to parse this correctly, however I'm - as is 
everyone else in the world - under a deadline to get it working :-> )

Thanks in advance for any help.

Cheers

Simon

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843996#3843996

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843996


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to