<p>Who the hell are you? Stop emailing me your retarded nonsence you dumb ass.</p>
<div class="gmail_quote">On Mar 26, 2014 12:53 PM, "Vicky Zheng" <<a href="mailto:vickyzheng@yahoo.com">vickyzheng@yahoo.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif"><div>Hello,</div><div>    I created java function to call Arin service to add Poc payload.  The XML string come from Arin web sample.  <br>
</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">    I'm receiving the response from Arin service with "Could not find JAXBContextFinder for media type: text<img>ml.</div>
<div>
JBoss Web/7.0.10.Final <br>The server encountered an internal error (Could not find JAXBContextFinder for media type: text<img>ml) that prevented it from fulfilling this request.<br>
</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">".</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">
    Could any one please give me a hint what's the root cause?</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">
    Here is the java function</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">public void addPoc()<br></div>
<div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">{</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">
        config = new DefaultClientConfig();<br>        client = Client.create(config);<br>        webResource = client.resource("<a href="https://reg.arin.net/rest/poc;makeLink=true" target="_blank">https://reg.arin.net/rest/poc;makeLink=true</a>"+"?apikey="+getAPIkey());<br>
        response = webResource.type(MediaType.APPLICATION_XML).post(ClientResponse.class, pocPayload);<br>        String rePocPayLoad = response.getEntity(String.class);<br>        return rePocPayLoad;<br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">
}</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif"><br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">
<br></div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">Thanks!</div><div style="font-style:normal;font-size:16px;background-color:transparent;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">
Vicky<br></div></div></div><br>_______________________________________________<br>
arin-tech-discuss mailing list<br>
<a href="mailto:arin-tech-discuss@arin.net">arin-tech-discuss@arin.net</a><br>
<a href="http://lists.arin.net/mailman/listinfo/arin-tech-discuss" target="_blank">http://lists.arin.net/mailman/listinfo/arin-tech-discuss</a><br>
<br></blockquote></div>