Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

3

    <?xml version='1.0' encoding='UTF-8'?>  
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">  
 <soapenv:Body>  
  <ns1:login xmlns:ns1="http://authentication.services.core.carbon.wso2.org">  
   <ns1:username>admin</ns1:username>  
   <ns1:password>admin</ns1:password>  
   <ns1:remoteAddress>0:0:0:0:0:0:0:1%0</ns1:remoteAddress>  
  </ns1:login>  
 </soapenv:Body>  
</soapenv:Envel

ope>
0


1 10 0.2071 (0.1445) S>CV3.1(544) application_data

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=37FC902E5E7C6C0D081E28B4DF067A76; Path=/; Secure
Content-Type: application/soap+xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Fri, 19 Nov 2010 02:44:26 GMT

11f

    <?xml version='1.0' encoding='UTF-8'?>  
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">  
 <soapenv:Body>  
  <ns:loginResponse  
   xmlns:ns="http://authentication.services.core.carbon.wso2.org">  
   <ns:return>true</ns:return>  
  </ns:loginResponse>  
share|improve this question
as dynamci like "//username/text()" etc...working as default value ..but only Proxy TRY it not working from CURL side – user1871628 Feb 20 at 10:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.