是否需要在Web服务客户端的Configuration类中定义client.setDefaultUri

时间:2018-08-01 07:12:17

标签: web-services spring-boot

我的SOAP WS客户端Config.java代码如下所示:

$fields = array( 'app_id' => "xxxxxx", 'included_segments' => array('All'), 'data' => array( "notification_type" => "update" ), 'contents' => $content, 'subtitle' => $subtitle, 'headings' => $heading, 'isIos' => true, 'ios_badgeType' => "Increase", 'ios_badgeCount' => 1, 'content_available' => true );

我是否需要按照服务类中的说明强制设置DefaultUri。

0 个答案:

没有答案