Message sent (from JBoss Portal):
<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header></env:Header>
<env:Body>
<ns1:getServiceDescription
xmlns:ns1='urn:oasis:names:tc:wsrp:v1:types'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<ns1:registrationContext xsi:nil='1' />
<ns1:desiredLocales>
en-US
</ns1:desiredLocales>
<ns1:desiredLocales>
en
</ns1:desiredLocales>
</ns1:getServiceDescription>
</env:Body>
</env:Envelope>
Message received (from SAP Portal):
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<ns1:getServiceDescriptionResponse
xmlns:ns1="urn:oasis:names:tc:wsrp:v1:types">
<ns1:requiresRegistration>true</ns1:requiresRegistration>
<ns1:requiresInitCookie>perUser</ns1:requiresInitCookie>
<ns1:registrationPropertyDescription>
<ns1:propertyDescriptions
name="producer_allocated_username" type="prt0:QName" />
<ns1:propertyDescriptions
name="producer_allocated_password" type="prt0:QName" />
</ns1:registrationPropertyDescription>
</ns1:getServiceDescriptionResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208678#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...